1. 17 6月, 2011 1 次提交
  2. 15 6月, 2011 1 次提交
    • J
      7004681: G1: Extend marking verification to Full GCs · 0e040a45
      johnc 提交于
      Summary: Perform a heap verification after the first phase of G1's full GC using objects' mark words to determine liveness. The third parameter of the heap verification routines, which was used in G1 to determine which marking bitmap to use in liveness calculations, has been changed from a boolean to an enum with values defined for using the mark word, and the 'prev' and 'next' bitmaps.
      Reviewed-by: tonyp, ysr
      0e040a45
  3. 13 5月, 2011 1 次提交
  4. 05 5月, 2011 1 次提交
  5. 04 5月, 2011 1 次提交
  6. 08 4月, 2011 1 次提交
  7. 06 4月, 2011 1 次提交
  8. 23 3月, 2011 1 次提交
  9. 18 3月, 2011 1 次提交
  10. 11 3月, 2011 1 次提交
  11. 09 2月, 2011 1 次提交
  12. 08 2月, 2011 1 次提交
  13. 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
  14. 28 1月, 2011 1 次提交
  15. 20 1月, 2011 1 次提交
  16. 11 1月, 2011 1 次提交
  17. 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
  18. 01 12月, 2010 1 次提交
  19. 24 11月, 2010 1 次提交
  20. 22 10月, 2010 1 次提交
  21. 29 9月, 2010 1 次提交
  22. 21 9月, 2010 1 次提交
  23. 22 7月, 2010 1 次提交
  24. 17 7月, 2010 1 次提交
  25. 02 7月, 2010 1 次提交
  26. 23 6月, 2010 1 次提交
  27. 28 5月, 2010 2 次提交
  28. 14 4月, 2010 1 次提交
  29. 19 3月, 2010 1 次提交
  30. 04 3月, 2010 1 次提交
  31. 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
  32. 29 10月, 2009 1 次提交
  33. 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
  34. 12 10月, 2009 1 次提交
  35. 24 9月, 2009 1 次提交
  36. 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
  37. 16 9月, 2009 1 次提交
  38. 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
  39. 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