1. 26 3月, 2013 1 次提交
  2. 20 3月, 2013 1 次提交
  3. 16 3月, 2013 1 次提交
  4. 14 3月, 2013 2 次提交
  5. 12 3月, 2013 1 次提交
  6. 22 2月, 2013 1 次提交
  7. 15 2月, 2013 1 次提交
  8. 12 2月, 2013 1 次提交
  9. 05 2月, 2013 2 次提交
  10. 26 1月, 2013 1 次提交
    • A
      6479360: PrintClassHistogram improvements · f8a15064
      acorn 提交于
      Summary: jcmd <pid> GC.class_stats (UnlockDiagnosticVMOptions)
      Reviewed-by: coleenp, hseigel, sla, acorn
      Contributed-by: ioi.lam@oracle.com
      f8a15064
  11. 25 1月, 2013 1 次提交
    • Z
      8000692: Remove old KERNEL code · 5a6c724a
      zgu 提交于
      Summary: Removed depreciated kernel VM source code from hotspot VM
      Reviewed-by: dholmes, acorn
      5a6c724a
  12. 24 1月, 2013 1 次提交
  13. 23 1月, 2013 2 次提交
  14. 22 1月, 2013 1 次提交
  15. 18 1月, 2013 2 次提交
  16. 17 1月, 2013 1 次提交
  17. 15 1月, 2013 3 次提交
  18. 14 1月, 2013 1 次提交
  19. 11 1月, 2013 1 次提交
  20. 10 1月, 2013 1 次提交
  21. 09 1月, 2013 1 次提交
  22. 21 12月, 2012 2 次提交
  23. 20 12月, 2012 1 次提交
  24. 19 12月, 2012 1 次提交
  25. 13 12月, 2012 3 次提交
  26. 04 12月, 2012 1 次提交
  27. 30 11月, 2012 1 次提交
  28. 28 11月, 2012 1 次提交
  29. 27 11月, 2012 1 次提交
  30. 13 11月, 2012 2 次提交
    • 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
    • H
      8001471: Klass::cast() does nothing · 096d3481
      hseigel 提交于
      Summary: Remove function Klass::cast() and calls to it.
      Reviewed-by: dholmes, coleenp
      096d3481