1. 20 8月, 2013 1 次提交
  2. 19 8月, 2013 1 次提交
  3. 07 8月, 2013 1 次提交
  4. 06 8月, 2013 1 次提交
  5. 05 8月, 2013 1 次提交
  6. 04 7月, 2013 1 次提交
  7. 26 6月, 2013 1 次提交
  8. 23 5月, 2013 1 次提交
  9. 16 5月, 2013 1 次提交
  10. 08 5月, 2013 1 次提交
  11. 07 5月, 2013 1 次提交
  12. 01 5月, 2013 1 次提交
  13. 30 4月, 2013 2 次提交
  14. 26 4月, 2013 1 次提交
  15. 10 4月, 2013 1 次提交
  16. 28 3月, 2013 1 次提交
  17. 19 3月, 2013 2 次提交
  18. 16 3月, 2013 1 次提交
  19. 14 3月, 2013 1 次提交
    • M
      8003348: SA can not read core file on OS · 8458636d
      minqi 提交于
      Summary: Macosx uses Mach-O file format for binary files, not ELF format. Currently SA works on core files on other platforms, t his change enables SA work on core file generated on Darwin.
      Reviewed-by: sla, sspitsyn
      Contributed-by: yumin.qi@oracle.com
      8458636d
  20. 05 3月, 2013 1 次提交
  21. 02 3月, 2013 1 次提交
  22. 28 2月, 2013 1 次提交
  23. 27 2月, 2013 1 次提交
  24. 22 2月, 2013 2 次提交
  25. 18 2月, 2013 1 次提交
  26. 15 2月, 2013 1 次提交
  27. 14 2月, 2013 1 次提交
  28. 13 2月, 2013 1 次提交
  29. 12 2月, 2013 1 次提交
  30. 08 2月, 2013 1 次提交
    • S
      8006423: SA: NullPointerException in... · 55f73fa3
      sla 提交于
      8006423: SA: NullPointerException in sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:67)
      Summary: Do not rely on mach thread port names to identify threads from SA
      Reviewed-by: dholmes, minqi, rbackman
      55f73fa3
  31. 06 2月, 2013 1 次提交
  32. 20 2月, 2013 1 次提交
  33. 01 2月, 2013 1 次提交
    • M
      8000973: SA on windows thread inspection is broken · 6cb561ef
      minqi 提交于
      Summary: After bug 7161732, On Windows SA could not find correct address of thread_id of OSThread since _thread_id moved to end of the class . The presupposition of the address is following thread handle no longer stands. Fix by adding thread_id field to OSThread and getting the  address directly from OSThread.
      Reviewed-by: nloodin, sspitsyn
      Contributed-by: yumin.qi@oracle.com
      6cb561ef
  34. 29 1月, 2013 1 次提交
  35. 26 1月, 2013 1 次提交
  36. 25 1月, 2013 1 次提交
    • M
      8005278: Serviceability Agent: jmap -heap and jstack -m fail · 98a7aa39
      minqi 提交于
      Summary: BinaryTreeDictionary is typedef'ed as AFLBinaryTreeDictionary in vmStructs and in SA we still use old name for that. FreeList now is a template based class which is not reflect in SA type library. When SA does calculation of heap for CMS, the former will cause failure to retrieve BinaryTreeDictionary  sine the rename. The later will fail wherever it is used in SA.
      Reviewed-by: dholmes, sla, coleenp
      Contributed-by: yunda.mly@taobao.com
      98a7aa39
  37. 16 1月, 2013 1 次提交