Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8141950 | emb-9 | Kirill Zhaldybin | P4 | Resolved | Fixed | team |
Improve stability of whitebox methods getCodeBlob(long addr) and freeCodeBlob(long addr)
Currently these methods could crash if addr = 0
Methods should check that address is not 0.
Currently these methods could crash if addr = 0
Methods should check that address is not 0.
- backported by
-
JDK-8141950 Improve stability of whitebox methods getCodeBlob and freeCodeBlob
-
- Resolved
-