1. 03 4月, 2012 1 次提交
  2. 31 3月, 2012 3 次提交
  3. 30 3月, 2012 3 次提交
  4. 27 3月, 2012 1 次提交
  5. 26 3月, 2012 2 次提交
    • J
      Merge · 1fd9bf02
      jwilhelm 提交于
      1fd9bf02
    • D
      Merge · f2d54df2
      dlong 提交于
      f2d54df2
  6. 24 3月, 2012 3 次提交
  7. 23 3月, 2012 4 次提交
  8. 21 3月, 2012 2 次提交
  9. 19 3月, 2012 1 次提交
  10. 20 3月, 2012 1 次提交
  11. 18 3月, 2012 1 次提交
    • D
      Merge · e785f517
      dlong 提交于
      e785f517
  12. 17 3月, 2012 6 次提交
  13. 16 3月, 2012 2 次提交
  14. 15 3月, 2012 1 次提交
  15. 14 3月, 2012 6 次提交
  16. 13 3月, 2012 3 次提交
    • N
      Merge · 6c1d3633
      never 提交于
      6c1d3633
    • N
      7152957: VM crashes with assert(false) failed: bad AD file · 3d00ab12
      never 提交于
      Reviewed-by: kvn, never
      Contributed-by: nils.eliasson@oracle.com
      3d00ab12
    • J
      7147724: G1: hang in SurrogateLockerThread::manipulatePLL · f0980866
      johnc 提交于
      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
      f0980866