Details
-
Enhancement
-
Resolution: Fixed
-
P3
-
8-shenandoah, 11-shenandoah, 12, 13
-
b21
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8228951 | 12u-cpu | Aleksey Shipilev | P3 | Resolved | Fixed | master |
JDK-8224060 | 12.0.2 | Aleksey Shipilev | P3 | Resolved | Fixed | b03 |
Description
ObjArrayChunkedTask is the optimized implementation that uses the bits from reference representation to optimize marking. 64-bit version verification makes some assumptions about the underlying addresses, notably that heap starts at zero. Also, internal asserts are not consistently checking all components of tasks are actually encodeable. If they are not, we need to fail as soon as possible. For example, if we know that there can be oops that go farther than encodeable oop in ObjArrayChunkedTask, we need to fail on startup.
Attachments
Issue Links
- backported by
-
JDK-8224060 Shenandoah: Refactor and fix ObjArrayChunkedTask verification
- Resolved
-
JDK-8228951 Shenandoah: Refactor and fix ObjArrayChunkedTask verification
- Resolved