Module openj9.dtfj

Class ClassGenerator

java.lang.Object
com.ibm.j9ddr.tools.ClassGenerator

public final class ClassGenerator extends Object
This class generates the same structure and pointer classes that would be created at runtime from a DDR blob. The purpose of this class is to produce class files that can be used to compile the hand-written Java code in DDR_VM.
  • Method Details

    • main

      public static void main(String... args)