JDK 23 |
---|
23 b26Fixed |
Relates :
|
After JDK-8329203, regions in dense-prefix don't go through claim->complete process any more -- they are divided among all workers "statically". Therefore, `verify_complete` should skip those regions. Otherwise, one gets false-positive gc warnings, saying that some regions are not marked complete, e.g. running gc/TestFullGCALot.java Skip dense-prefix regions in the verification to remove these misleading warnings.
|