1. 09 5月, 2013 1 次提交
  2. 29 4月, 2013 1 次提交
  3. 17 4月, 2013 1 次提交
  4. 05 4月, 2013 1 次提交
  5. 28 3月, 2013 1 次提交
    • M
      2178143: JVM crashes if the number of bound CPUs changed during runtime · a331be27
      minqi 提交于
      Summary: Supply a new flag -XX:+AssumeMP to workaround the problem. With the flag is turned on, assume VM run on MP platform so is_MP() will return true that sync calls will not skip away.
      Reviewed-by: dholmes, acorn, dcubed, jmasa
      Contributed-by: yumin.qi@oracle.com
      a331be27
  6. 26 3月, 2013 1 次提交
  7. 28 3月, 2013 1 次提交
    • T
      7112912: Message "Error occurred during initialization of VM" on boxes with lots of RAM · d9cc1e05
      tschatzl 提交于
      Summary: Ergonomics now also takes available virtual memory into account when deciding for a heap size. The helper method to determine the maximum allocatable memory block now uses the appropriate OS specific calls to retrieve available virtual memory for the java process. In 32 bit environments this method now also searches for the maximum actually reservable amount of memory. Merge previously separate implementations for Linux/BSD/Solaris into a single method.
      Reviewed-by: jmasa, tamao
      d9cc1e05
  8. 21 3月, 2013 1 次提交
  9. 12 3月, 2013 2 次提交
  10. 08 3月, 2013 1 次提交
  11. 07 3月, 2013 1 次提交
  12. 20 2月, 2013 1 次提交
  13. 15 2月, 2013 1 次提交
  14. 06 4月, 2013 1 次提交
  15. 09 2月, 2013 1 次提交
  16. 04 2月, 2013 1 次提交
  17. 02 2月, 2013 1 次提交
  18. 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
  19. 06 2月, 2013 1 次提交
  20. 24 1月, 2013 1 次提交
  21. 07 2月, 2013 1 次提交
  22. 24 1月, 2013 1 次提交
  23. 17 1月, 2013 1 次提交
  24. 09 1月, 2013 2 次提交
  25. 05 1月, 2013 1 次提交
  26. 04 1月, 2013 1 次提交
  27. 30 12月, 2012 1 次提交
  28. 24 12月, 2012 1 次提交
  29. 20 12月, 2012 1 次提交
  30. 20 11月, 2012 1 次提交
  31. 13 11月, 2012 1 次提交
  32. 26 10月, 2012 2 次提交
  33. 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
  34. 11 10月, 2012 1 次提交
  35. 09 10月, 2012 1 次提交
  36. 04 10月, 2012 1 次提交