1. 22 2月, 2013 2 次提交
  2. 18 2月, 2013 1 次提交
  3. 15 2月, 2013 1 次提交
  4. 14 2月, 2013 1 次提交
  5. 13 2月, 2013 1 次提交
  6. 12 2月, 2013 1 次提交
  7. 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
  8. 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
  9. 29 1月, 2013 1 次提交
  10. 26 1月, 2013 1 次提交
  11. 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
  12. 16 1月, 2013 1 次提交
  13. 14 1月, 2013 1 次提交
  14. 21 12月, 2012 1 次提交
  15. 12 12月, 2012 1 次提交
  16. 28 11月, 2012 1 次提交
  17. 13 11月, 2012 1 次提交
    • M
      6830717: replay of compilations would help with debugging · 00de2884
      minqi 提交于
      Summary: When java process crashed in compiler thread, repeat the compilation process will help finding root cause. This is done with using SA dump application class data and replay data from core dump, then use debug version of jvm to recompile the problematic java method.
      Reviewed-by: kvn, twisti, sspitsyn
      Contributed-by: yumin.qi@oracle.com
      00de2884
  18. 07 11月, 2012 1 次提交
  19. 19 10月, 2012 2 次提交
    • M
      8001055: Bytes.swap should follow big endian · 8c235999
      minqi 提交于
      Summary: This is a mistake change in 6879063 about Bytes.swap. Java byte code order always follows big endian, but in that change, assume they follow native platform order that is not right.
      Reviewed-by: coleenp, sspitsyn, dholmes
      Contributed-by: yumin.qi@oracle.com
      8c235999
    • M
      8000818: SA constant pool need to reference to reference map after permgen removal · 6e872cfa
      minqi 提交于
      Summary: After permgen removal, constant pool changed to put _ldc and _ldc_w (fast_ldc and fast_ldcw) index to reference map, no longer calculated via constant pool cache.
      Reviewed-by: coleenp, sspitsyn, dholmes
      Contributed-by: yumin.qi@oracle.com
      6e872cfa
  20. 10 10月, 2012 1 次提交
  21. 09 10月, 2012 2 次提交
  22. 29 9月, 2012 1 次提交
  23. 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
  24. 20 9月, 2012 1 次提交
  25. 08 9月, 2012 1 次提交
  26. 02 9月, 2012 1 次提交
  27. 30 8月, 2012 1 次提交
  28. 25 7月, 2012 1 次提交
  29. 09 7月, 2012 1 次提交
  30. 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
  31. 27 6月, 2012 1 次提交
  32. 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
  33. 14 6月, 2012 1 次提交
  34. 07 6月, 2012 1 次提交
  35. 22 5月, 2012 1 次提交
  36. 09 5月, 2012 1 次提交