1. 30 11月, 2010 1 次提交
  2. 24 11月, 2010 1 次提交
  3. 31 10月, 2010 1 次提交
  4. 11 10月, 2010 1 次提交
  5. 04 9月, 2010 1 次提交
    • I
      6953144: Tiered compilation · d2bc8599
      iveresov 提交于
      Summary: Infrastructure for tiered compilation support (interpreter + c1 + c2) for 32 and 64 bit. Simple tiered policy implementation.
      Reviewed-by: kvn, never, phh, twisti
      d2bc8599
  6. 03 8月, 2010 1 次提交
    • B
      6953477: Increase portability and flexibility of building Hotspot · 1d7def72
      bobv 提交于
      Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail.
      Reviewed-by: phh, never, coleenp, dholmes
      1d7def72
  7. 10 6月, 2010 1 次提交
  8. 28 5月, 2010 1 次提交
  9. 23 5月, 2010 1 次提交
  10. 30 4月, 2010 1 次提交
  11. 18 3月, 2010 1 次提交
  12. 09 2月, 2010 1 次提交
  13. 16 12月, 2009 1 次提交
  14. 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
  15. 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
  16. 22 4月, 2009 1 次提交
  17. 07 3月, 2009 1 次提交
  18. 05 3月, 2009 1 次提交
  19. 28 2月, 2009 1 次提交
    • T
      6810672: Comment typos · 460de015
      twisti 提交于
      Summary: I have collected some typos I have found while looking at the code.
      Reviewed-by: kvn, never
      460de015
  20. 27 8月, 2008 1 次提交
  21. 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
  22. 06 6月, 2008 1 次提交
  23. 29 5月, 2008 1 次提交
  24. 14 4月, 2008 1 次提交
  25. 01 12月, 2007 1 次提交