Class VerifiedBytecode


  • public final class VerifiedBytecode
    extends Object
    Verified bytecode.
    Since:
    0.15.0
    • Constructor Detail

      • VerifiedBytecode

        public VerifiedBytecode​(byte[] code)
        Constructor.
        Parameters:
        code - Bytecode to verify.
    • Method Detail

      • verify

        public void verify()
        Verifies the bytecode.
        Throws:
        IllegalStateException - If the bytecode is invalid.