hotspot/src/share/vm/ci/ciEnv.cpp
changeset 13974 791cba24758f
parent 13952 e3cf184080bc
parent 13964 01a2b863cc61
child 14391 df0a1573d5bd
--- a/hotspot/src/share/vm/ci/ciEnv.cpp	Tue Oct 09 10:09:34 2012 -0700
+++ b/hotspot/src/share/vm/ci/ciEnv.cpp	Fri Oct 12 09:22:52 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;