1. 26 1月, 2013 1 次提交
  2. 16 1月, 2013 1 次提交
  3. 14 1月, 2013 1 次提交
  4. 21 12月, 2012 1 次提交
  5. 12 12月, 2012 1 次提交
  6. 28 11月, 2012 1 次提交
  7. 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
  8. 07 11月, 2012 1 次提交
  9. 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
  10. 10 10月, 2012 1 次提交
  11. 09 10月, 2012 2 次提交
  12. 29 9月, 2012 1 次提交
  13. 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
  14. 20 9月, 2012 1 次提交
  15. 08 9月, 2012 1 次提交
  16. 02 9月, 2012 1 次提交
  17. 30 8月, 2012 1 次提交
  18. 25 7月, 2012 1 次提交
  19. 09 7月, 2012 1 次提交
  20. 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
  21. 27 6月, 2012 1 次提交
  22. 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
  23. 14 6月, 2012 1 次提交
  24. 07 6月, 2012 1 次提交
  25. 22 5月, 2012 1 次提交
  26. 09 5月, 2012 2 次提交
  27. 23 4月, 2012 1 次提交
  28. 18 4月, 2012 1 次提交
  29. 29 3月, 2012 1 次提交
  30. 17 3月, 2012 1 次提交
  31. 14 3月, 2012 1 次提交
  32. 05 4月, 2012 1 次提交
  33. 30 3月, 2012 1 次提交
  34. 21 2月, 2012 1 次提交
  35. 13 2月, 2012 1 次提交
  36. 31 1月, 2012 1 次提交