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. 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
  4. 20 3月, 2013 3 次提交
  5. 02 2月, 2013 1 次提交
  6. 24 1月, 2013 1 次提交
  7. 07 2月, 2013 2 次提交
  8. 15 1月, 2013 1 次提交
  9. 14 1月, 2013 2 次提交
  10. 09 1月, 2013 1 次提交
  11. 05 1月, 2013 1 次提交
  12. 03 1月, 2013 1 次提交
  13. 20 12月, 2012 1 次提交
  14. 04 12月, 2012 1 次提交
  15. 13 11月, 2012 2 次提交
    • 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
      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
  16. 06 11月, 2012 1 次提交
  17. 26 10月, 2012 1 次提交
  18. 25 10月, 2012 1 次提交
  19. 12 10月, 2012 2 次提交
  20. 09 10月, 2012 1 次提交
  21. 06 10月, 2012 1 次提交
  22. 04 10月, 2012 2 次提交
  23. 03 10月, 2012 1 次提交
  24. 18 9月, 2012 1 次提交
  25. 08 9月, 2012 1 次提交
  26. 02 9月, 2012 1 次提交
  27. 11 10月, 2012 1 次提交
  28. 28 8月, 2012 1 次提交
  29. 07 8月, 2012 1 次提交
  30. 25 7月, 2012 1 次提交
  31. 03 7月, 2012 1 次提交
  32. 29 6月, 2012 1 次提交
    • Z
      6995781: Native Memory Tracking (Phase 1) · bdfb3cf5
      zgu 提交于
      7151532: DCmd for hotspot native memory tracking
      Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd
      Reviewed-by: acorn, coleenp, fparain
      bdfb3cf5