Package org.apache.kato.jvmti.javaruntime.model

Examples of org.apache.kato.jvmti.javaruntime.model.JStackFrame.addVariable()


      JLocalVariable jlv = new JLocalVariable();
      jlv.slot = slots[i2];
      long cpos = variablesIn.getStreamPosition();
      jlv.value = nreadReference(lvarReference[i2]);
      variablesIn.seek(cpos);
      jsf.addVariable(jlv);
    }

    t.addStackFrame(jsf);
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.