Thu, 07 Oct 2010 21:40:55 -0700 6980792: Crash "exception happened outside interpreter, nmethods and vtable stubs (1)"
never [Thu, 07 Oct 2010 21:40:55 -0700] rev 6770
6980792: Crash "exception happened outside interpreter, nmethods and vtable stubs (1)" Reviewed-by: kvn
Fri, 08 Oct 2010 09:29:09 -0700 Merge
jcoomes [Fri, 08 Oct 2010 09:29:09 -0700] rev 6769
Merge
Fri, 01 Oct 2010 16:43:05 -0400 6980838: G1: guarantee(false) failed: thread has an unexpected active value in its SATB queue
tonyp [Fri, 01 Oct 2010 16:43:05 -0400] rev 6768
6980838: G1: guarantee(false) failed: thread has an unexpected active value in its SATB queue Summary: Under certain circumstances a safepoint could happen between a JavaThread object being created and that object being added to the Java threads list. This could cause the active field of that thread's SATB queue to get out-of-sync with respect to the other Java threads. The solution is to activate the SATB queue, when necessary, before adding the thread to the Java threads list, not when the JavaThread object is created. The changeset also includes a small fix to rename the surrogate locker thread from "Surrogate Locker Thread (CMS)" to "Surrogate Locker Thread (Concurrent GC)" since it's also used in G1. Reviewed-by: iveresov, ysr, johnc, jcoomes
(0) -3000 -1000 -300 -100 -30 -10 -3 +3 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip