1. 04 1月, 2013 1 次提交
  2. 15 1月, 2013 4 次提交
  3. 14 1月, 2013 2 次提交
  4. 12 1月, 2013 1 次提交
  5. 11 1月, 2013 2 次提交
  6. 09 1月, 2013 4 次提交
  7. 05 1月, 2013 2 次提交
  8. 04 1月, 2013 1 次提交
  9. 03 1月, 2013 1 次提交
  10. 30 12月, 2012 1 次提交
  11. 24 12月, 2012 1 次提交
  12. 03 1月, 2013 1 次提交
  13. 21 12月, 2012 1 次提交
  14. 20 12月, 2012 3 次提交
  15. 17 12月, 2012 1 次提交
  16. 13 12月, 2012 1 次提交
    • J
      8001028: Improve GC option handling · 12356b4f
      johnc 提交于
      Summary: If there are not enough native resources to create the ReferenceHandler or Finalizer Java threads, the VM will attempt to throw an OOME before the java.lang.Class class has been initialized. This can result in assertion failures and other crashes. Move the initialization of the java.lang.Class class to just before the initialization of the java.lang.ref.Finalizer class.
      Reviewed-by: jwilhelm, dholmes, coleenp
      12356b4f
  17. 12 12月, 2012 1 次提交
  18. 04 12月, 2012 1 次提交
  19. 01 12月, 2012 2 次提交
  20. 28 11月, 2012 2 次提交
  21. 27 11月, 2012 3 次提交
  22. 22 11月, 2012 1 次提交
  23. 21 11月, 2012 1 次提交
  24. 20 11月, 2012 1 次提交
  25. 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