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

Examples of org.apache.kato.jvmti.javaruntime.model.JClassLoader.addClass()


    // add all of the classes loaded by this classloader.
    for (int i=0; i < classesCount; i++) {
      long classPos = classesRef[i];
     
      if (classPos != CJVMTI_NULL_OBJECT) {
        jcl.addClass(nreadClass(classPos));
      }
    }   
   
    return jcl;
  }
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.