-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8-shenandoah, 11-shenandoah, 14, 15
-
Component/s: hotspot
-
b21
Currently defined as:
void ShenandoahHeap::do_full_collection(bool clear_all_soft_refs) {
//assert(false, "Shouldn't need to do full collections");
}
Either it needs to call for the actual GC, or it needs the assert uncommented, or assert needs to be deleted and replaced with the explanation.
void ShenandoahHeap::do_full_collection(bool clear_all_soft_refs) {
//assert(false, "Shouldn't need to do full collections");
}
Either it needs to call for the actual GC, or it needs the assert uncommented, or assert needs to be deleted and replaced with the explanation.
- links to
-
Commit(master)
openjdk/jdk/f84be36d
-
Review(master)
openjdk/jdk/27853