1. 26 6月, 2012 1 次提交
  2. 25 6月, 2012 1 次提交
  3. 14 6月, 2012 2 次提交
  4. 13 6月, 2012 3 次提交
  5. 12 6月, 2012 1 次提交
  6. 08 6月, 2012 1 次提交
  7. 07 6月, 2012 2 次提交
  8. 05 6月, 2012 2 次提交
  9. 04 6月, 2012 2 次提交
  10. 06 6月, 2012 1 次提交
  11. 04 6月, 2012 1 次提交
  12. 01 6月, 2012 1 次提交
  13. 31 5月, 2012 2 次提交
  14. 26 5月, 2012 1 次提交
  15. 30 5月, 2012 1 次提交
    • J
      7143858: G1: Back to back young GCs with the second GC having a minimally sized eden · 893ceddc
      johnc 提交于
      Summary: Before the last thread to leave a JNI critical region was able to schedule a GCLocker Initiated GC, another thread was attempting an allocation and saw that the GCLocker region was no longer active and successfully scheduled a GC. Stall allocating threads until the GCLocker Initiated GC is performed and then retry the allocation.
      Reviewed-by: brutisso, huntch
      893ceddc
  16. 26 5月, 2012 1 次提交
  17. 25 5月, 2012 1 次提交
  18. 22 5月, 2012 2 次提交
  19. 19 5月, 2012 1 次提交
  20. 18 5月, 2012 1 次提交
  21. 15 5月, 2012 1 次提交
  22. 16 5月, 2012 2 次提交
  23. 15 5月, 2012 3 次提交
  24. 14 5月, 2012 1 次提交
    • B
      7161545: G1: Minor cleanups to the G1 logging · 3c2bae90
      brutisso 提交于
      Summary: Rename "to-space-overflow" to "to-space-exhausted", Introduce one decimal point in the size format, Add Sum to the aggregate and re-order the entries, Add number of GC workers to the log output
      Reviewed-by: johnc, jwilhelm
      3c2bae90
  25. 12 5月, 2012 1 次提交
  26. 10 5月, 2012 3 次提交
  27. 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