JDK 21 | JDK 22 |
---|---|
21.0.3Fixed | 22 b26Fixed |
Relates :
|
|
Relates :
|
ShenandoahUnloadClassesFrequency was added long time ago when Shenandoah did not support concurrent class unloading. We kept it in to simplify backports. At this point, most releases support concurrent class unloading, and there is no reason to keep the flag in. The default is "1" since JDK-8228720.
|