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

Roland Westrelin rwestrel at redhat.com
Wed Jun 1 14:31:26 UTC 2016


>>> i am not sure whether i understood your question correctly.
>> I'm trying to understand how many problems you've identified and are
>> fixing. Is it only the deoptimization with Unpack_exception or is there
>> another one? Given you've added another test case, I suppose there's
>> another one so I'd like to understand what that other problem is.
> realloc failure can happen for all kind of deoptimization, i am
> addressing all cases.

It's already addressed now. It was added by 6898462. What this bug shows
is that it doesn't work in all cases. I'd like to know what cases are
not covered. Is it only Unpack_exception or is there another one?

Roland.


More information about the hotspot-compiler-dev mailing list