< prev index next >

make/hotspot/lib/JvmFeatures.gmk

Print this page
@@ -50,11 +50,12 @@
  
  ifeq ($(call check-jvm-feature, zero), true)
    JVM_EXCLUDES += opto libadt
    JVM_EXCLUDE_PATTERNS += c1_ c1/ c2_ runtime_ /c2/
    JVM_EXCLUDE_FILES += templateInterpreter.cpp \
-       templateInterpreterGenerator.cpp bcEscapeAnalyzer.cpp ciTypeFlow.cpp
+       templateInterpreterGenerator.cpp bcEscapeAnalyzer.cpp ciTypeFlow.cpp \
+       macroAssembler_common.cpp
    JVM_CFLAGS_FEATURES += -DZERO \
        -DZERO_LIBARCH='"$(OPENJDK_TARGET_CPU_LEGACY_LIB)"' $(LIBFFI_CFLAGS)
    JVM_LIBS_FEATURES += $(LIBFFI_LIBS)
    ifeq ($(ENABLE_LIBFFI_BUNDLING), true)
      JVM_LDFLAGS_FEATURES += $(call SetExecutableOrigin,/..)
< prev index next >