diff --git a/src/hotspot/share/gc/shenandoah/shenandoahAllocator.cpp b/src/hotspot/share/gc/shenandoah/shenandoahAllocator.cpp index 09109561f8f..3f9cdb3ce25 100644 --- a/src/hotspot/share/gc/shenandoah/shenandoahAllocator.cpp +++ b/src/hotspot/share/gc/shenandoah/shenandoahAllocator.cpp @@ -86,7 +86,7 @@ public: default: assert(false, "won't happen"); } - _free_set->partitions()->assert_bounds(true); + _free_set->partitions()->assert_bounds(); } } };