1. 17 1月, 2013 1 次提交
  2. 16 1月, 2013 1 次提交
  3. 15 1月, 2013 2 次提交
  4. 14 1月, 2013 1 次提交
  5. 12 1月, 2013 1 次提交
  6. 11 1月, 2013 2 次提交
  7. 09 1月, 2013 2 次提交
  8. 03 1月, 2013 1 次提交
  9. 20 12月, 2012 3 次提交
  10. 17 12月, 2012 1 次提交
  11. 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
  12. 12 12月, 2012 1 次提交
  13. 01 12月, 2012 2 次提交
  14. 28 11月, 2012 2 次提交
  15. 27 11月, 2012 3 次提交
  16. 22 11月, 2012 1 次提交
  17. 21 11月, 2012 1 次提交
  18. 20 11月, 2012 1 次提交
  19. 13 11月, 2012 3 次提交
    • 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
    • H
      7122219: Passed StringTableSize value not verified · 22dc1d9b
      hseigel 提交于
      Summary: Check that the values specified for -XX:StringTableSize are within a certain range.
      Reviewed-by: dholmes, coleenp
      22dc1d9b
  20. 08 11月, 2012 1 次提交
  21. 07 11月, 2012 1 次提交
  22. 01 11月, 2012 1 次提交
  23. 30 10月, 2012 1 次提交
  24. 26 10月, 2012 2 次提交
  25. 25 10月, 2012 1 次提交
  26. 20 10月, 2012 1 次提交
  27. 19 10月, 2012 2 次提交
    • C
      7053130: hs_err file does not record specified CLASSPATH · c4f6e748
      coleenp 提交于
      Summary: Added code to write the value of the java.class.path property to the hs_err file.
      Reviewed-by: kmo, dholmes, kvn
      Contributed-by: harold.seigel@oracle.com
      c4f6e748
    • C
      7188233: UseVMInterruptibleIO flag deprecate for JDK8 · 05390300
      coleenp 提交于
      Summary: The -XX:+UseVMInterruptibleIO flag is deprecated for JDK8.  The flag will still enable Interruptible IO on Solaris, but users will get a warning.
      Reviewed-by: dholmes, acorn, alanb
      Contributed-by: harold.seigel@oracle.com
      05390300