1. 27 3月, 2012 1 次提交
  2. 23 3月, 2012 2 次提交
  3. 13 3月, 2012 1 次提交
    • 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
  4. 16 3月, 2012 1 次提交
  5. 15 3月, 2012 1 次提交
  6. 14 3月, 2012 2 次提交
  7. 13 3月, 2012 2 次提交
  8. 08 3月, 2012 2 次提交
  9. 07 3月, 2012 1 次提交
  10. 06 3月, 2012 2 次提交
  11. 03 3月, 2012 1 次提交
  12. 02 3月, 2012 2 次提交
  13. 01 3月, 2012 2 次提交
  14. 28 2月, 2012 1 次提交
  15. 29 2月, 2012 1 次提交
  16. 27 2月, 2012 2 次提交
  17. 25 2月, 2012 2 次提交
  18. 23 2月, 2012 1 次提交
  19. 22 2月, 2012 3 次提交
  20. 21 2月, 2012 2 次提交
    • K
      7147064: assert(allocates2(pc)) failed: not in CodeBuffer memory:... · 429480d9
      kvn 提交于
      7147064: assert(allocates2(pc)) failed: not in CodeBuffer memory: 0xffffffff778d9d60 <= 0xffffffff778da69c
      Summary: Increase size of deopt_blob and uncommon_trap_blob by size of stack bang code (SPARC).
      Reviewed-by: azeemj, iveresov, never, phh
      429480d9
    • K
      7147064: assert(allocates2(pc)) failed: not in CodeBuffer memory:... · ac2b0204
      kvn 提交于
      7147064: assert(allocates2(pc)) failed: not in CodeBuffer memory: 0xffffffff778d9d60 <= 0xffffffff778da69c
      Summary: Increase size of deopt_blob and uncommon_trap_blob by size of stack bang code (SPARC).
      Reviewed-by: azeemj, iveresov, never, phh
      ac2b0204
  21. 19 2月, 2012 1 次提交
  22. 18 2月, 2012 2 次提交
  23. 17 2月, 2012 5 次提交