Blame SOURCES/pr3634.patch
|
|
1f5551 |
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
|
|
|
1f5551 |
--- openjdk.orig/hotspot/src/share/vm/gc_implementation/shenandoah/shenandoah_globals.hpp
|
|
|
1f5551 |
+++ openjdk/hotspot/src/share/vm/gc_implementation/shenandoah/shenandoah_globals.hpp
|
|
|
1f5551 |
@@ -55,10 +55,10 @@
|
|
|
1f5551 |
"Size of the Shenandoah regions. " \
|
|
|
1f5551 |
"Determined automatically by default.") \
|
|
|
1f5551 |
\
|
|
|
1f5551 |
- experimental(uintx, ShenandoahMinRegionSize, 256 * K, \
|
|
|
1f5551 |
+ experimental(size_t, ShenandoahMinRegionSize, 256 * K, \
|
|
|
1f5551 |
"Minimum heap region size. ") \
|
|
|
1f5551 |
\
|
|
|
1f5551 |
- experimental(uintx, ShenandoahMaxRegionSize, 32 * M, \
|
|
|
1f5551 |
+ experimental(size_t, ShenandoahMaxRegionSize, 32 * M, \
|
|
|
1f5551 |
"Maximum heap region size. ") \
|
|
|
1f5551 |
\
|
|
|
1f5551 |
experimental(intx, ShenandoahHumongousThreshold, 100, \
|