1. 27 11月, 2013 1 次提交
  2. 15 11月, 2013 1 次提交
  3. 05 11月, 2013 1 次提交
  4. 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
  5. 18 10月, 2013 1 次提交
  6. 27 9月, 2013 1 次提交
  7. 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
  8. 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
  9. 12 8月, 2013 1 次提交
  10. 08 6月, 2013 1 次提交
  11. 25 4月, 2013 1 次提交
  12. 13 4月, 2013 1 次提交
  13. 20 12月, 2012 1 次提交
  14. 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
  15. 09 10月, 2012 1 次提交
  16. 03 10月, 2012 1 次提交
  17. 02 9月, 2012 1 次提交
  18. 15 6月, 2012 1 次提交
  19. 13 6月, 2012 1 次提交
  20. 20 9月, 2012 1 次提交
  21. 13 3月, 2012 1 次提交
  22. 08 1月, 2012 2 次提交
  23. 20 12月, 2011 1 次提交
  24. 22 11月, 2011 1 次提交
  25. 26 10月, 2011 1 次提交
  26. 15 10月, 2011 1 次提交
  27. 16 11月, 2011 1 次提交
  28. 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
  29. 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
  30. 18 8月, 2011 1 次提交
  31. 17 8月, 2011 1 次提交
  32. 12 8月, 2011 1 次提交
  33. 03 8月, 2011 1 次提交
  34. 28 7月, 2011 1 次提交
    • K
      7069452: Cleanup NodeFlags · 3fceb92c
      kvn 提交于
      Summary: Remove flags which duplicate information in Node::NodeClasses.
      Reviewed-by: never
      3fceb92c
  35. 22 7月, 2011 1 次提交
    • K
      7063628: Use cbcond on T4 · 6ed3c318
      kvn 提交于
      Summary: Add new short branch instruction to Hotspot sparc assembler.
      Reviewed-by: never, twisti, jrose
      6ed3c318
  36. 09 7月, 2011 1 次提交
    • K
      7059034: Use movxtod/movdtox on T4 · b2659942
      kvn 提交于
      Summary: Use new VIS3 mov instructions on T4 for move data between general and float registers.
      Reviewed-by: never, twisti
      b2659942
  37. 25 3月, 2011 1 次提交
  38. 11 2月, 2011 1 次提交
  39. 13 1月, 2011 1 次提交