Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The default behaviour of the jvm is to fall back to the old verifier if the new verifier fails (e.g because the stackmaptable attribute is invalid). This can lead to confusing messages that the bytecode at index of wide is invalid. The jvm has an option to disable this behaviour.

Code Block
java -XX:-FailOverToOldVerifier -XX:+TailCalls GeneratelassGeneratedClass

Implementation

e
... more to come.

...