[9] RFR(XS): 8180565: Null pointer dereferences of ConstMethod::method()
Vladimir Kozlov
vladimir.kozlov at oracle.com
Thu May 18 17:10:14 UTC 2017
Good.
Vladimir
On 5/18/17 7:08 AM, Tobias Hartmann wrote:
> Hi,
>
> please review the following patch:
> https://bugs.openjdk.java.net/browse/JDK-8180565
> http://cr.openjdk.java.net/~thartmann/8180565/webrev.00/
>
> ConstMethod::method() returns _constants->pool_holder()->method_with_idnum(_method_idnum) which may be NULL. We need to check for NULL before dereferencing.
>
> Thanks,
> Tobias
>
More information about the hotspot-compiler-dev
mailing list