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

/openjdk7/jdk/test/tools/jar/
H A DJarEntryTime.java47 static void extractJar(File jarFile, boolean useExtractionTime) throws Throwable { argument
54 if (useExtractionTime) {
57 "-J-Dsun.tools.jar.useExtractionTime=true",
/openjdk7/jdk/src/share/classes/sun/tools/jar/
H A DMain.java88 private static final boolean useExtractionTime = field in class:Main
89 Boolean.getBoolean("sun.tools.jar.useExtractionTime");
852 return ((e == null || useExtractionTime) ? false : super.add(e));
973 if (!useExtractionTime) {

Completed in 53 milliseconds