1. 15 1月, 2014 1 次提交
    • K
      8002074: Support for AES on SPARC · de51fea1
      kvn 提交于
      Summary: Add intrinsics/stub routines support for single-block and multi-block (as used by Cipher Block Chaining mode) AES encryption and decryption operations on the SPARC platform.
      Reviewed-by: kvn, roland
      Contributed-by: shrinivas.joshi@oracle.com
      de51fea1
  2. 14 1月, 2014 1 次提交
  3. 25 12月, 2013 1 次提交
  4. 05 12月, 2013 1 次提交
  5. 04 12月, 2013 1 次提交
  6. 20 11月, 2013 1 次提交
  7. 06 11月, 2013 1 次提交
  8. 31 10月, 2013 1 次提交
  9. 30 10月, 2013 1 次提交
  10. 26 10月, 2013 1 次提交
    • C
      8024927: Nashorn performance regression with CompressedOops · b6c254c4
      coleenp 提交于
      Summary: Allocate compressed class space at end of Java heap.  For small heap sizes, without CDS, save some space so compressed classes can have the same favorable compression as oops
      Reviewed-by: stefank, hseigel, goetz
      b6c254c4
  11. 25 10月, 2013 1 次提交
  12. 22 10月, 2013 1 次提交
  13. 19 10月, 2013 1 次提交
    • M
      8008242: VerifyOops is broken on SPARC · 215e5b2c
      morris 提交于
      Summary: Fixed displacement issues in SPARC macroassembler and ensure that getClass intrinsic temporary result is T_METADATA
      Reviewed-by: kvn, twisti
      215e5b2c
  14. 18 10月, 2013 2 次提交
  15. 24 10月, 2013 1 次提交
  16. 12 10月, 2013 1 次提交
  17. 09 10月, 2013 1 次提交
  18. 08 10月, 2013 1 次提交
  19. 28 9月, 2013 1 次提交
  20. 29 9月, 2013 1 次提交
  21. 27 9月, 2013 1 次提交
  22. 26 9月, 2013 1 次提交
    • H
      7195622: CheckUnhandledOops has limited usefulness now · 087226b2
      hseigel 提交于
      Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms.
      Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin
      Contributed-by: lois.foltan@oracle.com
      087226b2
  23. 24 9月, 2013 1 次提交
  24. 19 9月, 2013 1 次提交
  25. 17 9月, 2013 1 次提交
  26. 11 9月, 2013 1 次提交
  27. 21 8月, 2013 1 次提交
  28. 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
  29. 12 8月, 2013 1 次提交
  30. 16 8月, 2013 1 次提交
  31. 07 8月, 2013 1 次提交
  32. 27 7月, 2013 1 次提交
  33. 16 7月, 2013 1 次提交
  34. 03 7月, 2013 1 次提交
  35. 02 7月, 2013 1 次提交
  36. 25 6月, 2013 2 次提交
  37. 20 6月, 2013 1 次提交
  38. 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