diff src/share/vm/c1/c1_ValueStack.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 96d2c94bbdd0
children
line wrap: on
line diff
--- a/src/share/vm/c1/c1_ValueStack.hpp	Tue Apr 01 14:09:03 2014 +0200
+++ b/src/share/vm/c1/c1_ValueStack.hpp	Tue Apr 01 13:57:07 2014 +0200
@@ -75,7 +75,7 @@
 
   void set_caller_state(ValueStack* s)           {
     assert(kind() == EmptyExceptionState ||
-           (Compilation::current()->env()->should_retain_local_variables() && kind() == ExceptionState),
+           (Compilation::current()->env()->jvmti_can_access_local_variables() && kind() == ExceptionState),
            "only EmptyExceptionStates can be modified");
     _caller_state = s;
   }