2013-07-08 44 views

回答

1
  1. 使用-XX:+CITime。文檔中的-XX:-CITime表示該標誌在默認情況下處於禁用狀態。請嘗試使用-server -XX:+PrintCompilation標誌
  2. 標準輸出(System.out的)
  3. 輸出樣本:
Accumulated compiler times (for compiled methods only) 
------------------------------------------------ 
Total compilation time : 0.179 s 
Standard compilation : 0.128 s, Average : 0.004 
On stack replacement : 0.047 s, Average : 0.024 

檢查this article about JIT diagnostics

+1

謝謝,還有不錯的鏈接。對於未來的谷歌搜索引擎,輸出只在程序退出時發生 - 除非其他人知道如何定期強制輸出。 –