1. 27 11月, 2012 3 次提交
  2. 20 11月, 2012 1 次提交
  3. 17 11月, 2012 3 次提交
  4. 16 11月, 2012 5 次提交
  5. 15 11月, 2012 2 次提交
  6. 14 11月, 2012 1 次提交
    • C
      Merge · 49ddd83e
      coleenp 提交于
      49ddd83e
  7. 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
  8. 10 11月, 2012 9 次提交
  9. 09 11月, 2012 4 次提交
  10. 08 11月, 2012 2 次提交
  11. 07 11月, 2012 3 次提交
  12. 06 11月, 2012 3 次提交
  13. 03 11月, 2012 1 次提交
    • K
      Merge · 14ead889
      kamg 提交于
      14ead889