Loading... (original) (raw)

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

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8141950 Improve stability of whitebox methods getCodeBlob and freeCodeBlob