hotspot/.jcheck/conf
author dcubed
Tue, 15 Mar 2011 06:37:31 -0700
changeset 8661 3dc8a18ac563
parent 22 408b55da75b0
child 9952 9c0da8ccd998
permissions -rw-r--r--
7024970: 2/3 assert(ServiceThread::is_service_thread(Thread::current())) failed: Service thread must post enqueue Summary: Change nmethod_lock() to also prevent zombification of the nmethod. CompiledMethodUnload events also need to lock the nmethod. Clean ups in nmethod::make_not_entrant_or_zombie() Reviewed-by: dholmes, kamg, never, dsamersoff, ysr, coleenp, acorn
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
22
408b55da75b0 6669216: Add jcheck configuration directories
mr
parents:
diff changeset
     1
project=jdk7