1. 22 7月, 2011 1 次提交
    • K
      7063628: Use cbcond on T4 · 6ed3c318
      kvn 提交于
      Summary: Add new short branch instruction to Hotspot sparc assembler.
      Reviewed-by: never, twisti, jrose
      6ed3c318
  2. 09 7月, 2011 1 次提交
  3. 07 7月, 2011 1 次提交
  4. 29 6月, 2011 2 次提交
  5. 23 6月, 2011 1 次提交
  6. 21 6月, 2011 1 次提交
  7. 05 6月, 2011 1 次提交
  8. 04 6月, 2011 1 次提交
  9. 03 6月, 2011 1 次提交
  10. 01 6月, 2011 1 次提交
  11. 28 5月, 2011 1 次提交
  12. 25 5月, 2011 1 次提交
  13. 22 5月, 2011 2 次提交
  14. 21 5月, 2011 1 次提交
    • K
      7046096: SEGV IN C2 WITH 6U25 · 0527eebd
      kvn 提交于
      Summary: Missing fail flag set in strings concatenation code.
      Reviewed-by: never
      0527eebd
  15. 18 5月, 2011 1 次提交
  16. 17 5月, 2011 1 次提交
  17. 13 5月, 2011 1 次提交
  18. 11 5月, 2011 1 次提交
  19. 10 5月, 2011 1 次提交
  20. 06 5月, 2011 1 次提交
  21. 05 5月, 2011 1 次提交
  22. 04 5月, 2011 2 次提交
  23. 03 5月, 2011 1 次提交
  24. 02 5月, 2011 1 次提交
  25. 29 4月, 2011 2 次提交
  26. 28 4月, 2011 1 次提交
  27. 27 4月, 2011 1 次提交
  28. 26 4月, 2011 1 次提交
  29. 21 4月, 2011 1 次提交
  30. 16 4月, 2011 1 次提交
  31. 14 4月, 2011 2 次提交
  32. 09 4月, 2011 1 次提交
  33. 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
  34. 07 4月, 2011 1 次提交