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

/openjdk7/jdk/test/java/io/Serializable/resolveClass/consTest/
H A Drun.sh44 ${TESTJAVA}/bin/jar cf boot.jar *.class
46 ${TESTJAVA}/bin/javac -classpath boot.jar -d . ${TESTSRC}/Test.java
47 ${TESTJAVA}/bin/java -Xbootclasspath/a:boot.jar Test
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpEngineImpl.java112 private int boot = 0; field in class:SnmpEngineImpl
129 //We do the counter wrap in a lazt way. Each time Engine is asked for his time it checks. So if nobody use the Engine, the time can wrap and wrap again without incrementing nb boot. We can imagine that it is irrelevant due to the amount of time needed to wrap.
137 if(boot != 0x7FFFFFFF)
138 boot += 1;
140 storeNBBoots(boot);
170 * Gets the engine boot number. This is the number of time this engine has rebooted. Each time an <CODE>SnmpEngine</CODE> is instantiated, it will read this value in its Lcd, and store back the value incremented by one.
174 return boot;
239 "LOCAL ENGINE NB BOOTS: " + boot + " / " +
271 "LOCAL ENGINE NB BOOTS: " + boot + " / " +
301 "LOCAL ENGINE NB BOOTS: " + boot
328 storeNBBoots(int boot) argument
[all...]
/openjdk7/jdk/test/sun/security/provider/PolicyFile/getinstance/
H A Dgetinstance.sh76 if [ ! -d ${TESTCLASSES}${FS}boot ]; then
77 mkdir -p ${TESTCLASSES}${FS}boot
84 ${TESTJAVA}${FS}bin${FS}javac -d ${TESTCLASSES}${FS}boot \
86 ${TESTJAVA}${FS}bin${FS}javac -d ${TESTCLASSES}${FS}boot \
88 ${TESTJAVA}${FS}bin${FS}javac -d ${TESTCLASSES}${FS}boot \
90 ${TESTJAVA}${FS}bin${FS}javac -d ${TESTCLASSES}${FS}boot \
96 -Xbootclasspath/a:"${TESTCLASSES}${FS}boot" \
110 -classpath "${TESTCLASSES}${FS}boot${PS}${TESTCLASSES}${FS}app" \
/openjdk7/hotspot/agent/make/
H A Djdbcore.sh44 -J-Dsun.boot.library.path=$JAVA_HOME/jre/lib/$CPU:$SA_LIBPATH \
H A Djdbcore64.sh44 -J-Dsun.boot.library.path=$JAVA_HOME/jre/lib/$CPU:$SA_LIBPATH \
H A Djdbproc.sh43 -J-Dsun.boot.library.path=$JAVA_HOME/jre/lib/$CPU:$SA_LIBPATH \
H A Djdbproc64.sh42 -J-Dsun.boot.library.path=$JAVA_HOME/jre/lib/$CPU:$SA_LIBPATH \
/openjdk7/jdk/test/java/lang/instrument/BootClassPath/
H A DBootClassPathTest.sh58 # - outputs boot class path to boot.dir
61 BOOTDIR=`cat ${TESTCLASSES}/boot.dir`
/openjdk7/jdk/make/
H A DMakefile91 BOOTDIR.desc = JDK used to boot the build
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/resources/
H A Daliasmap570 alias sun.property.sun.boot.class.path // 1.5.0 b39
571 sun.boot.class.path // 1.4.1
572 alias sun.property.sun.boot.library.path // 1.5.0 b39
573 sun.boot.library.path // 1.4.1
/openjdk7/
H A DMakefile218 # Create boot image?
234 # Define variables to be used now for the boot jdk
244 # Use the supplied ALT_BOOTDIR as the boot
388 BOOTDIR.desc = JDK used to boot the build
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp159 _sun_boot_library_path = new SystemProperty("sun.boot.library.path", NULL, true);
162 _sun_boot_class_path = new SystemProperty("sun.boot.class.path", NULL, true);
279 // Constructs the system class path (aka boot class path) from the following
972 } else if (strcmp(key, "sun.boot.library.path") == 0) {

Completed in 36 milliseconds