-
Bug
-
Resolution: Fixed
-
P4
-
17, 20
-
b26
`ParCompactionManager::follow_contents` misses `do_klass(klass)` when the obj is an `objArray`.
The corresponding code for Serial/G1/Z is in:
```
MarkSweep::follow_array
G1FullGCMarker::follow_array
ZMark::follow_array_object
```
The corresponding code for Serial/G1/Z is in:
```
MarkSweep::follow_array
G1FullGCMarker::follow_array
ZMark::follow_array_object
```
- relates to
-
JDK-8211446 Replace oop_pc_follow_contents with oop_iterate and closure
-
- Resolved
-
-
JDK-8297740 runtime/ClassUnload/UnloadTest.java failed with "Test failed: should still be live"
-
- Resolved
-