1. 12 5月, 2012 1 次提交
  2. 03 5月, 2012 1 次提交
  3. 25 4月, 2012 1 次提交
  4. 26 4月, 2012 2 次提交
  5. 20 4月, 2012 1 次提交
  6. 19 4月, 2012 1 次提交
    • T
      7145441: G1: collection set chooser-related cleanup · 0c52c8e5
      tonyp 提交于
      Summary: Cleanup of the CSet chooser class: standardize on uints for region num and indexes (instead of int, jint, etc.), make the method / field naming style more consistent, remove a lot of dead code.
      Reviewed-by: johnc, brutisso
      0c52c8e5
  7. 18 4月, 2012 1 次提交
  8. 11 4月, 2012 1 次提交
  9. 16 4月, 2012 1 次提交
  10. 13 4月, 2012 1 次提交
    • B
      7160728: Introduce an extra logging level for G1 logging · dd643c7f
      brutisso 提交于
      Summary: Added log levels "fine", "finer" and "finest". Let PrintGC map to "fine" and PrintGCDetails map to "finer". Separated out the per worker information in the G1 logging to the "finest" level.
      Reviewed-by: stefank, jwilhelm, tonyp, johnc
      dd643c7f
  11. 06 4月, 2012 1 次提交
  12. 03 4月, 2012 1 次提交
  13. 30 3月, 2012 1 次提交
    • J
      7131629: Generalize the CMS free list code · 98f667c6
      jmasa 提交于
      Summary: Make the FreeChunk, FreeList, TreeList, and BinaryTreeDictionary classes usable outside CMS.
      Reviewed-by: brutisso, johnc, jwilhelm
      Contributed-by: coleen.phillimore@oracle.com
      98f667c6
  14. 29 3月, 2012 1 次提交
  15. 27 3月, 2012 1 次提交
  16. 23 3月, 2012 3 次提交
  17. 21 3月, 2012 2 次提交
  18. 16 3月, 2012 2 次提交
  19. 15 3月, 2012 2 次提交
  20. 14 3月, 2012 6 次提交
  21. 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
  22. 16 3月, 2012 1 次提交
  23. 13 3月, 2012 1 次提交
  24. 07 3月, 2012 1 次提交
  25. 06 3月, 2012 1 次提交
  26. 12 4月, 2012 1 次提交
  27. 30 3月, 2012 1 次提交
  28. 06 3月, 2012 1 次提交