< prev index next >

make/hotspot/lib/JvmFeatures.gmk

Print this page
rev 47445 : 8171853: Remove Shark compiler

*** 50,67 **** ifeq ($(OPENJDK_TARGET_CPU), sparcv9) BUILD_LIBJVM_EXTRA_FILES := $(TOPDIR)/src/hotspot/cpu/sparc/memset_with_concurrent_readers_sparc.cpp endif endif - ifeq ($(call check-jvm-feature, shark), true) - JVM_CFLAGS_FEATURES += -DSHARK $(LLVM_CFLAGS) - JVM_LDFLAGS_FEATURES += $(LLVM_LDFLAGS) - JVM_LIBS_FEATURES += $(LLVM_LIBS) - else - JVM_EXCLUDES += shark - endif - ifeq ($(call check-jvm-feature, minimal), true) JVM_CFLAGS_FEATURES += -DMINIMAL_JVM -DVMTYPE=\"Minimal\" ifeq ($(OPENJDK_TARGET_OS), linux) # Override the default -g with a more liberal strip policy for the minimal JVM JVM_STRIPFLAGS := --strip-unneeded --- 50,59 ----
< prev index next >