Class DebugChecks


  • public class DebugChecks
    extends java.lang.Object
    Check invariants and information consistency for blocks, instructions, registers, SSA variables. These checks are very expensive and executed only in tests.
    • Constructor Detail

      • DebugChecks

        public DebugChecks()
    • Method Detail

      • runChecksAfterVisitor

        public static void runChecksAfterVisitor​(MethodNode mth,
                                                 java.lang.String visitor)
      • checkMethod

        public static void checkMethod​(MethodNode mth)