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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCodingChooser.java205 private int bestZipSize; field in class:CodingChooser
221 this.bestZipSize = Integer.MAX_VALUE;
307 int zipSize1 = bestZipSize;
324 bestZipSize = regularChoice.zipSize;
351 Utils.log.info("chooser: plain result="+bestChoice+" after "+bestChoice.searchOrder+" rounds, "+(regularChoice.zipSize-bestZipSize)+" fewer bytes than regular "+regular);
372 sizes[ZIP_SIZE] = bestZipSize;
376 (zipSize1-bestZipSize)+
378 "; win="+pct(zipSize1-bestZipSize, zipSize1));
502 boolean better = (zipSize < bestZipSize);
507 pct(bestZipSize
[all...]

Completed in 1407 milliseconds