1. 04 5月, 2011 2 次提交
  2. 03 5月, 2011 1 次提交
  3. 02 5月, 2011 1 次提交
  4. 29 4月, 2011 2 次提交
  5. 28 4月, 2011 1 次提交
  6. 27 4月, 2011 1 次提交
  7. 26 4月, 2011 1 次提交
  8. 21 4月, 2011 1 次提交
  9. 16 4月, 2011 1 次提交
  10. 14 4月, 2011 2 次提交
  11. 09 4月, 2011 1 次提交
  12. 08 4月, 2011 2 次提交
    • J
      7009600: JSR 292 Server compiler crashes in Compile::find_intrinsic(ciMethod*, bool) · ea8e16c0
      jrose 提交于
      Summary: catch errors during the compile-time processing of method handles; back out cleanly
      Reviewed-by: twisti
      ea8e16c0
    • 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
  13. 07 4月, 2011 1 次提交
  14. 06 4月, 2011 2 次提交
  15. 05 4月, 2011 2 次提交
  16. 03 4月, 2011 3 次提交
  17. 02 4月, 2011 1 次提交
  18. 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
  19. 31 3月, 2011 1 次提交
  20. 28 3月, 2011 1 次提交
  21. 27 3月, 2011 1 次提交
  22. 25 3月, 2011 1 次提交
  23. 23 3月, 2011 1 次提交
  24. 22 3月, 2011 1 次提交
  25. 19 3月, 2011 1 次提交
  26. 12 3月, 2011 1 次提交
  27. 11 3月, 2011 1 次提交
  28. 10 3月, 2011 1 次提交
  29. 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
  30. 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
  31. 27 2月, 2011 1 次提交
  32. 25 2月, 2011 1 次提交