RFR (M): 8145435: [JVMCI] some tests on Windows fail with: assert(!thread->is_Java_thread()) failed: must not be java thread

Tom Rodriguez tom.rodriguez at oracle.com
Wed Dec 16 01:08:36 UTC 2015


>> 
>> http://cr.openjdk.java.net/~twisti/8145435/webrev/src/share/vm/runtime/java.cpp.udiff.html
>> 
>> and moved abort_on_pending_exception into JVMCICompiler and made it private.  It’s used for one thing only now.

That all seems ok to me.

>> 
>> Finally I replaced JVMCIRuntime::call_printStackTrace with calls to java_lang_Throwable::print_stack_trace.
> 

I feel like there was a reason we weren’t using java_lang_Throwable::print_stack_trace but it looks like it handles the causes properly which is the only reason I could think of.  Maybe Doug knows?

tom


More information about the hotspot-dev mailing list