We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a66df commit edd2707Copy full SHA for edd2707
make/hotspot/lib/JvmOverrideFiles.gmk
@@ -37,9 +37,8 @@ ifeq ($(TOOLCHAIN_TYPE), gcc)
37
BUILD_LIBJVM_cardTableBarrierSetAssembler_x86.cpp_CXXFLAGS := -Wno-maybe-uninitialized
38
BUILD_LIBJVM_interp_masm_x86.cpp_CXXFLAGS := -Wno-uninitialized
39
ifeq ($(DEBUG_LEVEL), release)
40
- # Need extra inlining to collapse all marking code into the hot marking loop
41
- BUILD_LIBJVM_shenandoahConcurrentMark.cpp_CXXFLAGS := --param inline-unit-growth=1000
42
- BUILD_LIBJVM_shenandoahTraversalGC.cpp_CXXFLAGS := --param inline-unit-growth=1000
+ # Need extra inlining to collapse shared marking code into the hot marking loop
+ BUILD_LIBJVM_shenandoahMark.cpp_CXXFLAGS := --param inline-unit-growth=1000
43
endif
44
45
0 commit comments