During the review of JDK-8146246 the question was raised if we still need the C++ functionality in java_lang_Throwable::print_stack_trace since we are calling out to Java to Throwable.getCause() anyway.
- relates to
-
JDK-8146246 JVMCICompiler::abort_on_pending_exception: assert(!thread->owns_locks()) failed: must release all locks when leaving VM
- Closed