1. 03 5月, 2013 1 次提交
  2. 26 3月, 2013 1 次提交
  3. 25 1月, 2013 1 次提交
    • Z
      8000692: Remove old KERNEL code · 5a6c724a
      zgu 提交于
      Summary: Removed depreciated kernel VM source code from hotspot VM
      Reviewed-by: dholmes, acorn
      5a6c724a
  4. 23 1月, 2013 1 次提交
  5. 15 1月, 2013 1 次提交
  6. 14 1月, 2013 1 次提交
  7. 09 1月, 2013 1 次提交
  8. 21 12月, 2012 1 次提交
  9. 20 12月, 2012 1 次提交
  10. 19 12月, 2012 1 次提交
  11. 01 11月, 2012 1 次提交
  12. 25 10月, 2012 1 次提交
  13. 12 10月, 2012 1 次提交
  14. 09 10月, 2012 1 次提交
  15. 17 9月, 2012 1 次提交
  16. 02 9月, 2012 1 次提交
  17. 08 8月, 2012 1 次提交
  18. 25 7月, 2012 1 次提交
  19. 12 7月, 2012 1 次提交
  20. 19 6月, 2012 1 次提交
  21. 13 6月, 2012 1 次提交
  22. 15 5月, 2012 1 次提交
  23. 20 9月, 2012 1 次提交
  24. 06 3月, 2012 1 次提交
  25. 22 2月, 2012 1 次提交
  26. 09 2月, 2012 1 次提交
  27. 09 1月, 2012 1 次提交
  28. 30 9月, 2011 1 次提交
  29. 11 9月, 2011 1 次提交
  30. 03 9月, 2011 1 次提交
  31. 01 9月, 2011 1 次提交
  32. 16 8月, 2011 1 次提交
  33. 02 6月, 2011 1 次提交
  34. 13 5月, 2011 1 次提交
  35. 07 5月, 2011 1 次提交
  36. 12 4月, 2011 1 次提交
  37. 08 4月, 2011 2 次提交
    • J
      6981791: remove experimental code for JSR 292 · beb2b1a2
      jrose 提交于
      Reviewed-by: twisti
      beb2b1a2
    • 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. 12 3月, 2011 2 次提交