1. 25 10月, 2012 1 次提交
  2. 18 10月, 2012 1 次提交
  3. 09 10月, 2012 2 次提交
  4. 29 9月, 2012 1 次提交
  5. 28 9月, 2012 1 次提交
  6. 02 9月, 2012 1 次提交
  7. 21 8月, 2012 1 次提交
  8. 25 7月, 2012 1 次提交
  9. 02 7月, 2012 1 次提交
  10. 18 6月, 2012 1 次提交
  11. 13 6月, 2012 1 次提交
  12. 15 5月, 2012 2 次提交
  13. 20 9月, 2012 1 次提交
  14. 13 3月, 2012 1 次提交
  15. 06 3月, 2012 2 次提交
  16. 08 2月, 2012 1 次提交
  17. 26 1月, 2012 1 次提交
  18. 11 1月, 2012 1 次提交
  19. 20 12月, 2011 1 次提交
  20. 07 12月, 2011 2 次提交
  21. 27 9月, 2011 1 次提交
  22. 28 5月, 2011 1 次提交
  23. 04 5月, 2011 1 次提交
  24. 21 4月, 2011 1 次提交
  25. 16 4月, 2011 1 次提交
  26. 14 4月, 2011 1 次提交
  27. 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
  28. 03 4月, 2011 2 次提交
  29. 28 3月, 2011 1 次提交
  30. 23 3月, 2011 1 次提交
  31. 22 3月, 2011 1 次提交
  32. 02 3月, 2011 1 次提交
    • I
      6627983: G1: Bad oop deference during marking · b9091f37
      iveresov 提交于
      Summary: Bulk zeroing reduction didn't work with G1, because arraycopy would call pre-barriers on uninitialized oops. The solution is to have version of arraycopy stubs that don't have pre-barriers. Also refactored arraycopy stubs generation on SPARC to be more readable and reduced the number of stubs necessary in some cases.
      Reviewed-by: jrose, kvn, never
      b9091f37
  33. 27 2月, 2011 1 次提交
  34. 24 11月, 2010 1 次提交
  35. 08 10月, 2010 1 次提交