Skip to content

Commit

Permalink
Merge pull request #194 from knn-k/aarch64build4
Browse files Browse the repository at this point in the history
Put AArch64 j9jit29 back in java.base
  • Loading branch information
pshipton authored Jul 4, 2019
2 parents e415b62 + e42558b commit 91be204
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions closed/OpenJ9.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ $(call openj9_add_jdk_shlibs, java.base, \
j9gc29 \
j9gcchk29 \
j9hookable29 \
j9jit29 \
j9jnichk29 \
j9jvmti29 \
j9prt29 \
Expand All @@ -211,10 +212,6 @@ $(call openj9_add_jdk_shlibs, java.base, \
omrsig \
)

ifneq (aarch64,$(OPENJDK_TARGET_CPU))
$(call openj9_add_jdk_shlibs, java.base, j9jit29)
endif

ifeq (windows,$(OPENJDK_TARGET_OS))
$(call openj9_add_jdk_lib, java.base, lib/$(call STATIC_LIBRARY,jsig))
$(eval $(call openj9_add_jdk_rules, \
Expand Down

0 comments on commit 91be204

Please sign in to comment.