If we end up calling report_metadata_oome and post_resource_exhausted we do a transition to native and hit:
assert(!thread->owns_locks(), "must release all locks when leaving VM");
assert(!thread->owns_locks(), "must release all locks when leaving VM");
- duplicates
-
JDK-6606767 resexhausted00[34] fail assert(!thread->owns_locks(), "must release all locks when leaving VM")
- Resolved