Searched defs:etable (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java1593 public final List<Short[]> etable = new CountedList<>(Short[].class, 4); field in class:Indify.Code
1595 // etable[N] = (N)*{ startpc, endpc, handlerpc, catchtype }
1599 readInputs(in, etable, attrs);
1602 writeOutputs(out, stacks, locals, bytes.length, bytes, etable, attrs);

Completed in 36 milliseconds