1. 01 5月, 2010 1 次提交
  2. 30 4月, 2010 1 次提交
  3. 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
  4. 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
  5. 27 4月, 2010 1 次提交
  6. 16 4月, 2010 1 次提交
  7. 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
  8. 08 4月, 2010 2 次提交
  9. 18 3月, 2010 2 次提交
  10. 17 3月, 2010 1 次提交
  11. 16 3月, 2010 1 次提交
  12. 05 3月, 2010 1 次提交
  13. 10 3月, 2010 1 次提交
  14. 08 3月, 2010 1 次提交
  15. 24 2月, 2010 1 次提交
  16. 20 2月, 2010 1 次提交
  17. 13 2月, 2010 1 次提交
  18. 09 2月, 2010 1 次提交
  19. 08 2月, 2010 1 次提交
  20. 04 2月, 2010 1 次提交
  21. 02 2月, 2010 3 次提交
  22. 30 1月, 2010 1 次提交
  23. 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
  24. 22 1月, 2010 1 次提交
  25. 21 1月, 2010 1 次提交
  26. 16 1月, 2010 1 次提交
  27. 05 1月, 2010 2 次提交
  28. 04 1月, 2010 1 次提交
  29. 16 12月, 2009 1 次提交
  30. 02 11月, 2009 1 次提交
  31. 31 10月, 2009 1 次提交
  32. 30 10月, 2009 1 次提交
    • J
      6889740: G1: OpenDS fails with "unhandled exception in compiled code" · 195fc83d
      johnc 提交于
      Summary: Incorrect code was being generated for the store operation in the null case of the aastore bytecode template. The bad code was generated by the store_heap_oop routine which takes a Register as its second argument. Passing NULL_WORD (0) as the second argument causes the value to be converted to Register(0), which is rax. Thus the generated store was "mov (dst), $rax" instead of "mov (dst), $0x0". Changed calls to store_heap_oop that pass NULL_WORD as the second argument to a new routine store_heap_oop_null.
      Reviewed-by: kvn, twisti
      195fc83d
  33. 29 10月, 2009 1 次提交
  34. 18 10月, 2009 1 次提交
  35. 15 10月, 2009 1 次提交