hotspot/src/share/vm/ci/ciEnv.cpp
changeset 13964 01a2b863cc61
parent 13883 6979b9850feb
child 13974 791cba24758f
--- a/hotspot/src/share/vm/ci/ciEnv.cpp	Fri Oct 05 13:37:08 2012 -0700
+++ b/hotspot/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;