1. 27 7月, 2013 1 次提交
  2. 16 7月, 2013 1 次提交
  3. 03 7月, 2013 1 次提交
  4. 02 7月, 2013 1 次提交
  5. 25 6月, 2013 2 次提交
  6. 20 6月, 2013 1 次提交
  7. 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
  8. 12 6月, 2013 2 次提交
  9. 14 6月, 2013 1 次提交
  10. 10 6月, 2013 1 次提交
  11. 23 5月, 2013 1 次提交
  12. 15 5月, 2013 1 次提交
  13. 08 5月, 2013 1 次提交
  14. 07 5月, 2013 1 次提交
  15. 25 4月, 2013 2 次提交
  16. 24 4月, 2013 1 次提交
  17. 18 4月, 2013 1 次提交
  18. 16 4月, 2013 1 次提交
  19. 13 4月, 2013 1 次提交
  20. 10 4月, 2013 1 次提交
  21. 05 4月, 2013 1 次提交
  22. 04 4月, 2013 1 次提交
  23. 22 3月, 2013 1 次提交
  24. 21 3月, 2013 1 次提交
  25. 18 3月, 2013 1 次提交
  26. 16 3月, 2013 1 次提交
  27. 07 3月, 2013 1 次提交
  28. 26 2月, 2013 1 次提交
  29. 13 3月, 2013 1 次提交
  30. 09 2月, 2013 1 次提交
  31. 26 1月, 2013 1 次提交
  32. 25 1月, 2013 1 次提交
    • Z
      8000692: Remove old KERNEL code · 5a6c724a
      zgu 提交于
      Summary: Removed depreciated kernel VM source code from hotspot VM
      Reviewed-by: dholmes, acorn
      5a6c724a
  33. 24 1月, 2013 2 次提交
  34. 23 1月, 2013 1 次提交
  35. 17 1月, 2013 1 次提交
  36. 14 1月, 2013 1 次提交