1. 09 4月, 2011 1 次提交
  2. 31 3月, 2011 1 次提交
  3. 28 3月, 2011 1 次提交
  4. 12 3月, 2011 1 次提交
  5. 27 2月, 2011 1 次提交
  6. 10 2月, 2011 1 次提交
  7. 14 2月, 2011 1 次提交
  8. 07 1月, 2011 1 次提交
  9. 03 12月, 2010 1 次提交
  10. 30 11月, 2010 1 次提交
  11. 24 11月, 2010 1 次提交
  12. 07 11月, 2010 1 次提交
  13. 03 11月, 2010 1 次提交
  14. 11 10月, 2010 1 次提交
  15. 14 9月, 2010 1 次提交
  16. 28 8月, 2010 1 次提交
  17. 11 8月, 2010 1 次提交
  18. 31 7月, 2010 1 次提交
  19. 04 6月, 2010 1 次提交
  20. 28 5月, 2010 2 次提交
  21. 30 4月, 2010 1 次提交
  22. 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
  23. 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
  24. 18 3月, 2010 1 次提交
  25. 16 12月, 2009 1 次提交
  26. 02 11月, 2009 1 次提交
  27. 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
  28. 15 10月, 2009 1 次提交
  29. 12 10月, 2009 1 次提交
  30. 15 9月, 2009 1 次提交
  31. 31 7月, 2009 1 次提交
  32. 15 7月, 2009 1 次提交
  33. 06 5月, 2009 1 次提交
  34. 09 4月, 2009 1 次提交
  35. 01 4月, 2009 1 次提交
    • C
      6761600: Use sse 4.2 in intrinsics · ccf9e3df
      cfang 提交于
      Summary: Use SSE 4.2 in intrinsics for String.{compareTo/equals/indexOf} and Arrays.equals.
      Reviewed-by: kvn, never, jrose
      ccf9e3df
  36. 27 3月, 2009 1 次提交
  37. 21 3月, 2009 1 次提交
  38. 14 3月, 2009 2 次提交