1f2a7e0117
Added changelog for u 191
17 lines
1.3 KiB
Diff
17 lines
1.3 KiB
Diff
diff --git openjdk.orig/hotspot/src/share/vm/gc_implementation/shenandoah/shenandoah_globals.hpp openjdk/hotspot/src/share/vm/gc_implementation/shenandoah/shenandoah_globals.hpp
|
|
--- openjdk.orig/hotspot/src/share/vm/gc_implementation/shenandoah/shenandoah_globals.hpp
|
|
+++ openjdk/hotspot/src/share/vm/gc_implementation/shenandoah/shenandoah_globals.hpp
|
|
@@ -55,10 +55,10 @@
|
|
"Size of the Shenandoah regions. " \
|
|
"Determined automatically by default.") \
|
|
\
|
|
- experimental(uintx, ShenandoahMinRegionSize, 256 * K, \
|
|
+ experimental(size_t, ShenandoahMinRegionSize, 256 * K, \
|
|
"Minimum heap region size. ") \
|
|
\
|
|
- experimental(uintx, ShenandoahMaxRegionSize, 32 * M, \
|
|
+ experimental(size_t, ShenandoahMaxRegionSize, 32 * M, \
|
|
"Maximum heap region size. ") \
|
|
\
|
|
experimental(intx, ShenandoahHumongousThreshold, 100, \
|