1. 16 2月, 2012 1 次提交
  2. 14 2月, 2012 1 次提交
  3. 26 1月, 2012 2 次提交
  4. 25 1月, 2012 2 次提交
  5. 19 1月, 2012 1 次提交
  6. 09 1月, 2012 1 次提交
  7. 06 1月, 2012 1 次提交
  8. 05 1月, 2012 1 次提交
  9. 20 12月, 2011 1 次提交
  10. 14 12月, 2011 1 次提交
  11. 17 11月, 2011 1 次提交
  12. 14 10月, 2011 1 次提交
  13. 24 9月, 2011 1 次提交
  14. 21 9月, 2011 1 次提交
  15. 12 8月, 2011 1 次提交
  16. 22 11月, 2011 1 次提交
    • J
      7110173: GCNotifier::pushNotification publishes stale data. · 142413b4
      johnc 提交于
      Summary: GCNotifier::pushNotification() references GCMemoryManager::_last_gc_stat but is called from GCMemoryManager::gc_end() before GCMemoryManager::_last_gc_stat is set up using the values in GCMemoryManager::_current_gc_stat. As a result the GC notification code accesses unitialized or stale data. Move the notification call after GCMemoryManager::_las_gc_stat is set, but inside the same if-block.
      Reviewed-by: poonam, dholmes, fparain, mchung
      142413b4
  17. 13 5月, 2011 1 次提交
  18. 07 5月, 2011 1 次提交
  19. 22 4月, 2011 1 次提交
  20. 06 4月, 2011 1 次提交
  21. 22 3月, 2011 1 次提交
  22. 21 2月, 2011 1 次提交
  23. 11 2月, 2011 1 次提交
  24. 04 2月, 2011 1 次提交
    • B
      7015169: GC Cause not always set · 5a6ed888
      brutisso 提交于
      Summary: Sometimes the gc cause was not always set. This caused JStat to print the wrong information.
      Reviewed-by: tonyp, ysr
      Contributed-by: suenaga.yasumasa@oss.ntt.co.jp
      5a6ed888
  25. 03 2月, 2011 1 次提交
  26. 28 1月, 2011 1 次提交
  27. 15 1月, 2011 1 次提交
  28. 07 1月, 2011 1 次提交
  29. 24 11月, 2010 1 次提交
  30. 11 9月, 2010 1 次提交
  31. 28 8月, 2010 1 次提交
  32. 25 8月, 2010 1 次提交
    • T
      6941275: G1: The MemoryPools are incorrectly supported for G1 · 0807c46f
      tonyp 提交于
      Summary: The way we were caluclating the max value meant that it might fluctuate during the run and this broke some assumptions inside the MBeans framework. This change sets the max value of each pool to -1, which means undefined according to the spec.
      Reviewed-by: mchung, johnc
      0807c46f
  33. 31 7月, 2010 1 次提交
  34. 28 5月, 2010 1 次提交
  35. 23 4月, 2010 1 次提交
  36. 24 3月, 2010 1 次提交
  37. 17 3月, 2010 1 次提交
  38. 10 2月, 2010 1 次提交