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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Ddefines.h142 #define COM_PREFIX "com.sun.java.util.jar.pack." macro
143 #define UNPACK_MODIFICATION_TIME COM_PREFIX"unpack.modification.time"
144 #define DEBUG_VERBOSE COM_PREFIX"verbose"
149 #define UNPACK_LOG_FILE COM_PREFIX"unpack.log.file"
150 #define UNPACK_REMOVE_PACKFILE COM_PREFIX"unpack.remove.packfile"
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DUtils.java52 static final String COM_PREFIX = "com.sun.java.util.jar.pack."; field in class:Utils
63 static final String DEBUG_VERBOSE = Utils.COM_PREFIX+"verbose";
69 static final String DEBUG_DISABLE_NATIVE = COM_PREFIX+"disable.native";
76 static final String PACK_DEFAULT_TIMEZONE = COM_PREFIX+"default.timezone";
90 static final String UNPACK_MODIFICATION_TIME = COM_PREFIX+"unpack.modification.time";
98 static final String UNPACK_STRIP_DEBUG = COM_PREFIX+"unpack.strip.debug";
104 static final String UNPACK_REMOVE_PACKFILE = COM_PREFIX+"unpack.remove.packfile";
125 static final String PACK_KEEP_CLASS_ORDER = COM_PREFIX+"keep.class.order";
176 = Boolean.getBoolean(Utils.COM_PREFIX+"nolog");
H A DPackerImpl.java288 if ((ver = props.getInteger(Utils.COM_PREFIX+"min.class.majver")) != 0)
290 if ((ver = props.getInteger(Utils.COM_PREFIX+"min.class.minver")) != 0)
292 if ((ver = props.getInteger(Utils.COM_PREFIX+"max.class.majver")) != 0)
294 if ((ver = props.getInteger(Utils.COM_PREFIX+"max.class.minver")) != 0)
296 if ((ver = props.getInteger(Utils.COM_PREFIX+"package.minver")) != 0)
298 if ((ver = props.getInteger(Utils.COM_PREFIX+"package.majver")) != 0)
304 int opt = props.getInteger(Utils.COM_PREFIX+"archive.options");
603 if (props.getBoolean(Utils.COM_PREFIX+"strip.debug")) pkg.stripAttributeKind("Debug");
604 if (props.getBoolean(Utils.COM_PREFIX+"strip.compile")) pkg.stripAttributeKind("Compile");
605 if (props.getBoolean(Utils.COM_PREFIX
[all...]
H A DCodingChooser.java121 p200.getInteger(Utils.COM_PREFIX+"verbose.coding"));
123 = !p200.getBoolean(Utils.COM_PREFIX+"no.histogram");
125 = !p200.getBoolean(Utils.COM_PREFIX+"no.population.coding");
127 = !p200.getBoolean(Utils.COM_PREFIX+"no.adaptive.coding");
129 = p200.getInteger(Utils.COM_PREFIX+"stress.coding");
H A DBandStructure.java68 boolean optDumpBands = p200.getBoolean(Utils.COM_PREFIX+"dump.bands");
69 boolean optDebugBands = p200.getBoolean(Utils.COM_PREFIX+"debug.bands");
72 boolean optVaryCodings = !p200.getBoolean(Utils.COM_PREFIX+"no.vary.codings");
73 boolean optBigStrings = !p200.getBoolean(Utils.COM_PREFIX+"no.big.strings");
H A DDriver.java502 Utils.COM_PREFIX+"strip.debug", "--strip-debug",
H A DPopulationCoding.java483 p200.getBoolean(Utils.COM_PREFIX+"verbose.pop"));
H A DPackageWriter.java1331 && (!p200.getBoolean(Utils.COM_PREFIX+"invokedynamic")

Completed in 596 milliseconds