1. 28 8月, 2010 1 次提交
  2. 11 8月, 2010 1 次提交
  3. 31 7月, 2010 1 次提交
  4. 04 6月, 2010 1 次提交
  5. 28 5月, 2010 2 次提交
  6. 30 4月, 2010 1 次提交
  7. 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
  8. 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
  9. 18 3月, 2010 1 次提交
  10. 16 12月, 2009 1 次提交
  11. 02 11月, 2009 1 次提交
  12. 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
  13. 15 10月, 2009 1 次提交
  14. 12 10月, 2009 1 次提交
  15. 15 9月, 2009 1 次提交
  16. 31 7月, 2009 1 次提交
  17. 15 7月, 2009 1 次提交
  18. 06 5月, 2009 1 次提交
  19. 09 4月, 2009 1 次提交
  20. 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
  21. 27 3月, 2009 1 次提交
  22. 21 3月, 2009 1 次提交
  23. 14 3月, 2009 2 次提交
  24. 13 3月, 2009 1 次提交
  25. 10 3月, 2009 1 次提交
    • X
      6814575: Update copyright year · 58e87f34
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 03/09
      Reviewed-by: katleman, tbell, ohair
      58e87f34
  26. 09 3月, 2009 1 次提交
    • T
      6797305: Add LoadUB and LoadUI opcode class · 2def9745
      twisti 提交于
      Summary: Add a LoadUB (unsigned byte) and LoadUI (unsigned int) opcode class so we have these load optimizations in the first place and do not need to handle them in the matcher.
      Reviewed-by: never, kvn
      2def9745
  27. 07 3月, 2009 1 次提交
  28. 05 3月, 2009 1 次提交
  29. 02 3月, 2009 1 次提交
  30. 14 1月, 2009 1 次提交
  31. 25 12月, 2008 1 次提交
  32. 08 11月, 2008 1 次提交
  33. 15 10月, 2008 1 次提交
  34. 27 8月, 2008 1 次提交
  35. 03 7月, 2008 1 次提交
    • X
      6719955: Update copyright year · b85ed448
      xdono 提交于
      Summary: Update copyright year for files that have been modified in 2008
      Reviewed-by: ohair, tbell
      b85ed448
  36. 06 6月, 2008 3 次提交