Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205808 | 11.0.1 | Erik Österlund | P4 | Resolved | Fixed | team |
In C1, address resolution of an accessed field is not always possible, because the offset of the class of the object being accessed, has not yet been loaded. In ZGC, we use lea to resolve the address of fields. Therefore, the lea instruction needs to be patchable for ZGC. This enhancement aims to add support for such patching on SPARC
- backported by
-
JDK-8205808 Make C1 leal patchable on SPARC
-
- Resolved
-