hotspot/src/share/vm/jvmci/jvmciEnv.cpp
changeset 37296 613278eb2a1e
parent 37248 11a660dbbb8e
parent 37286 67b04a68b881
child 38133 78b95467b9f1
--- a/hotspot/src/share/vm/jvmci/jvmciEnv.cpp	Fri Apr 08 01:00:10 2016 -0400
+++ b/hotspot/src/share/vm/jvmci/jvmciEnv.cpp	Fri Apr 08 12:36:27 2016 -0400
@@ -437,7 +437,7 @@
       stringStream st(buffer, O_BUFLEN);
       deps.print_dependency(witness, true, &st);
       *failure_detail = st.as_string();
-      if (env == NULL || counter_changed) {
+      if (env == NULL || counter_changed || deps.type() == Dependencies::evol_method) {
         return JVMCIEnv::dependencies_failed;
       } else {
         // The dependencies were invalid at the time of installation