1. 15 5月, 2012 2 次提交
  2. 10 5月, 2012 2 次提交
  3. 08 5月, 2012 1 次提交
    • K
      7160610: Unknown Native Code compilation issue · 094bdcef
      kvn 提交于
      Summary: When constructing input vector use type of vector's operation which use it since element's sizes should match.
      Reviewed-by: never, twisti
      094bdcef
  4. 03 5月, 2012 1 次提交
  5. 25 4月, 2012 1 次提交
  6. 26 4月, 2012 2 次提交
  7. 20 4月, 2012 1 次提交
  8. 19 4月, 2012 2 次提交
  9. 18 4月, 2012 2 次提交
  10. 11 4月, 2012 1 次提交
  11. 16 4月, 2012 1 次提交
  12. 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
  13. 11 4月, 2012 1 次提交
  14. 06 4月, 2012 1 次提交
  15. 03 4月, 2012 1 次提交
  16. 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
  17. 29 3月, 2012 1 次提交
  18. 27 3月, 2012 1 次提交
  19. 23 3月, 2012 3 次提交
  20. 21 3月, 2012 2 次提交
  21. 16 3月, 2012 2 次提交
  22. 15 3月, 2012 2 次提交
  23. 14 3月, 2012 6 次提交
  24. 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