Module openj9.dtfj

Package com.ibm.dtfj.java


package com.ibm.dtfj.java
Classes to support Java™ runtime instances.
  • Interfaces
    Class
    Description
    Represents a Java class.
    Represents an internal ClassLoader structure within a Java VM instance.
    Represents a Java field declaration.
    Represents a heap of managed objects.
    Represents a point of execution within a Java method.
    Base interface inherited by JavaField and JavaMethod.
    Represents a method or constructor in a class.
    Represents a Java monitor (either an object monitor or a raw monitor).
    Represents a Java Object.
    Represents a Java reference.
    Represents a Java runtime.
    Represents a category of native memory allocated by the Java runtime.
    Represents a native memory range allocated by the Java Runtime.
    Represents a frame on a Java thread stack.
    Represents a Java thread.
    Represents the JavaVMInitArgs C structure passed to JNI_CreateJavaVM to create the Java runtime.
    Represents the JavaVMOption C structures passed to JNI_CreateJavaVM to create the VM.