hotspot/src/share/vm/opto/compile.cpp
changeset 39431 cb1b2538c4b2
parent 39419 cc993a4ab581
child 40040 7644f470d923
--- a/hotspot/src/share/vm/opto/compile.cpp	Wed Jun 15 09:46:15 2016 +0200
+++ b/hotspot/src/share/vm/opto/compile.cpp	Mon Jun 20 08:11:22 2016 -0400
@@ -778,7 +778,7 @@
     }
     if (failing())  return;
     if (cg == NULL) {
-      record_method_not_compilable_all_tiers("cannot parse method");
+      record_method_not_compilable("cannot parse method");
       return;
     }
     JVMState* jvms = build_start_state(start(), tf());