1. 05 12月, 2019 1 次提交
  2. 01 12月, 2014 2 次提交
  3. 05 8月, 2014 1 次提交
  4. 07 7月, 2014 1 次提交
  5. 23 5月, 2014 1 次提交
    • D
      8037816: Fix for 8036122 breaks build with Xcode5/clang · ed4b64df
      drchase 提交于
      8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas
      8043164: Format warning in traceStream.hpp
      Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings
      Reviewed-by: kvn, coleenp, iveresov, twisti
      ed4b64df
  6. 14 2月, 2014 1 次提交
  7. 27 1月, 2014 1 次提交
  8. 08 5月, 2014 1 次提交
  9. 19 6月, 2014 1 次提交
  10. 14 1月, 2014 1 次提交
  11. 23 11月, 2013 1 次提交
  12. 02 11月, 2013 1 次提交
  13. 14 8月, 2013 1 次提交
  14. 24 7月, 2013 1 次提交
  15. 04 7月, 2013 1 次提交
  16. 10 6月, 2013 1 次提交
  17. 17 5月, 2013 1 次提交
  18. 15 1月, 2013 1 次提交
  19. 27 11月, 2012 1 次提交
  20. 02 9月, 2012 1 次提交
  21. 15 5月, 2012 1 次提交
  22. 16 4月, 2012 1 次提交
  23. 19 1月, 2012 1 次提交
    • J
      7129514: time warp warnings after 7117303 · d7cbafe7
      johnc 提交于
      Summary: Replace calls to os::javaTimeMillis() that are used to update the milliseconds since the last GC to an equivalent that uses a monotonically non-decreasing time source.
      Reviewed-by: ysr, jmasa
      d7cbafe7
  24. 26 9月, 2011 1 次提交
  25. 07 7月, 2011 1 次提交
  26. 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
  27. 08 12月, 2010 1 次提交
    • Y
      7001033: assert(gch->gc_cause() == GCCause::_scavenge_alot ||... · 8be7836d
      ysr 提交于
      7001033: assert(gch->gc_cause() == GCCause::_scavenge_alot || !gch->incremental_collection_failed())
      7002546: regression on SpecJbb2005 on 7b118 comparing to 7b117 on small heaps
      Summary: Relaxed assertion checking related to incremental_collection_failed flag to allow for ExplicitGCInvokesConcurrent behaviour where we do not want a failing scavenge to bail to a stop-world collection. Parameterized incremental_collection_will_fail() so we can selectively use, or not use, as appropriate, the statistical prediction at specific use sites. This essentially reverts the scavenge bail-out logic to what it was prior to some recent changes that had inadvertently started using the statistical prediction which can be noisy in the presence of bursty loads. Added some associated verbose non-product debugging messages.
      Reviewed-by: johnc, tonyp
      8be7836d
  28. 24 11月, 2010 1 次提交
  29. 12 11月, 2010 1 次提交
  30. 29 10月, 2010 1 次提交
  31. 24 10月, 2010 1 次提交
  32. 29 9月, 2010 1 次提交
  33. 28 5月, 2010 1 次提交
  34. 14 4月, 2010 1 次提交
  35. 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
  36. 16 9月, 2009 1 次提交
  37. 02 12月, 2008 1 次提交
  38. 21 11月, 2008 1 次提交
    • Y
      6684579: SoftReference processing can be made more efficient · bf0e7f79
      ysr 提交于
      Summary: For current soft-ref clearing policies, we can decide at marking time if a soft-reference will definitely not be cleared, postponing the decision of whether it will definitely be cleared to the final reference processing phase. This can be especially beneficial in the case of concurrent collectors where the marking is usually concurrent but reference processing is usually not.
      Reviewed-by: jmasa
      bf0e7f79
  39. 10 7月, 2008 1 次提交