1. 04 7月, 2013 1 次提交
    • C
      8019833: Wrong JNI error code for preexisting JVM · 2b96ec66
      coleenp 提交于
      Summary: Return the appropriate JNI error message (instead of the generic one) when the JVM is already started
      Reviewed-by: coleenp, hseigel
      Contributed-by: sylvestre@debian.org
      2b96ec66
  2. 02 7月, 2013 3 次提交
  3. 26 6月, 2013 1 次提交
  4. 20 6月, 2013 3 次提交
  5. 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
  6. 18 6月, 2013 3 次提交
  7. 12 6月, 2013 1 次提交
  8. 01 7月, 2013 1 次提交
  9. 30 6月, 2013 2 次提交
  10. 28 6月, 2013 7 次提交
  11. 27 6月, 2013 2 次提交
  12. 26 6月, 2013 8 次提交
  13. 25 6月, 2013 3 次提交
  14. 24 6月, 2013 1 次提交
  15. 26 6月, 2013 2 次提交
  16. 25 6月, 2013 1 次提交
    • T
      Merge · cc73d932
      twisti 提交于
      cc73d932