[9] RFR(XS): 8180565: Null pointer dereferences of ConstMethod::method()

Tobias Hartmann tobias.hartmann at oracle.com
Fri May 19 06:16:44 UTC 2017


Hi Vladimir,

thanks for the review!

Best regards,
Tobias

On 18.05.2017 19:10, Vladimir Kozlov wrote:
> 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