1. 23 3月, 2011 1 次提交
  2. 18 3月, 2011 1 次提交
  3. 11 3月, 2011 1 次提交
  4. 09 2月, 2011 1 次提交
  5. 08 2月, 2011 1 次提交
  6. 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
  7. 28 1月, 2011 1 次提交
  8. 20 1月, 2011 1 次提交
  9. 11 1月, 2011 1 次提交
  10. 18 12月, 2010 1 次提交
    • Y
      6807801: CMS: could save/restore fewer header words during scavenge · 8ea00085
      ysr 提交于
      Summary: Age bits need not enter the mark-word preservation calculus; also affected, in addition to CMS, per CR synopsis above, were ParNew (but not DefNew), ParallelScavenge and G1, albeit to a lesser degree than CMS.
      Reviewed-by: tonyp, johnc
      8ea00085
  11. 01 12月, 2010 1 次提交
  12. 24 11月, 2010 1 次提交
  13. 22 10月, 2010 1 次提交
  14. 29 9月, 2010 1 次提交
  15. 21 9月, 2010 1 次提交
  16. 22 7月, 2010 1 次提交
  17. 17 7月, 2010 1 次提交
  18. 02 7月, 2010 1 次提交
  19. 23 6月, 2010 1 次提交
  20. 28 5月, 2010 2 次提交
  21. 14 4月, 2010 1 次提交
  22. 19 3月, 2010 1 次提交
  23. 04 3月, 2010 1 次提交
  24. 14 1月, 2010 1 次提交
    • Y
      6896647: card marks can be deferred too long · 651edb8d
      ysr 提交于
      Summary: Deferred card marks are now flushed during the gc prologue. Parallel[Scavege,OldGC] and SerialGC no longer defer card marks generated by COMPILER2 as a result of ReduceInitialCardMarks. For these cases, introduced a diagnostic option to defer the card marks, only for the purposes of testing and diagnostics. CMS and G1 continue to defer card marks. Potential performance concern related to single-threaded flushing of deferred card marks in the gc prologue will be addressed in the future.
      Reviewed-by: never, johnc
      651edb8d
  25. 29 10月, 2009 1 次提交
  26. 16 10月, 2009 1 次提交
    • Y
      6888898: CMS: ReduceInitialCardMarks unsafe in the presence of cms precleaning · 349bfec0
      ysr 提交于
      6889757: G1: enable card mark elision for initializing writes from compiled code (ReduceInitialCardMarks)
      Summary: Defer the (compiler-elided) card-mark upon a slow-path allocation until after the store  and before the next subsequent safepoint; G1 now answers yes to can_elide_tlab_write_barriers().
      Reviewed-by: jcoomes, kvn, never
      349bfec0
  27. 12 10月, 2009 1 次提交
  28. 24 9月, 2009 1 次提交
  29. 23 9月, 2009 1 次提交
    • X
      6884624: Update copyright year · 8cbcb424
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009 through Septermber
      Reviewed-by: tbell, ohair
      8cbcb424
  30. 16 9月, 2009 1 次提交
  31. 02 9月, 2009 1 次提交
    • Y
      4957990: Perm heap bloat in JVM · 763668ed
      ysr 提交于
      Summary: Treat ProfileData in MDO's as a source of weak, not strong, roots. Fixes the bug for stop-world collection -- the case of concurrent collection will be fixed separately.
      Reviewed-by: jcoomes, jmasa, kvn, never
      763668ed
  32. 29 7月, 2009 1 次提交
    • X
      6862919: Update copyright year · 84c0f327
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 07/09
      Reviewed-by: tbell, ohair
      84c0f327
  33. 15 7月, 2009 1 次提交
  34. 08 6月, 2009 1 次提交
  35. 21 3月, 2009 1 次提交
  36. 13 3月, 2009 1 次提交
  37. 10 3月, 2009 1 次提交
    • X
      6814575: Update copyright year · 58e87f34
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 03/09
      Reviewed-by: katleman, tbell, ohair
      58e87f34
  38. 04 3月, 2009 1 次提交
  39. 03 3月, 2009 1 次提交
    • Y
      6797870: Add -XX:+{HeapDump,PrintClassHistogram}{Before,After}FullGC · 1e135fda
      ysr 提交于
      Summary: Call newly created CollectedHeap::dump_{pre,post}_full_gc before and after every stop-world full collection cycle on GenCollectedHeap and ParallelScavengeHeap. (Support for G1CollectedHeap forthcoming under CR 6810861.) Small modifications to existing heap dumping and class histogram implementation, especially to allow multiple on-the-fly histos/dumps by the VM thread during a single safepoint.
      Reviewed-by: jmasa, alanb, mchung
      1e135fda