1. 12 8月, 2014 1 次提交
  2. 10 4月, 2014 1 次提交
  3. 13 3月, 2014 1 次提交
  4. 21 3月, 2014 1 次提交
  5. 28 11月, 2013 1 次提交
  6. 22 10月, 2013 1 次提交
  7. 12 10月, 2013 1 次提交
  8. 09 10月, 2013 1 次提交
  9. 03 7月, 2013 1 次提交
  10. 19 6月, 2013 1 次提交
    • M
      8015660: Test8009761.java "Failed: init recursive calls: 24. After deopt 25" · 69b09c77
      minqi 提交于
      Summary: Windows reserves and only partially commits thread stack. For detecting more thread stack space for execution,  Windows installs one-shot page as guard page just before the current commited edge. It will trigger STACK_OVERFLOW_EXCEPTION when lands on last 4 pages of thread stack space. StackYellowPages default value is 2 on Windows (plus 1 page of StackRedPages, 3 pages guarded by hotspot) so the exception happens one page before Yellow pages. Same route executed second time will have one more page brought in, this leads same execution with different stack depth(interpreter mode). We need match Windows settings so the stack overflow exception will not happen before Yellow pages.
      Reviewed-by: dholmes
      Contributed-by: andreas.schoesser@sap.com
      69b09c77
  11. 15 5月, 2013 1 次提交
  12. 04 1月, 2013 1 次提交
  13. 28 8月, 2012 1 次提交
  14. 15 2月, 2012 1 次提交
  15. 14 2月, 2012 1 次提交
  16. 26 9月, 2011 1 次提交
  17. 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
  18. 20 1月, 2011 1 次提交
  19. 24 11月, 2010 1 次提交
  20. 08 10月, 2010 1 次提交
  21. 28 5月, 2010 1 次提交
  22. 08 4月, 2010 1 次提交
  23. 29 10月, 2009 1 次提交
  24. 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
  25. 31 3月, 2009 1 次提交
  26. 01 12月, 2007 1 次提交