1. 25 3月, 2009 1 次提交
  2. 24 3月, 2009 1 次提交
  3. 21 3月, 2009 1 次提交
  4. 20 3月, 2009 1 次提交
    • K
      Merge · 1cb702fd
      kvn 提交于
      1cb702fd
  5. 19 3月, 2009 1 次提交
  6. 18 3月, 2009 1 次提交
    • T
      Merge · 9bfa2d9f
      tonyp 提交于
      9bfa2d9f
  7. 17 3月, 2009 2 次提交
  8. 16 3月, 2009 3 次提交
  9. 14 3月, 2009 5 次提交
  10. 13 3月, 2009 4 次提交
  11. 12 3月, 2009 2 次提交
  12. 10 3月, 2009 5 次提交
  13. 09 3月, 2009 2 次提交
    • T
      Merge · f31cc255
      tonyp 提交于
      f31cc255
    • T
      6797305: Add LoadUB and LoadUI opcode class · 2def9745
      twisti 提交于
      Summary: Add a LoadUB (unsigned byte) and LoadUI (unsigned int) opcode class so we have these load optimizations in the first place and do not need to handle them in the matcher.
      Reviewed-by: never, kvn
      2def9745
  14. 08 3月, 2009 3 次提交
  15. 07 3月, 2009 2 次提交
  16. 06 3月, 2009 2 次提交
  17. 05 3月, 2009 1 次提交
  18. 04 3月, 2009 2 次提交
  19. 03 3月, 2009 1 次提交
    • Y
      6797870: Add -XX:+{HeapDump,PrintClassHistogram}{Before,After}FullGC · 1e135fda
      ysr 提交于
      Summary: Call newly created CollectedHeap::dump_{pre,post}_full_gc before and after every stop-world full collection cycle on GenCollectedHeap and ParallelScavengeHeap. (Support for G1CollectedHeap forthcoming under CR 6810861.) Small modifications to existing heap dumping and class histogram implementation, especially to allow multiple on-the-fly histos/dumps by the VM thread during a single safepoint.
      Reviewed-by: jmasa, alanb, mchung
      1e135fda