src/java.base/share/classes/jdk/internal/org/objectweb/asm/Opcodes.java
changeset 53023 6879069d9d94
parent 52515 746df0ae4fe1
child 55382 30b1b7b4dd86
equal deleted inserted replaced
53022:ece620f32d2d 53023:6879069d9d94
    93     int V1_8 = 0 << 16 | 52;
    93     int V1_8 = 0 << 16 | 52;
    94     int V9 = 0 << 16 | 53;
    94     int V9 = 0 << 16 | 53;
    95     int V10 = 0 << 16 | 54;
    95     int V10 = 0 << 16 | 54;
    96     int V11 = 0 << 16 | 55;
    96     int V11 = 0 << 16 | 55;
    97     int V12 = 0 << 16 | 56;
    97     int V12 = 0 << 16 | 56;
       
    98     int V13 = 0 << 16 | 57;
    98 
    99 
    99     /**
   100     /**
   100       * Version flag indicating that the class is using 'preview' features.
   101       * Version flag indicating that the class is using 'preview' features.
   101       *
   102       *
   102       * <p>{@code version & V_PREVIEW == V_PREVIEW} tests if a version is flagged with {@code
   103       * <p>{@code version & V_PREVIEW == V_PREVIEW} tests if a version is flagged with {@code