Skip to content

Commit e42558b

Browse files
committed
Put AArch64 j9jit29 back in java.base
This commit stops excluding j9jit29 in java.base when the target CPU is aarch64. It is to revert the temporary change in #126. Signed-off-by: knn-k <konno@jp.ibm.com>
1 parent a9a81ef commit e42558b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

closed/OpenJ9.gmk

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ $(call openj9_add_jdk_shlibs, java.base, \
197197
j9gc29 \
198198
j9gcchk29 \
199199
j9hookable29 \
200+
j9jit29 \
200201
j9jnichk29 \
201202
j9jvmti29 \
202203
j9prt29 \
@@ -211,10 +212,6 @@ $(call openj9_add_jdk_shlibs, java.base, \
211212
omrsig \
212213
)
213214

214-
ifneq (aarch64,$(OPENJDK_TARGET_CPU))
215-
$(call openj9_add_jdk_shlibs, java.base, j9jit29)
216-
endif
217-
218215
ifeq (windows,$(OPENJDK_TARGET_OS))
219216
$(call openj9_add_jdk_lib, java.base, lib/$(call STATIC_LIBRARY,jsig))
220217
$(eval $(call openj9_add_jdk_rules, \

0 commit comments

Comments
 (0)