diff agent/src/share/classes/sun/jvm/hotspot/opto/JVMState.java @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 183bd5c00828
children 52b4284cb496
line wrap: on
line diff
--- a/agent/src/share/classes/sun/jvm/hotspot/opto/JVMState.java	Tue Apr 01 14:09:03 2014 +0200
+++ b/agent/src/share/classes/sun/jvm/hotspot/opto/JVMState.java	Tue Apr 01 13:57:07 2014 +0200
@@ -88,10 +88,6 @@
     return (int)bciField.getValue(getAddress());
   }
 
-  public int depth() {
-    return (int)depthField.getValue(getAddress());
-  }
-
   public JVMState caller() {
     return create(callerField.getValue(getAddress()));
   }