1. 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
  2. 26 3月, 2013 1 次提交
  3. 30 3月, 2013 1 次提交
  4. 28 3月, 2013 2 次提交
    • 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
    • M
      7014552: gc/lock/jni/jnilockXXX works too slow on 1-processor machine · 1b842ee9
      mgerdin 提交于
      Summary: Keep a counter of how many times we were stalled by the GC locker, add a diagnostic flag which sets the limit.
      Reviewed-by: brutisso, ehelin, johnc
      1b842ee9
  5. 21 3月, 2013 2 次提交
  6. 20 3月, 2013 3 次提交
  7. 18 3月, 2013 1 次提交
  8. 16 3月, 2013 1 次提交
  9. 15 3月, 2013 1 次提交
  10. 12 3月, 2013 2 次提交
  11. 09 3月, 2013 1 次提交
  12. 08 3月, 2013 1 次提交
  13. 07 3月, 2013 1 次提交
  14. 06 3月, 2013 1 次提交
    • I
      7107135: Stack guard pages are no more protected after loading a shared... · e447b861
      iklam 提交于
      7107135: Stack guard pages are no more protected after loading a shared library with executable stack
      Summary: Detect the execstack attribute of the loaded library and attempt to fix the stack guard using Safepoint op.
      Reviewed-by: dholmes, zgu
      Contributed-by: ioi.lam@oracle.com
      e447b861
  15. 05 3月, 2013 1 次提交
  16. 28 2月, 2013 1 次提交
  17. 20 2月, 2013 1 次提交
  18. 18 2月, 2013 1 次提交
  19. 15 2月, 2013 1 次提交
  20. 13 3月, 2013 1 次提交
  21. 12 2月, 2013 1 次提交
  22. 11 2月, 2013 1 次提交
  23. 09 2月, 2013 1 次提交
  24. 21 2月, 2013 1 次提交
  25. 06 2月, 2013 1 次提交
  26. 05 2月, 2013 1 次提交
  27. 04 2月, 2013 1 次提交
  28. 02 2月, 2013 2 次提交
  29. 29 1月, 2013 1 次提交
  30. 26 1月, 2013 1 次提交
  31. 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
  32. 06 2月, 2013 1 次提交
  33. 24 1月, 2013 1 次提交
  34. 07 2月, 2013 1 次提交