1. 20 9月, 2011 1 次提交
  2. 08 4月, 2011 1 次提交
    • J
      7009266: G1: assert(obj->is_oop_or_null(true )) failed: Error · 6f87c7dd
      johnc 提交于
      Summary: A referent object that is only weakly reachable at the start of concurrent marking but is re-attached to the strongly reachable object graph during marking may not be marked as live. This can cause the reference object to be processed prematurely and leave dangling pointers to the referent object. Implement a read barrier for the java.lang.ref.Reference::referent field by intrinsifying the Reference.get() method, and intercepting accesses though JNI, reflection, and Unsafe, so that when a non-null referent object is read it is also logged in an SATB buffer.
      Reviewed-by: kvn, iveresov, never, tonyp, dholmes
      6f87c7dd
  3. 28 12月, 2010 1 次提交
  4. 24 11月, 2010 1 次提交
  5. 16 10月, 2010 1 次提交
  6. 13 10月, 2010 1 次提交
    • I
      6991512: G1 barriers fail with 64bit C1 · b72f3305
      iveresov 提交于
      Summary: Fix compare-and-swap intrinsic problem with G1 post-barriers and issue with branch ranges in G1 stubs on sparc
      Reviewed-by: never, kvn
      b72f3305
  7. 14 9月, 2010 1 次提交
  8. 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
  9. 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
  10. 28 5月, 2010 2 次提交
  11. 30 12月, 2009 1 次提交
  12. 02 11月, 2009 1 次提交
  13. 02 10月, 2009 1 次提交
  14. 16 9月, 2009 1 次提交
  15. 25 8月, 2009 1 次提交
  16. 18 8月, 2009 1 次提交
  17. 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
  18. 11 6月, 2009 1 次提交
  19. 27 8月, 2008 1 次提交
  20. 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
  21. 06 6月, 2008 1 次提交
  22. 26 2月, 2008 1 次提交
  23. 01 12月, 2007 1 次提交