1. 14 1月, 2014 1 次提交
  2. 13 11月, 2013 1 次提交
  3. 22 10月, 2013 1 次提交
  4. 19 10月, 2013 1 次提交
    • M
      8008242: VerifyOops is broken on SPARC · 215e5b2c
      morris 提交于
      Summary: Fixed displacement issues in SPARC macroassembler and ensure that getClass intrinsic temporary result is T_METADATA
      Reviewed-by: kvn, twisti
      215e5b2c
  5. 24 10月, 2013 1 次提交
  6. 12 10月, 2013 1 次提交
  7. 09 10月, 2013 1 次提交
  8. 08 10月, 2013 1 次提交
  9. 30 7月, 2013 1 次提交
  10. 03 7月, 2013 1 次提交
  11. 05 6月, 2013 1 次提交
  12. 15 4月, 2013 1 次提交
  13. 10 4月, 2013 1 次提交
  14. 05 4月, 2013 1 次提交
  15. 30 3月, 2013 1 次提交
  16. 21 3月, 2013 1 次提交
  17. 24 1月, 2013 1 次提交
  18. 19 12月, 2012 1 次提交
  19. 09 10月, 2012 1 次提交
  20. 11 9月, 2012 1 次提交
  21. 05 9月, 2012 1 次提交
  22. 02 9月, 2012 1 次提交
  23. 22 8月, 2012 1 次提交
  24. 21 8月, 2012 1 次提交
  25. 25 7月, 2012 1 次提交
  26. 14 6月, 2012 1 次提交
  27. 13 6月, 2012 1 次提交
  28. 05 6月, 2012 1 次提交
  29. 15 5月, 2012 1 次提交
  30. 06 3月, 2012 1 次提交
  31. 22 2月, 2012 1 次提交
  32. 21 1月, 2012 1 次提交
  33. 07 12月, 2011 1 次提交
  34. 05 10月, 2011 1 次提交
  35. 30 9月, 2011 1 次提交
  36. 17 11月, 2011 1 次提交
  37. 15 6月, 2011 1 次提交
  38. 14 4月, 2011 1 次提交
  39. 09 4月, 2011 1 次提交
  40. 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