1. 01 4月, 2009 2 次提交
  2. 31 3月, 2009 1 次提交
  3. 27 3月, 2009 3 次提交
  4. 26 3月, 2009 2 次提交
  5. 25 3月, 2009 3 次提交
  6. 24 3月, 2009 1 次提交
  7. 22 3月, 2009 1 次提交
  8. 21 3月, 2009 2 次提交
  9. 20 3月, 2009 1 次提交
  10. 19 3月, 2009 2 次提交
  11. 17 3月, 2009 2 次提交
  12. 16 3月, 2009 3 次提交
  13. 14 3月, 2009 3 次提交
  14. 13 3月, 2009 1 次提交
  15. 12 3月, 2009 1 次提交
  16. 10 3月, 2009 2 次提交
  17. 09 3月, 2009 1 次提交
    • 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
  18. 08 3月, 2009 3 次提交
  19. 07 3月, 2009 2 次提交
  20. 05 3月, 2009 1 次提交
  21. 04 3月, 2009 1 次提交
  22. 03 3月, 2009 2 次提交
    • 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
    • D
      6567360: 3/4 SIGBUS in jvmti RawMonitor magic check for unaligned bad monitor pointer · 174c98d9
      dcubed 提交于
      Summary: Change JvmtiEnvBase::is_valid() and JvmtiRawMonitor::is_valid() to fetch the _magic fields via Bytes::get_native_u[248]().
      Reviewed-by: coleenp, swamyv
      174c98d9