1. 21 11月, 2012 1 次提交
    • C
      Merge · 214fc363
      coleenp 提交于
      214fc363
  2. 17 11月, 2012 3 次提交
  3. 16 11月, 2012 6 次提交
  4. 15 11月, 2012 2 次提交
  5. 14 11月, 2012 1 次提交
    • C
      Merge · 49ddd83e
      coleenp 提交于
      49ddd83e
  6. 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
  7. 10 11月, 2012 9 次提交
  8. 09 11月, 2012 4 次提交
  9. 08 11月, 2012 2 次提交
  10. 07 11月, 2012 3 次提交
  11. 06 11月, 2012 3 次提交
  12. 03 11月, 2012 3 次提交
    • K
      Merge · 14ead889
      kamg 提交于
      14ead889
    • K
      Merge · 6437332e
      kamg 提交于
      6437332e
    • M
      8000489: older builds of hsdis don't work anymore after 6879063 · 9d011274
      minqi 提交于
      Summary: The old function not defined properly, need a definition for export in dll. Also changes made to let new jvm work with old hsdis.
      Reviewed-by: jrose, sspitsyn, kmo
      Contributed-by: yumin.qi@oracle.com
      9d011274