RFR (xs) 8151728: jni test crashes JVM assert(_handle != __null) failed: resolving NULL handle

Coleen Phillimore coleen.phillimore at oracle.com
Fri Mar 11 22:23:59 UTC 2016


Thanks you for reviewing, George.
It's already being checked in so I can't credit you.
Coleen

On 3/11/16 5:03 PM, George Triantafillou wrote:
> Hi Coleen,
>
> Change look good.
>
> -George
>
> On 3/11/2016 4:09 PM, Coleen Phillimore wrote:
>> Summary: New assert needs to check for null.
>>
>> If there's an OOM during Throwable.backtrace creation, the backtrace 
>> can be null, so the BacktraceIterator() checks for null, but the 
>> assert I added didn't.
>>
>> Retested on failing test, Throwable tests and instrumented VM to 
>> force this (removed instrumentation).
>>
>> open webrev at http://cr.openjdk.java.net/~coleenp/8151728/webrev
>> bug link https://bugs.openjdk.java.net/browse/JDK-8151728
>>
>> Thanks,
>> Coleen
>>
>



More information about the hotspot-runtime-dev mailing list