1. 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
  2. 06 4月, 2011 2 次提交
  3. 01 4月, 2011 1 次提交
    • K
      7032696: Fix for 7029152 broke VM · 7e4585a5
      kvn 提交于
      Summary: StrIntrinsicNode::Ideal() should not optimize memory during Parse.
      Reviewed-by: jrose, never
      7e4585a5
  4. 31 3月, 2011 1 次提交
  5. 28 3月, 2011 1 次提交
  6. 27 3月, 2011 1 次提交
  7. 25 3月, 2011 1 次提交
  8. 23 3月, 2011 1 次提交
  9. 22 3月, 2011 1 次提交
  10. 19 3月, 2011 1 次提交
  11. 12 3月, 2011 1 次提交
  12. 11 3月, 2011 1 次提交
  13. 10 3月, 2011 1 次提交
  14. 06 3月, 2011 1 次提交
    • K
      6589823: Error: meet not symmetric · 13613f4b
      kvn 提交于
      Summary: arrays pointers meet must fall to bottom if exact array klasses in upper lattice are not equal or super klass is exact.
      Reviewed-by: never
      13613f4b
  15. 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
  16. 27 2月, 2011 1 次提交
  17. 25 2月, 2011 1 次提交
  18. 11 2月, 2011 1 次提交
  19. 08 2月, 2011 3 次提交
  20. 03 2月, 2011 1 次提交
  21. 28 1月, 2011 1 次提交
  22. 08 1月, 2011 1 次提交
  23. 07 1月, 2011 1 次提交
  24. 30 12月, 2010 1 次提交
  25. 29 12月, 2010 1 次提交
  26. 22 12月, 2010 1 次提交
  27. 14 12月, 2010 1 次提交
  28. 03 12月, 2010 2 次提交
  29. 02 12月, 2010 2 次提交
  30. 24 11月, 2010 1 次提交
  31. 19 11月, 2010 1 次提交
  32. 07 11月, 2010 1 次提交
  33. 03 11月, 2010 1 次提交
  34. 08 10月, 2010 1 次提交
  35. 01 10月, 2010 1 次提交