1. 19 9月, 2013 1 次提交
    • G
      8024342: PPC64 (part 111): Support for C calling conventions that require 64-bit ints. · 05fa054c
      goetz 提交于
      Summary: Some platforms, as ppc and s390x/zArch require that 32-bit ints are passed as 64-bit values to C functions. This change adds support to adapt the signature and to issue proper casts to c2-compiled stubs. The functions are used in generate_native_wrapper(). Adapt signature used by the compiler as in PhaseIdealLoop::intrinsify_fill().
      Reviewed-by: kvn
      05fa054c
  2. 13 9月, 2013 1 次提交
    • G
      8024344: PPC64 (part 112): C argument in register AND stack slot. · 5bff05b0
      goetz 提交于
      Summary: On PPC, the first 13 floating point arguments to C calls are passed in floating point registers. Also, all but the first 8 arguments are passed on the stack. So there can be floating point arguments that are passed on the stack and in a register. We duplicate the regs datastructure in c_calling_convention() to represent this.
      Reviewed-by: kvn, cjplummer
      5bff05b0
  3. 06 9月, 2013 1 次提交
  4. 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
  5. 21 8月, 2013 1 次提交
  6. 16 8月, 2013 1 次提交
  7. 07 8月, 2013 2 次提交
  8. 27 7月, 2013 1 次提交
  9. 02 8月, 2013 1 次提交
  10. 16 7月, 2013 1 次提交
  11. 03 7月, 2013 1 次提交
  12. 02 7月, 2013 1 次提交
  13. 25 6月, 2013 2 次提交
  14. 20 6月, 2013 1 次提交
  15. 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
  16. 18 6月, 2013 1 次提交
  17. 12 6月, 2013 3 次提交
  18. 14 6月, 2013 1 次提交
  19. 10 6月, 2013 1 次提交
  20. 08 6月, 2013 1 次提交
  21. 07 6月, 2013 1 次提交
  22. 23 5月, 2013 1 次提交
  23. 15 5月, 2013 1 次提交
  24. 08 5月, 2013 1 次提交
  25. 07 5月, 2013 2 次提交
  26. 25 4月, 2013 2 次提交
  27. 24 4月, 2013 2 次提交
  28. 18 4月, 2013 1 次提交
  29. 16 4月, 2013 1 次提交
  30. 15 4月, 2013 1 次提交
  31. 13 4月, 2013 2 次提交
  32. 10 4月, 2013 1 次提交