1. 27 11月, 2012 2 次提交
  2. 20 11月, 2012 1 次提交
  3. 16 11月, 2012 1 次提交
  4. 15 11月, 2012 1 次提交
  5. 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
  6. 10 11月, 2012 2 次提交
  7. 09 11月, 2012 1 次提交
  8. 08 11月, 2012 1 次提交
  9. 07 11月, 2012 3 次提交
  10. 06 11月, 2012 1 次提交
    • Z
      8001591: NMT: assertion failed: assert(rec->addr() + rec->size() <=... · 800e42ec
      zgu 提交于
      8001591: NMT: assertion failed: assert(rec->addr() + rec->size() <= cur->base()) failed: Can not overlap in memSnapshot.cpp
      Summary: NMT should allow overlapping committed regions as long as they belong to the same reserved region
      Reviewed-by: dholmes, coleenp
      800e42ec
  11. 03 11月, 2012 2 次提交
  12. 01 11月, 2012 2 次提交
  13. 31 10月, 2012 2 次提交
  14. 30 10月, 2012 3 次提交
  15. 27 10月, 2012 1 次提交
  16. 26 10月, 2012 4 次提交
  17. 25 10月, 2012 1 次提交
  18. 24 10月, 2012 1 次提交
  19. 23 10月, 2012 2 次提交
  20. 20 10月, 2012 2 次提交
    • Z
      7199092: NMT: NMT needs to deal overlapped virtual memory ranges · ee35bcfa
      zgu 提交于
      Summary: Enhanced virtual memory tracking to track committed regions as well as reserved regions, so NMT now can generate virtual memory map.
      Reviewed-by: acorn, coleenp
      ee35bcfa
    • D
      8001101: C2: more general vector rule subsetting · fe72f302
      dlong 提交于
      Summary: Allow which vector rules are supported to be decided at runtime. Also a small change to allow vector types in Type::_type_info[] to apply to more platforms.
      Reviewed-by: kvn, twisti
      Contributed-by: dean.long@oracle.com
      fe72f302
  21. 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
  22. 18 10月, 2012 2 次提交