1. 16 1月, 2010 2 次提交
  2. 14 1月, 2010 4 次提交
    • J
      6912065: final fields in objects need to support inlining optimizations for JSR 292 · 42263eca
      jrose 提交于
      Reviewed-by: twisti, kvn
      42263eca
    • J
      6915005: G1: Hang in PtrQueueSet::completed_buffers_list_length with gcl001 · b851645d
      johnc 提交于
      Summary: When enqueuing a completed PtrQueue buffer, cache a local pointer to the buffer and clear the field in the PtrQueue prior to unlocking the mutex referenced by the _lock field and pass the cached local value to the enqueuing routine. This will prevent the same completed buffer being enqueued multiple times, which causes the hang.
      Reviewed-by: ysr
      b851645d
    • 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
    • T
      6916652: G1: remove +UseG1GC from under experimental options · b5ec0b50
      tonyp 提交于
      Summary: What the title says.
      Reviewed-by: ysr, jmasa
      b5ec0b50
  3. 13 1月, 2010 2 次提交
    • J
      6902115:... · e0f00cdb
      johnc 提交于
      6902115: G1:assert(ignore_max_completed||thread->is_Java_thread()||SafepointSynchronize::is_at_safepoint())
      Summary: Remove invalid assert and mangle filler objects in TLABs that are being retired.
      Reviewed-by: ysr, jmasa
      e0f00cdb
    • C
      6894779: Loop Predication for Loop Optimizer in C2 · 6c6c62d5
      cfang 提交于
      Summary: Loop predication implementation
      Reviewed-by: never, kvn
      6c6c62d5
  4. 09 1月, 2010 4 次提交
  5. 08 1月, 2010 4 次提交
  6. 07 1月, 2010 1 次提交
  7. 06 1月, 2010 1 次提交
  8. 05 1月, 2010 5 次提交
  9. 04 1月, 2010 3 次提交
  10. 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
  11. 17 12月, 2009 5 次提交
  12. 16 12月, 2009 1 次提交
  13. 15 12月, 2009 2 次提交
  14. 12 12月, 2009 1 次提交
  15. 10 12月, 2009 3 次提交
  16. 09 12月, 2009 1 次提交