comparison src/share/vm/opto/compile.cpp @ 6843:c3e799c37717

7177003: C1: LogCompilation support Summary: add LogCompilation support in C1 - both client and tiered mode. Reviewed-by: twisti, kvn
author vlivanov
date Fri, 05 Oct 2012 18:57:10 -0700
parents e626685e9f6c
children 8e47bac5643a
comparison
equal deleted inserted replaced
6830:81e878c53615 6843:c3e799c37717
826 compiler, 826 compiler,
827 env()->comp_level(), 827 env()->comp_level(),
828 has_unsafe_access(), 828 has_unsafe_access(),
829 SharedRuntime::is_wide_vector(max_vector_size()) 829 SharedRuntime::is_wide_vector(max_vector_size())
830 ); 830 );
831
832 if (log() != NULL) // Print code cache state into compiler log
833 log()->code_cache_state();
831 } 834 }
832 } 835 }
833 836
834 //------------------------------Compile---------------------------------------- 837 //------------------------------Compile----------------------------------------
835 // Compile a runtime stub 838 // Compile a runtime stub