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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DInstruction.java94 /** A fake instruction at this pc whose next() will be at nextpc. */
95 public Instruction forceNextPC(int nextpc) { argument
96 int llength = nextpc - pc;

Completed in 32 milliseconds