1. 16 12月, 2009 1 次提交
  2. 27 11月, 2009 1 次提交
  3. 02 11月, 2009 1 次提交
  4. 31 10月, 2009 1 次提交
  5. 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
  6. 29 10月, 2009 1 次提交
  7. 27 10月, 2009 1 次提交
  8. 18 10月, 2009 1 次提交
  9. 16 10月, 2009 1 次提交
  10. 15 10月, 2009 1 次提交
  11. 14 10月, 2009 1 次提交
  12. 07 10月, 2009 1 次提交
  13. 06 10月, 2009 1 次提交
  14. 02 10月, 2009 1 次提交
  15. 23 9月, 2009 1 次提交
    • X
      6884624: Update copyright year · 8cbcb424
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009 through Septermber
      Reviewed-by: tbell, ohair
      8cbcb424
  16. 16 9月, 2009 1 次提交
  17. 15 9月, 2009 1 次提交
  18. 02 9月, 2009 1 次提交
  19. 01 9月, 2009 1 次提交
  20. 31 8月, 2009 1 次提交
  21. 25 8月, 2009 1 次提交
  22. 18 8月, 2009 2 次提交
  23. 31 7月, 2009 1 次提交
  24. 29 7月, 2009 1 次提交
    • X
      6862919: Update copyright year · 84c0f327
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 07/09
      Reviewed-by: tbell, ohair
      84c0f327
  25. 15 7月, 2009 1 次提交
  26. 14 7月, 2009 1 次提交
  27. 27 6月, 2009 1 次提交
  28. 26 6月, 2009 1 次提交
    • T
      5057225: Remove useless I2L conversions · 3ef748a2
      twisti 提交于
      Summary: The optimizer should be told to normalize (AndL (ConvI2L x) 0xFF) to (ConvI2L (AndI x 0xFF)), and then the existing matcher rule will work for free.
      Reviewed-by: kvn
      3ef748a2
  29. 11 6月, 2009 1 次提交
  30. 06 6月, 2009 1 次提交
  31. 13 5月, 2009 1 次提交
  32. 12 5月, 2009 1 次提交
    • I
      6484957: G1: parallel concurrent refinement · 2c49aee0
      iveresov 提交于
      6826318: G1: remove traversal-based refinement code
      Summary: Removed traversal-based refinement code as it's no longer used. Made the concurrent refinement (queue-based) parallel.
      Reviewed-by: tonyp
      2c49aee0
  33. 09 5月, 2009 1 次提交
  34. 06 5月, 2009 1 次提交
  35. 25 4月, 2009 1 次提交
  36. 22 4月, 2009 2 次提交
  37. 09 4月, 2009 1 次提交
  38. 08 4月, 2009 1 次提交