Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2215468 | 8 | Tom Rodriguez | P4 | Closed | Fixed | b08 |
JDK-2214875 | 7u2 | Tom Rodriguez | P4 | Closed | Fixed | b08 |
When moving the static fields out from the instanceKlasses into the mirrors, the Reflection::resolve_field, Reflection::field_get and Reflection::field_set functions were not updated accordingly. These functions still try to access the static fields with an offset from the klassOop.
Note, that these functions are only available if compiled with SUPPORT_OLD_REFLECTION.
Note, that these functions are only available if compiled with SUPPORT_OLD_REFLECTION.
- backported by
-
JDK-2214875 Reflection::resolve_field/field_get/field_set are broken
- Closed
-
JDK-2215468 Reflection::resolve_field/field_get/field_set are broken
- Closed