< prev index next >

make/excludeSrc.make

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

*** 104,114 **** 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)) # JVMCI is supported only on x86_64 and SPARC. else INCLUDE_JVMCI := false endif --- 104,114 ---- 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, aarch64)) # JVMCI is supported only on x86_64 and SPARC. else INCLUDE_JVMCI := false endif
< prev index next >