1. 28 1月, 2013 1 次提交
  2. 24 1月, 2013 1 次提交
  3. 30 12月, 2012 1 次提交
  4. 04 12月, 2012 1 次提交
  5. 27 11月, 2012 1 次提交
  6. 31 10月, 2012 1 次提交
  7. 19 9月, 2012 1 次提交
  8. 02 9月, 2012 1 次提交
  9. 26 9月, 2011 1 次提交
  10. 17 6月, 2011 1 次提交
  11. 29 4月, 2011 1 次提交
  12. 17 3月, 2011 1 次提交
    • Y
      6896099: Integrate CMS heap ergo with default heap sizing ergo · 394e03cc
      ysr 提交于
      6627787: CMS: JVM refuses to start up with -Xms16m -Xmx16m
      7000125: CMS: Anti-monotone young gen sizing with respect to maximum whole heap size specification
      7027529: CMS: retire CMSUseOldDefaults flag
      Summary: Simplify CMS heap sizing code, relying on ergonomic initial sizing consistent with other collectors for the most part, controlling only young gen sizing to rein in pause times. Make CMS young gen sizing default statically cpu-dependant. Remove inconsistencies wrt generation sizing and policy code, allowing for the fixing for 6627787 and 7000125. For 7027529, retire the flag CMSUseOldDefaults which had been introduced as a bridge from JDK 5 to JDK 6 a number of years ago.
      Reviewed-by: brutisso, poonam
      394e03cc
  13. 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
  14. 24 11月, 2010 1 次提交
  15. 24 10月, 2010 1 次提交
  16. 15 9月, 2010 1 次提交
  17. 28 5月, 2010 1 次提交
  18. 14 4月, 2010 1 次提交
  19. 29 10月, 2009 1 次提交
  20. 03 7月, 2008 1 次提交
    • X
      6719955: Update copyright year · b85ed448
      xdono 提交于
      Summary: Update copyright year for files that have been modified in 2008
      Reviewed-by: ohair, tbell
      b85ed448
  21. 06 6月, 2008 1 次提交
  22. 03 3月, 2008 1 次提交
    • J
      6557851: CMS: ergonomics defaults are not set with FLAG_SET_ERGO · 4c1de8f4
      jmasa 提交于
      Summary: Default values set by cms ergonomics are set with FLAG_SET_DEFAULT so down stream the values look like the default values and affect how later parameters are set.  Set these values with FLAG_SET_ERGO instead and adjust how later parameters are interpreted.
      Reviewed-by: iveresov, apetrusenko, pbk, ysr
      4c1de8f4
  23. 01 12月, 2007 1 次提交