Module openj9.dtfj

Class ByteCodeDumper


  • public class ByteCodeDumper
    extends Object
    • Field Detail

      • BCT_ERR_NO_ERROR

        public static int BCT_ERR_NO_ERROR
    • Constructor Detail

      • ByteCodeDumper

        public ByteCodeDumper()
    • Method Detail

      • dumpBytecodes

        public static IDATA dumpBytecodes​(PrintStream out,
                                          com.ibm.j9ddr.vm29.pointer.generated.J9ROMClassPointer romClass,
                                          com.ibm.j9ddr.vm29.pointer.generated.J9ROMMethodPointer romMethod,
                                          U32 flags)
                                   throws Exception
        Throws:
        Exception