hotspot/make/excludeSrc.make
changeset 35148 5cfafc99d791
parent 34257 4be3504cc03b
--- a/hotspot/make/excludeSrc.make	Wed Dec 23 21:09:50 2015 -0800
+++ b/hotspot/make/excludeSrc.make	Wed Dec 23 20:19:42 2015 -1000
@@ -107,8 +107,8 @@
 	 memTracker.cpp nmtDCmd.cpp mallocSiteTable.cpp
 endif
 
-ifneq (,$(findstring $(Platform_arch_model), x86_64, sparc))
-      # JVMCI is supported only on x86_64 and SPARC.
+ifneq (,$(findstring $(Platform_arch_model), aarch64, arm_64, sparc, x86_64))
+      # JVMCI is supported
 else
       INCLUDE_JVMCI := false
 endif