1. 02 9月, 2012 1 次提交
  2. 29 8月, 2012 1 次提交
  3. 08 8月, 2012 1 次提交
  4. 25 7月, 2012 1 次提交
  5. 17 7月, 2012 1 次提交
  6. 29 6月, 2012 1 次提交
    • Z
      6995781: Native Memory Tracking (Phase 1) · bdfb3cf5
      zgu 提交于
      7151532: DCmd for hotspot native memory tracking
      Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd
      Reviewed-by: acorn, coleenp, fparain
      bdfb3cf5
  7. 27 6月, 2012 1 次提交
  8. 14 6月, 2012 1 次提交
  9. 15 5月, 2012 1 次提交
  10. 27 1月, 2012 1 次提交
  11. 03 11月, 2011 1 次提交
  12. 25 10月, 2011 1 次提交
  13. 24 10月, 2011 1 次提交
  14. 26 9月, 2011 1 次提交
  15. 11 9月, 2011 1 次提交
  16. 07 9月, 2011 1 次提交
  17. 02 9月, 2011 1 次提交
  18. 31 8月, 2011 1 次提交
  19. 16 8月, 2011 1 次提交
  20. 21 7月, 2011 1 次提交
  21. 02 7月, 2011 1 次提交
  22. 24 6月, 2011 1 次提交
  23. 17 6月, 2011 1 次提交
  24. 02 6月, 2011 1 次提交
  25. 26 5月, 2011 1 次提交
  26. 22 5月, 2011 1 次提交
  27. 18 5月, 2011 1 次提交
  28. 13 5月, 2011 1 次提交
  29. 05 5月, 2011 1 次提交
  30. 12 4月, 2011 1 次提交
  31. 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
  32. 06 4月, 2011 1 次提交
  33. 04 4月, 2011 1 次提交
  34. 31 3月, 2011 1 次提交
  35. 24 3月, 2011 1 次提交
  36. 19 3月, 2011 1 次提交
  37. 18 3月, 2011 1 次提交
  38. 12 3月, 2011 2 次提交