Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056636 | emb-9 | Unassigned | P2 | Resolved | Fixed | b24 |
In https://bugs.openjdk.java.net/browse/JDK-8039905, after reworking the original patch suggestion in order to accommodate for better readability, i incidentally missed to retain the correct logic for expression oopmap indexing.
Expression indexing should of course be done as an offset from max_locals. My bad.
Expression indexing should of course be done as an offset from max_locals. My bad.
- backported by
-
JDK-8056636 interpretedVFrame::expressions to index oopmap correctly
-
- Resolved
-
- relates to
-
JDK-8039905 heapdump/OnOOMToFile and heapdump/OnOOMToPath fail with "assert(fr().interpreter_frame_expression_stack_size() >= length) failed: error in expression stack!"
-
- Resolved
-