-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 21, 25, 26
-
Component/s: hotspot
-
b25
When setting ergo values in heuristics[1], Shen uses macro FLAG_SET_DEFAULT, but that makes the output PrintFlagsFinal label the flag `{product/diagnostic/etc} {default}` while it should show `{product/diagnostic/etc} {ergonomic}`. We need to use `FLAG_SET_ERGO` instead.
[1]: https://github.com/openjdk/jdk/blob/master/src/hotspot/share/gc/shenandoah/heuristics/shenandoahHeuristics.hpp#L35-L56
[1]: https://github.com/openjdk/jdk/blob/master/src/hotspot/share/gc/shenandoah/heuristics/shenandoahHeuristics.hpp#L35-L56
- links to
-
Commit(master)
openjdk/jdk/2199b5fe
-
Review(master)
openjdk/jdk/28242