1. 27 3月, 2012 1 次提交
  2. 23 3月, 2012 2 次提交
  3. 21 3月, 2012 2 次提交
  4. 20 3月, 2012 1 次提交
  5. 16 3月, 2012 1 次提交
  6. 15 3月, 2012 1 次提交
  7. 14 3月, 2012 5 次提交
  8. 13 3月, 2012 2 次提交
    • 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
  9. 16 3月, 2012 1 次提交
  10. 13 3月, 2012 2 次提交
  11. 08 3月, 2012 2 次提交
  12. 07 3月, 2012 1 次提交
  13. 06 3月, 2012 2 次提交
  14. 03 3月, 2012 1 次提交
  15. 02 3月, 2012 2 次提交
  16. 01 3月, 2012 2 次提交
  17. 28 2月, 2012 1 次提交
  18. 29 2月, 2012 1 次提交
  19. 27 2月, 2012 2 次提交
  20. 25 2月, 2012 2 次提交
  21. 23 2月, 2012 1 次提交
  22. 22 2月, 2012 3 次提交
  23. 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