1. 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
  2. 24 12月, 2009 1 次提交
    • Y
      6631166: CMS: better heuristics when combatting fragmentation · c290220e
      ysr 提交于
      Summary: Autonomic per-worker free block cache sizing, tunable coalition policies, fixes to per-size block statistics, retuned gain and bandwidth of some feedback loop filters to allow quicker reactivity to abrupt changes in ambient demand, and other heuristics to reduce fragmentation of the CMS old gen. Also tightened some assertions, including those related to locking.
      Reviewed-by: jmasa
      c290220e
  3. 12 12月, 2009 1 次提交
  4. 29 10月, 2009 1 次提交
  5. 14 10月, 2009 1 次提交
  6. 16 9月, 2009 1 次提交
  7. 13 8月, 2009 1 次提交
  8. 12 8月, 2009 1 次提交
  9. 07 8月, 2009 1 次提交
  10. 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
  11. 29 7月, 2009 2 次提交
  12. 08 7月, 2009 1 次提交
  13. 06 5月, 2009 1 次提交
  14. 01 5月, 2009 1 次提交
  15. 22 4月, 2009 1 次提交
  16. 09 4月, 2009 1 次提交
  17. 01 4月, 2009 1 次提交
    • C
      6761600: Use sse 4.2 in intrinsics · ccf9e3df
      cfang 提交于
      Summary: Use SSE 4.2 in intrinsics for String.{compareTo/equals/indexOf} and Arrays.equals.
      Reviewed-by: kvn, never, jrose
      ccf9e3df
  18. 31 3月, 2009 1 次提交
  19. 29 3月, 2009 1 次提交
  20. 14 3月, 2009 1 次提交
  21. 13 3月, 2009 1 次提交
  22. 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
  23. 03 4月, 2009 1 次提交
  24. 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
  25. 09 2月, 2009 1 次提交
  26. 06 2月, 2009 1 次提交
  27. 31 1月, 2009 1 次提交
    • Y
      6787254: Work queue capacity can be increased substantially on some platforms · 86c6c645
      ysr 提交于
      Summary: Increased the default and maximum size of the CMS marking stack and the size of the parallel workers' work queues in 64-bit mode. The latter was accomplished by an increase in the width of the Taskqueue's Age struct and its Tag field in 64-bit mode.
      Reviewed-by: jmasa, tonyp
      86c6c645
  28. 27 1月, 2009 1 次提交
    • Y
      6786503: Overflow list performance can be improved · 7a40ef32
      ysr 提交于
      Summary: Avoid overflow list walk in CMS & ParNew when it is unnecessary. Fix a couple of correctness issues, including a C-heap leak, in ParNew at the intersection of promotion failure, work queue overflow and object array chunking. Add stress testing option and related assertion checking.
      Reviewed-by: jmasa
      7a40ef32
  29. 06 1月, 2009 1 次提交
  30. 12 12月, 2008 2 次提交
  31. 09 12月, 2008 1 次提交
  32. 04 12月, 2008 1 次提交
  33. 22 11月, 2008 1 次提交
  34. 21 11月, 2008 1 次提交
    • Y
      6722113: CMS: Incorrect overflow handling during precleaning of Reference lists · fb7c8a34
      ysr 提交于
      Summary: When we encounter marking stack overflow during precleaning of Reference lists, we were using the overflow list mechanism, which can cause problems on account of mutating the mark word of the header because of conflicts with mutator accesses and updates of that field. Instead we should use the usual mechanism for overflow handling in concurrent phases, namely dirtying of the card on which the overflowed object lies. Since precleaning effectively does a form of discovered list processing, albeit with discovery enabled, we needed to adjust some code to be correct in the face of interleaved processing and discovery.
      Reviewed-by: apetrusenko, jcoomes
      fb7c8a34
  35. 19 11月, 2008 1 次提交
    • K
      6772413: code cleanup · ca83af54
      kvn 提交于
      Summary: Removed lines in adm64.make with interpret.o and moved few constant strings from header files.
      Reviewed-by: never
      ca83af54
  36. 13 11月, 2008 1 次提交
  37. 29 10月, 2008 1 次提交
  38. 15 10月, 2008 1 次提交