1. 09 5月, 2013 1 次提交
  2. 16 4月, 2013 1 次提交
  3. 05 4月, 2013 1 次提交
  4. 06 3月, 2013 1 次提交
  5. 05 3月, 2013 1 次提交
  6. 13 2月, 2013 1 次提交
  7. 12 2月, 2013 1 次提交
  8. 16 1月, 2013 1 次提交
    • K
      8005821: C2: -XX:+PrintIntrinsics is broken · a9cba4ec
      kvn 提交于
      Summary: Check all print inlining flags when processing inlining list.
      Reviewed-by: kvn, twisti
      Contributed-by: david.r.chase@oracle.com
      a9cba4ec
  9. 24 12月, 2012 1 次提交
  10. 18 12月, 2012 1 次提交
  11. 01 12月, 2012 1 次提交
  12. 28 11月, 2012 1 次提交
  13. 18 10月, 2012 1 次提交
  14. 10 10月, 2012 1 次提交
    • V
      7199654: Remove LoadUI2LNode · 46f9a76a
      vlivanov 提交于
      Summary: Removed LoadUI2L node from Ideal nodes, use match rule in .ad files instead.
      Reviewed-by: kvn
      46f9a76a
  15. 09 10月, 2012 1 次提交
  16. 06 10月, 2012 1 次提交
  17. 28 9月, 2012 1 次提交
  18. 02 9月, 2012 1 次提交
  19. 23 8月, 2012 1 次提交
  20. 31 7月, 2012 1 次提交
  21. 15 6月, 2012 1 次提交
  22. 13 6月, 2012 1 次提交
  23. 20 9月, 2012 1 次提交
  24. 18 9月, 2012 1 次提交
  25. 14 3月, 2012 1 次提交
  26. 13 3月, 2012 1 次提交
  27. 28 12月, 2011 1 次提交
  28. 07 12月, 2011 1 次提交
  29. 20 12月, 2011 1 次提交
  30. 09 11月, 2011 1 次提交
  31. 17 11月, 2011 1 次提交
  32. 16 11月, 2011 1 次提交
  33. 01 9月, 2011 1 次提交
  34. 17 8月, 2011 1 次提交
  35. 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
  36. 29 6月, 2011 1 次提交
  37. 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
  38. 06 4月, 2011 1 次提交
  39. 03 4月, 2011 1 次提交
  40. 25 3月, 2011 1 次提交