< prev index next >

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

Print this page

        

*** 190,200 **** * input stack map frame. The value of such types is a local variable index. */ private static final int LOCAL = 0x2000000; /** ! * Kind of the types that are relative to the stack of an input stack * map frame. The value of such types is a position relatively to the top of * this stack. */ private static final int STACK = 0x3000000; --- 190,200 ---- * input stack map frame. The value of such types is a local variable index. */ private static final int LOCAL = 0x2000000; /** ! * Kind of the the types that are relative to the stack of an input stack * map frame. The value of such types is a position relatively to the top of * this stack. */ private static final int STACK = 0x3000000;
< prev index next >