diff src/share/vm/ci/ciEnv.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 137868b7aa6f
children d804e148cff8
line wrap: on
line diff
--- a/src/share/vm/ci/ciEnv.cpp	Fri Oct 05 13:37:08 2012 -0700
+++ b/src/share/vm/ci/ciEnv.cpp	Fri Oct 05 18:57:10 2012 -0700
@@ -1126,7 +1126,8 @@
       if (all_tiers) {
         log()->elem("method_not_compilable");
       } else {
-        log()->elem("method_not_compilable_at_tier");
+        log()->elem("method_not_compilable_at_tier level='%d'",
+                    current()->task()->comp_level());
       }
     }
     _compilable = new_compilable;