1. 18 3月, 2013 1 次提交
  2. 01 12月, 2012 1 次提交
  3. 30 10月, 2012 1 次提交
  4. 02 9月, 2012 1 次提交
  5. 25 7月, 2012 1 次提交
  6. 15 5月, 2012 1 次提交
  7. 25 9月, 2012 1 次提交
  8. 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
  9. 28 1月, 2011 1 次提交
  10. 14 1月, 2011 1 次提交
  11. 24 11月, 2010 1 次提交
  12. 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
  13. 09 7月, 2010 1 次提交
  14. 10 6月, 2010 1 次提交
  15. 28 5月, 2010 1 次提交
  16. 23 5月, 2010 1 次提交
  17. 05 1月, 2010 1 次提交
  18. 31 10月, 2009 1 次提交
  19. 01 8月, 2009 1 次提交
  20. 09 4月, 2009 1 次提交
  21. 01 12月, 2007 1 次提交