1. 08 10月, 2013 2 次提交
  2. 27 9月, 2013 3 次提交
  3. 14 9月, 2013 2 次提交
  4. 20 8月, 2013 1 次提交
  5. 16 8月, 2013 1 次提交
  6. 07 8月, 2013 1 次提交
  7. 04 7月, 2013 1 次提交
  8. 02 7月, 2013 1 次提交
  9. 24 6月, 2013 1 次提交
  10. 10 6月, 2013 1 次提交
  11. 23 5月, 2013 1 次提交
  12. 15 5月, 2013 1 次提交
    • M
      8012902: remove use of global operator new - take 2 · 73092391
      minqi 提交于
      Summary: The fix of 8010992, disable use of global operator new and new[] which caused failure on some tests. This takes two of the bugs also add ALLOW_OPERATOR_NEW_USAGE to prevent crash for third party code calling operator new of jvm on certain platforms.
      Reviewed-by: coleenp, dholmes, zgu
      Contributed-by: yumin.qi@oracle.com
      73092391
  13. 09 5月, 2013 1 次提交
  14. 26 4月, 2013 1 次提交
  15. 22 4月, 2013 1 次提交
  16. 20 4月, 2013 1 次提交
  17. 16 4月, 2013 1 次提交
  18. 10 4月, 2013 1 次提交
  19. 09 3月, 2013 1 次提交
  20. 18 2月, 2013 1 次提交
  21. 12 2月, 2013 2 次提交
  22. 29 1月, 2013 1 次提交
  23. 24 1月, 2013 1 次提交
  24. 16 1月, 2013 1 次提交
  25. 15 1月, 2013 2 次提交
  26. 14 1月, 2013 1 次提交
  27. 11 1月, 2013 2 次提交
  28. 04 1月, 2013 1 次提交
  29. 12 12月, 2012 1 次提交
  30. 28 11月, 2012 1 次提交
  31. 27 11月, 2012 2 次提交
  32. 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