RFR: 8278826: Print error if Shenandoah flags are empty (instead of crashing)
Roman Kennke
rkennke at openjdk.java.net
Wed Dec 15 08:31:03 UTC 2021
On Tue, 14 Dec 2021 23:11:46 GMT, Dmitry Chuyko <dchuyko at openjdk.org> wrote:
> ShouldNotReachHere() is replaced by vm_exit_during_initialization() in few places where ShenandoahGCMode and ShenandoahGCHeuristics are examined.
>
> Generic testing: gc/shenandoah jtreg tests.
How did you trigger those ShouldNotReachHere()? How can those options become NULL, if they have a default value?
-------------
PR: https://git.openjdk.java.net/jdk/pull/6842
More information about the shenandoah-dev
mailing list