< prev index next >

src/java.base/share/classes/jdk/internal/org/objectweb/asm/Constants.java

Print this page
*** 248,7 ***
          if (minorVersion != 0xFFFF) {
              throw new IllegalStateException(
                      "ASM9_EXPERIMENTAL can only be used by classes compiled with --enable-preview");
          }
      }
! }
- 
--- 248,6 ---
          if (minorVersion != 0xFFFF) {
              throw new IllegalStateException(
                      "ASM9_EXPERIMENTAL can only be used by classes compiled with --enable-preview");
          }
      }
! }
< prev index next >