1. 21 8月, 2013 1 次提交
  2. 16 8月, 2013 1 次提交
    • H
      8003424: Enable Class Data Sharing for CompressedOops · 663f2686
      hseigel 提交于
      8016729: ObjectAlignmentInBytes=16 now forces the use of heap based compressed oops
      8005933: The -Xshare:auto option is ignored for -server
      Summary: Move klass metaspace above the heap and support CDS with compressed klass ptrs.
      Reviewed-by: coleenp, kvn, mgerdin, tschatzl, stefank
      663f2686
  3. 21 8月, 2013 1 次提交
  4. 16 8月, 2013 1 次提交
  5. 07 8月, 2013 2 次提交
  6. 27 7月, 2013 1 次提交
  7. 16 7月, 2013 1 次提交
  8. 03 7月, 2013 1 次提交
  9. 02 7月, 2013 1 次提交
  10. 25 6月, 2013 2 次提交
  11. 20 6月, 2013 1 次提交
  12. 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
  13. 18 6月, 2013 1 次提交
  14. 12 6月, 2013 3 次提交
  15. 14 6月, 2013 1 次提交
  16. 10 6月, 2013 1 次提交
  17. 08 6月, 2013 1 次提交
  18. 07 6月, 2013 1 次提交
  19. 23 5月, 2013 1 次提交
  20. 15 5月, 2013 1 次提交
  21. 08 5月, 2013 1 次提交
  22. 07 5月, 2013 2 次提交
  23. 25 4月, 2013 2 次提交
  24. 24 4月, 2013 2 次提交
  25. 18 4月, 2013 1 次提交
  26. 16 4月, 2013 1 次提交
  27. 15 4月, 2013 1 次提交
  28. 13 4月, 2013 2 次提交
  29. 10 4月, 2013 1 次提交
  30. 05 4月, 2013 1 次提交
  31. 04 4月, 2013 1 次提交
  32. 22 3月, 2013 1 次提交