Loading... (original) (raw)
- Type:
Enhancement
- Resolution: Fixed
- Priority:
P4
- Fix Version/s: 9
- Affects Version/s: 9
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.
backported by
JDK-8141950 Improve stability of whitebox methods getCodeBlob and freeCodeBlob
- Resolved