1. 26 3月, 2014 1 次提交
  2. 22 1月, 2014 1 次提交
  3. 18 1月, 2014 1 次提交
  4. 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
  5. 13 12月, 2013 1 次提交
  6. 27 11月, 2013 1 次提交
  7. 15 11月, 2013 1 次提交
  8. 05 11月, 2013 1 次提交
  9. 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
  10. 18 10月, 2013 1 次提交
  11. 27 9月, 2013 1 次提交
  12. 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
  13. 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
  14. 12 8月, 2013 1 次提交
  15. 08 6月, 2013 1 次提交
  16. 25 4月, 2013 1 次提交
  17. 13 4月, 2013 1 次提交
  18. 20 12月, 2012 1 次提交
  19. 10 10月, 2012 1 次提交
    • V
      7199654: Remove LoadUI2LNode · 46f9a76a
      vlivanov 提交于
      Summary: Removed LoadUI2L node from Ideal nodes, use match rule in .ad files instead.
      Reviewed-by: kvn
      46f9a76a
  20. 09 10月, 2012 1 次提交
  21. 03 10月, 2012 1 次提交
  22. 02 9月, 2012 1 次提交
  23. 15 6月, 2012 1 次提交
  24. 13 6月, 2012 1 次提交
  25. 20 9月, 2012 1 次提交
  26. 13 3月, 2012 1 次提交
  27. 08 1月, 2012 2 次提交
  28. 20 12月, 2011 1 次提交
  29. 22 11月, 2011 1 次提交
  30. 26 10月, 2011 1 次提交
  31. 15 10月, 2011 1 次提交
  32. 16 11月, 2011 1 次提交
  33. 01 9月, 2011 1 次提交
    • K
      7085137: -XX:+VerifyOops is broken · 6399af62
      kvn 提交于
      Summary: Replace set() with patchable_set() to generate 8 instructions always.
      Reviewed-by: iveresov, never, roland
      6399af62
  34. 26 8月, 2011 1 次提交
    • K
      7059037: Use BIS for zeroing on T4 · db6f7d55
      kvn 提交于
      Summary: Use BIS for zeroing new allocated big (2Kb and more) objects and arrays.
      Reviewed-by: never, twisti, ysr
      db6f7d55
  35. 18 8月, 2011 1 次提交
  36. 17 8月, 2011 1 次提交
  37. 12 8月, 2011 1 次提交
  38. 03 8月, 2011 1 次提交
  39. 28 7月, 2011 1 次提交
    • K
      7069452: Cleanup NodeFlags · 3fceb92c
      kvn 提交于
      Summary: Remove flags which duplicate information in Node::NodeClasses.
      Reviewed-by: never
      3fceb92c