1. 20 9月, 2012 2 次提交
  2. 18 9月, 2012 2 次提交
  3. 14 9月, 2012 1 次提交
  4. 12 9月, 2012 1 次提交
  5. 11 9月, 2012 1 次提交
  6. 02 9月, 2012 1 次提交
  7. 28 8月, 2012 1 次提交
  8. 22 8月, 2012 1 次提交
    • J
      7192128: G1: Extend fix for 6948537 to G1's BOT · ddfab1b9
      johnc 提交于
      Summary: G1 does not appear to be immune to the issue described in CR 6948537 and increasing the size of old-generation PLABs appears to increase the liklihood of seeing the issue. Extend the fix for 6948537 to G1's BlockOffsetTable.
      Reviewed-by: brutisso, jmasa
      ddfab1b9
  9. 21 8月, 2012 2 次提交
  10. 02 8月, 2012 1 次提交
  11. 25 7月, 2012 1 次提交
  12. 17 7月, 2012 1 次提交
    • K
      7181494: cleanup avx and vectors code · 6e8f41f1
      kvn 提交于
      Summary: renamed mach nodes which use scalar AVX instructions, added integer vectors shuffling instructions
      Reviewed-by: twisti
      6e8f41f1
  13. 20 6月, 2012 1 次提交
  14. 15 6月, 2012 1 次提交
  15. 14 6月, 2012 1 次提交
  16. 13 6月, 2012 1 次提交
  17. 12 6月, 2012 2 次提交
  18. 07 6月, 2012 1 次提交
  19. 21 5月, 2012 1 次提交
  20. 15 5月, 2012 2 次提交
  21. 09 5月, 2012 1 次提交
  22. 12 4月, 2012 1 次提交
  23. 03 4月, 2012 1 次提交
  24. 13 3月, 2012 1 次提交
  25. 06 4月, 2012 1 次提交
  26. 06 3月, 2012 1 次提交
    • C
      7150046: SIGILL on sparcv9 fastdebug · bda16063
      coleenp 提交于
      Summary: Breakpoint needs to do 64-bit compare for pointers on sparcv9
      Reviewed-by: coleenp, never
      Contributed-by: dean.long@oracle.com
      bda16063
  27. 02 3月, 2012 1 次提交
  28. 29 2月, 2012 1 次提交
  29. 27 2月, 2012 2 次提交
  30. 22 2月, 2012 1 次提交
  31. 21 2月, 2012 2 次提交
    • K
      7147064: assert(allocates2(pc)) failed: not in CodeBuffer memory:... · 429480d9
      kvn 提交于
      7147064: assert(allocates2(pc)) failed: not in CodeBuffer memory: 0xffffffff778d9d60 <= 0xffffffff778da69c
      Summary: Increase size of deopt_blob and uncommon_trap_blob by size of stack bang code (SPARC).
      Reviewed-by: azeemj, iveresov, never, phh
      429480d9
    • K
      7147064: assert(allocates2(pc)) failed: not in CodeBuffer memory:... · ac2b0204
      kvn 提交于
      7147064: assert(allocates2(pc)) failed: not in CodeBuffer memory: 0xffffffff778d9d60 <= 0xffffffff778da69c
      Summary: Increase size of deopt_blob and uncommon_trap_blob by size of stack bang code (SPARC).
      Reviewed-by: azeemj, iveresov, never, phh
      ac2b0204
  32. 19 2月, 2012 1 次提交
  33. 17 2月, 2012 1 次提交
    • K
      7145346: VerifyStackAtCalls is broken · cc11a297
      kvn 提交于
      Summary: Replace call_epilog() encoding with macroassembler use. Moved duplicated code to x86.ad. Fixed return_addr() definition.
      Reviewed-by: never
      cc11a297