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

Examples of org.apache.kato.jvmti.javaruntime.model.DeferredReference


           
            if (refObj == null) {
              unresolvedReferences.add(position);
            }           
           
            obj.addValue(jf.getFieldID(), new DeferredReference(position));
          } else {
            obj.addValue(jf.getFieldID(),
                nreadReference(position));
          }
        }
View Full Code Here

TOP

Related Classes of org.apache.kato.jvmti.javaruntime.model.DeferredReference

Copyright © 2018 www.massapicom. 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.