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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DFixups.java345 int thisLoc = descLoc(thisDesc);
347 if (thisLoc < prevLoc + prevLen)
348 badOverlap(thisLoc);
362 private void badOverlap(int thisLoc) { argument
363 throw new IllegalArgumentException("locs must be ascending and must not overlap: "+thisLoc+" >> "+this);

Completed in 43 milliseconds