1. 24 11月, 2010 1 次提交
  2. 07 11月, 2010 1 次提交
  3. 11 10月, 2010 1 次提交
  4. 28 8月, 2010 1 次提交
  5. 31 7月, 2010 1 次提交
  6. 28 5月, 2010 1 次提交
  7. 21 5月, 2010 1 次提交
  8. 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
  9. 02 11月, 2009 1 次提交
  10. 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
  11. 15 9月, 2009 1 次提交
  12. 06 5月, 2009 1 次提交
  13. 09 4月, 2009 1 次提交
  14. 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
  15. 27 3月, 2009 1 次提交
  16. 21 3月, 2009 1 次提交
  17. 14 3月, 2009 2 次提交
  18. 13 3月, 2009 1 次提交
  19. 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
  20. 07 3月, 2009 1 次提交
  21. 05 3月, 2009 1 次提交
  22. 08 11月, 2008 1 次提交
  23. 15 10月, 2008 1 次提交
  24. 27 8月, 2008 1 次提交
  25. 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
  26. 06 6月, 2008 1 次提交
  27. 30 5月, 2008 1 次提交
  28. 20 3月, 2008 1 次提交
    • K
      6662967: Optimize I2D conversion on new x86 · 96c627b1
      kvn 提交于
      Summary: Use CVTDQ2PS and CVTDQ2PD for integer values conversions to float and double values on new AMD cpu.
      Reviewed-by: sgoldman, never
      96c627b1
  29. 01 12月, 2007 1 次提交