Module openj9.dtfj

Class GeneratedClassDebugging


  • public class GeneratedClassDebugging
    extends Object
    Utility functions for debugging generated classes
    • Constructor Detail

      • GeneratedClassDebugging

        public GeneratedClassDebugging()
    • Method Detail

      • dumpClass

        public static void dumpClass​(Class<?> clazz)
        Dumps the fields and methods of a class to the console. Similar to javap
        Parameters:
        clazz -