Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174448 | 10 | Igor Veresov | P3 | Resolved | Fixed | b01 |
AOT captures VM settings during compilation. For compressed oops it presents a problem for the case when VM selects a zero-shift mode (that depends on being able to map the heap into the lower 4G). Compiling AOT binary with zero-shift limits it's usability. The AOT compiler should be able to avoid zero-shift.
- backported by
-
JDK-8174448 [AOT] Avoid zero-shift for compressed oops
- Resolved
- relates to
-
JDK-8174986 CDS archived java heap region may not compatible with AOT
- Resolved