< prev index next >

make/excludeSrc.make

Print this page
rev 9429 : 8143072: Port JVMCI to AArch64
Summary: AArch64-specific code for JVMCI
Reviewed-by: duke

@@ -104,11 +104,11 @@
       Src_Files_EXCLUDE += \
          memBaseline.cpp memReporter.cpp mallocTracker.cpp virtualMemoryTracker.cpp nmtCommon.cpp \
          memTracker.cpp nmtDCmd.cpp mallocSiteTable.cpp
 endif
 
-ifneq (,$(findstring $(Platform_arch_model), x86_64, sparc))
+ifneq (,$(findstring $(Platform_arch_model), x86_64, sparc, aarch64))
       # JVMCI is supported only on x86_64 and SPARC.
 else
       INCLUDE_JVMCI := false
 endif
 
< prev index next >