.hgignore
author johnc
Mon, 12 Mar 2012 14:59:00 -0700
changeset 12227 371690c4f281
parent 12024 452c9c3f0a96
child 13697 5262b00bc10c
permissions -rw-r--r--
7147724: G1: hang in SurrogateLockerThread::manipulatePLL Summary: Attempting to initiate a marking cycle when allocating a humongous object can, if a marking cycle is successfully initiated by another thread, result in the allocating thread spinning until the marking cycle is complete. Eliminate a deadlock between the main ConcurrentMarkThread, the SurrogateLocker thread, the VM thread, and a mutator thread waiting on the SecondaryFreeList_lock (while free regions are going to become available) by not manipulating the pending list lock during the prologue and epilogue of the cleanup pause. Reviewed-by: brutisso, jcoomes, tonyp

^build/
^dist/
/nbproject/private/
^webrev
^.hgtip
.DS_Store