1. 15 5月, 2012 1 次提交
  2. 21 4月, 2011 1 次提交
  3. 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
  4. 06 4月, 2011 1 次提交
  5. 03 4月, 2011 1 次提交
  6. 22 3月, 2011 1 次提交
  7. 24 11月, 2010 1 次提交
  8. 21 8月, 2010 1 次提交
  9. 28 5月, 2010 1 次提交
  10. 02 2月, 2010 1 次提交
  11. 13 11月, 2009 1 次提交
  12. 15 9月, 2009 1 次提交
  13. 01 8月, 2009 1 次提交
  14. 17 7月, 2009 1 次提交
  15. 27 6月, 2009 1 次提交
  16. 24 4月, 2009 1 次提交
  17. 10 3月, 2009 1 次提交
    • X
      6814575: Update copyright year · 58e87f34
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 03/09
      Reviewed-by: katleman, tbell, ohair
      58e87f34
  18. 05 2月, 2009 1 次提交
  19. 06 6月, 2008 1 次提交
  20. 01 12月, 2007 1 次提交