...
The verification process is automatically initiated unless the -Xverify:none
flag is specified on the command line. This noncompliant code example uses this flag to disable bytecode verification.
...
...
The verification process is automatically initiated unless the -Xverify:none
flag is specified on the command line. This noncompliant code example uses this flag to disable bytecode verification.
...