src/java.base/share/classes/jdk/internal/org/objectweb/asm/Frame.java
changeset 47471 304ef03403b1
parent 47216 71c04702a3d5
child 47488 2af7932c2f6f
equal deleted inserted replaced
47470:359c604930af 47471:304ef03403b1
   190      * input stack map frame. The value of such types is a local variable index.
   190      * input stack map frame. The value of such types is a local variable index.
   191      */
   191      */
   192     private static final int LOCAL = 0x2000000;
   192     private static final int LOCAL = 0x2000000;
   193 
   193 
   194     /**
   194     /**
   195      * Kind of the the types that are relative to the stack of an input stack
   195      * Kind of the types that are relative to the stack of an input stack
   196      * map frame. The value of such types is a position relatively to the top of
   196      * map frame. The value of such types is a position relatively to the top of
   197      * this stack.
   197      * this stack.
   198      */
   198      */
   199     private static final int STACK = 0x3000000;
   199     private static final int STACK = 0x3000000;
   200 
   200