Skip to content

Commit edd2707

Browse files
committed
8260408: Shenandoah: adjust inline hints after JDK-8255019
Reviewed-by: rkennke, ihse
1 parent 81a66df commit edd2707

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

make/hotspot/lib/JvmOverrideFiles.gmk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ ifeq ($(TOOLCHAIN_TYPE), gcc)
3737
BUILD_LIBJVM_cardTableBarrierSetAssembler_x86.cpp_CXXFLAGS := -Wno-maybe-uninitialized
3838
BUILD_LIBJVM_interp_masm_x86.cpp_CXXFLAGS := -Wno-uninitialized
3939
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
40+
# Need extra inlining to collapse shared marking code into the hot marking loop
41+
BUILD_LIBJVM_shenandoahMark.cpp_CXXFLAGS := --param inline-unit-growth=1000
4342
endif
4443
endif
4544

0 commit comments

Comments
 (0)