1. 25 9月, 2012 1 次提交
    • M
      6879063: SA should use hsdis for disassembly · cce1dd3d
      minqi 提交于
      Summary: We should in SA to use hsdis for it like the JVM does to replace the current java based disassembler.
      Reviewed-by: twisti, jrose, sla
      Contributed-by: yumin.qi@oracle.com
      cce1dd3d
  2. 08 9月, 2012 1 次提交
  3. 02 9月, 2012 1 次提交
  4. 30 8月, 2012 1 次提交
  5. 25 7月, 2012 1 次提交
  6. 09 7月, 2012 1 次提交
  7. 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
  8. 27 6月, 2012 1 次提交
  9. 23 6月, 2012 2 次提交
    • M
      7177128: SA cannot get correct system properties after 7126277 · a1a0b016
      minqi 提交于
      Summary: Bug fix of 7126277 changed hashing algorithm and also changed key as final field, this led SA unable to set correct value for key. Solution by reading key/value and insert them into the new table.
      Reviewed-by: dholmes, mikael
      Contributed-by: yumin.qi@oracle.com
      a1a0b016
    • M
      7175133: jinfo failed to get system properties after 6924259 · 6b7ae0f7
      minqi 提交于
      Summary: String offset and count fields as fix of 6924259 were removed, and become optional. SA still use offset and count fields to read String contents and failed. Fix if they exist, use them other then use value field only to read, this keeps consistent with the changes in 6924259.
      Reviewed-by: dholmes, mikael
      Contributed-by: yumin.qi@oracle.com
      6b7ae0f7
  10. 14 6月, 2012 1 次提交
  11. 07 6月, 2012 1 次提交
  12. 22 5月, 2012 1 次提交
  13. 09 5月, 2012 2 次提交
  14. 23 4月, 2012 1 次提交
  15. 18 4月, 2012 1 次提交
  16. 29 3月, 2012 1 次提交
  17. 17 3月, 2012 1 次提交
  18. 14 3月, 2012 1 次提交
  19. 05 4月, 2012 1 次提交
  20. 30 3月, 2012 1 次提交
  21. 21 2月, 2012 1 次提交
  22. 13 2月, 2012 1 次提交
  23. 31 1月, 2012 1 次提交
  24. 18 1月, 2012 1 次提交
  25. 12 1月, 2012 1 次提交
  26. 18 11月, 2011 1 次提交
  27. 09 11月, 2011 1 次提交
  28. 18 10月, 2011 1 次提交
  29. 14 10月, 2011 1 次提交
  30. 30 9月, 2011 1 次提交
  31. 26 9月, 2011 1 次提交
  32. 15 9月, 2011 1 次提交
  33. 04 10月, 2011 1 次提交
  34. 20 9月, 2011 1 次提交
    • T
      7059019: G1: add G1 support to the SA · 29a35788
      tonyp 提交于
      Summary: Extend the SA to recognize the G1CollectedHeap and implement any code that's needed by our serviceability tools (jmap, jinfo, jstack, etc.) that depend on the SA.
      Reviewed-by: never, poonam, johnc
      29a35788
  35. 12 9月, 2011 1 次提交
  36. 11 9月, 2011 1 次提交
  37. 06 9月, 2011 1 次提交
  38. 03 9月, 2011 1 次提交