1. 06 5月, 2010 1 次提交
  2. 05 5月, 2010 1 次提交
  3. 04 5月, 2010 1 次提交
  4. 01 5月, 2010 1 次提交
  5. 30 4月, 2010 2 次提交
  6. 29 4月, 2010 1 次提交
    • T
      6829193: JSR 292 needs to support SPARC · 9c88edc1
      twisti 提交于
      Summary: There are unimplemented portions of the hotspot code for method handles and invokedynamic specific to SPARC.
      Reviewed-by: kvn, never, jrose
      9c88edc1
  7. 28 4月, 2010 1 次提交
    • I
      6946892: c1 shouldn't sign-extend to upper 32bits on x64 · d7df102a
      iveresov 提交于
      Summary: c1 does sign-extension when it loads ints and shorts from memory to 64-bit registers. This causes problems for c2 because it relies on the fact the int passed in a 64-bit register is zero-extended.
      Reviewed-by: never
      d7df102a
  8. 27 4月, 2010 1 次提交
  9. 16 4月, 2010 2 次提交
  10. 15 4月, 2010 2 次提交
  11. 09 4月, 2010 1 次提交
    • I
      6942223: c1 64 bit fixes · f06b82f4
      iveresov 提交于
      Summary: This fixes lir_cmp_l2i on x64 and sparc 64bit, and the debug info generation.
      Reviewed-by: never
      f06b82f4
  12. 08 4月, 2010 3 次提交
  13. 07 4月, 2010 1 次提交
  14. 31 3月, 2010 1 次提交
  15. 30 3月, 2010 1 次提交
  16. 18 3月, 2010 2 次提交
  17. 17 3月, 2010 1 次提交
  18. 16 3月, 2010 1 次提交
  19. 05 3月, 2010 1 次提交
  20. 10 3月, 2010 1 次提交
  21. 08 3月, 2010 1 次提交
  22. 24 2月, 2010 1 次提交
  23. 20 2月, 2010 1 次提交
  24. 18 2月, 2010 1 次提交
  25. 13 2月, 2010 2 次提交
  26. 09 2月, 2010 1 次提交
  27. 08 2月, 2010 1 次提交
  28. 04 2月, 2010 1 次提交
  29. 02 2月, 2010 3 次提交
  30. 30 1月, 2010 1 次提交
  31. 29 1月, 2010 1 次提交
    • T
      6917766: JSR 292 needs its own deopt handler · f3f7a33e
      twisti 提交于
      Summary: We need to introduce a new MH deopt handler so we can easily determine if the deopt happened at a MH call site or not.
      Reviewed-by: never, jrose
      f3f7a33e