RFR: 8146416: java.lang.OutOfMemoryError triggers: assert(current_bci == 0) failed: bci isn't zero for do_not_unlock_if_synchronized

Jamsheed C m jamsheed.c.m at oracle.com
Thu May 26 04:51:07 UTC 2016



On 5/25/2016 9:21 PM, Roland Westrelin wrote:
> if (thread->has_pending_exception() && thread->exception_oop() != NULL) {
>    assert(thread->frames_to_pop_failed_realloc() > 0, "realloc should
> have failed");
>    thread->set_exception_oop(thread->pending_exception());
>    thread->clear_pending_exception();
> }
  with this fix wouldn't we have to eliminate escape analysis based 
eliminate allocation for

JvmtiExport 
<http://den00osp.us.oracle.com:8085/source/s?defs=JvmtiExport&project=hs-comp>::can_force_early_return 
<http://den00osp.us.oracle.com:8085/source/s?defs=can_force_early_return&project=hs-comp>() too ?

Best Regards,
Jamsheed

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160526/ba5b8b28/attachment-0001.html>


More information about the hotspot-compiler-dev mailing list