Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8218995

Deprecate the -XX:FailOverToOldVerifier option

XMLWordPrintable

    • b10

      The FailOverToOldVerifier option affects whether or not class file version 50 class files can get verified by the inference verifier if they failed verification with the split verifier.

      The default value for FailOverToOldVerifier is TRUE, meaning that class file version 50 class files can failover to the inference verifier.

      It is doubtful that anyone runs with FailOverToOldVerifier set to FALSE. So the option should be deprecated, always allowing class file version 50 class files to failover.

      The option was initially added to help byte code emitters test adding support for stack maps in class files.

            hseigel Harold Seigel (Inactive)
            hseigel Harold Seigel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: