1. 28 4月, 2016 1 次提交
  2. 03 3月, 2016 2 次提交
  3. 16 1月, 2016 1 次提交
  4. 11 6月, 2015 1 次提交
  5. 18 3月, 2015 1 次提交
  6. 11 11月, 2014 1 次提交
  7. 02 10月, 2014 1 次提交
  8. 20 9月, 2014 1 次提交
  9. 14 7月, 2014 1 次提交
  10. 23 5月, 2014 1 次提交
    • D
      8037816: Fix for 8036122 breaks build with Xcode5/clang · ed4b64df
      drchase 提交于
      8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas
      8043164: Format warning in traceStream.hpp
      Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings
      Reviewed-by: kvn, coleenp, iveresov, twisti
      ed4b64df
  11. 16 5月, 2014 1 次提交
  12. 16 1月, 2016 1 次提交
  13. 12 9月, 2014 1 次提交
  14. 16 4月, 2014 1 次提交
  15. 21 3月, 2014 1 次提交
  16. 29 4月, 2014 1 次提交
  17. 25 10月, 2013 1 次提交
  18. 08 10月, 2013 1 次提交
  19. 27 9月, 2013 1 次提交
  20. 14 9月, 2013 1 次提交
  21. 30 8月, 2013 1 次提交
  22. 13 8月, 2013 1 次提交
  23. 15 8月, 2013 1 次提交
  24. 23 7月, 2013 1 次提交
  25. 25 6月, 2013 1 次提交
  26. 29 5月, 2013 1 次提交
  27. 10 5月, 2013 1 次提交
    • M
      8003557: NPG: Klass* const k should be const Klass* k. · 6ee9c8ef
      minqi 提交于
      Summary: With NPG, const KlassOop klass which is in fact a definition converted to Klass* const, which is not the original intention. The right usage is converting them to const Klass*.
      Reviewed-by: coleenp, kvn
      Contributed-by: yumin.qi@oracle.com
      6ee9c8ef
  28. 07 5月, 2013 1 次提交
  29. 29 4月, 2013 1 次提交
  30. 10 4月, 2013 1 次提交
  31. 27 3月, 2013 1 次提交
  32. 26 3月, 2013 1 次提交
  33. 16 3月, 2013 1 次提交
  34. 13 3月, 2013 1 次提交
  35. 09 3月, 2013 1 次提交
  36. 12 2月, 2013 1 次提交
  37. 07 2月, 2013 1 次提交
  38. 06 2月, 2013 1 次提交
  39. 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