-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b36
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8016417 | 8 | Albert Noll | P4 | Resolved | Fixed | b94 |
Graal uses Unsafe access to implement e.g. monitorenter and monitorexit in Java. The assert added with JDK-7012072 makes this impossible in debug builds.
Furthermore it is inconsistent since the assert is only in unsafe.cpp. If we compile and intrinsify one of these Unsafe methods the check does not apply.
Here are the two Graal changes that workaround this issue for now:
http://hg.openjdk.java.net/graal/graal/rev/0f090aa237e7
http://hg.openjdk.java.net/graal/graal/rev/6194aefabf1a
Furthermore it is inconsistent since the assert is only in unsafe.cpp. If we compile and intrinsify one of these Unsafe methods the check does not apply.
Here are the two Graal changes that workaround this issue for now:
http://hg.openjdk.java.net/graal/graal/rev/0f090aa237e7
http://hg.openjdk.java.net/graal/graal/rev/6194aefabf1a
- backported by
-
JDK-8016417 remove assert to catch access to object headers in index_oop_from_field_offset_long
-
- Resolved
-