Searched refs:MINBIGSIZE (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DFixups.java78 private static final int MINBIGSIZE = 1; field in class:Fixups
80 private static int[] noBigDescs = {MINBIGSIZE};
93 if (bigSize == MINBIGSIZE) {
119 bigDescs[BIGSIZE] = MINBIGSIZE;

Completed in 279 milliseconds