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

/openjdk7/hotspot/agent/make/
H A Dsaenv64.sh58 OPTIONS="-Dsa.library.path=$SA_LIBPATH -Dsun.jvm.hotspot.debugger.useProcDebugger"
65 OPTIONS="-Dsun.jvm.hotspot.runtime.VM.disableVersionCheck ${OPTIONS}"
75 OPTIONS="-Dsun.jvm.hotspot.typedb=$SA_TYPEDB ${OPTIONS}"
78 OPTIONS="-Djava.system.class.loader=sun.jvm.hotspot.SALauncherLoader ${OPTIONS}"
80 SA_JAVA_CMD="$SA_PREFIX_CMD $SA_JAVA -d64 -showversion ${OPTIONS} -cp $SA_CLASSPATH $SA_OPTIONS"
H A Dsaenv.sh39 OPTIONS="-Dsa.library.path=$SA_LIBPATH"
43 OPTIONS="-Dsa.library.path=$SA_LIBPATH"
47 OPTIONS="-Dsa.library.path=$SA_LIBPATH"
62 OPTIONS="-Dsa.library.path=$SA_LIBPATH -Dsun.jvm.hotspot.debugger.useProcDebugger"
67 OPTIONS="-Dsun.jvm.hotspot.runtime.VM.disableVersionCheck ${OPTIONS}"
78 OPTIONS="-Dsun.jvm.hotspot.typedb=$SA_TYPEDB ${OPTIONS}"
81 OPTIONS="-Djava.system.class.loader=sun.jvm.hotspot.SALauncherLoader ${OPTIONS}"
[all...]
H A Dstart-debug-server-proc.sh34 $STARTDIR/java -classpath $CP ${OPTIONS} -Djava.rmi.server.codebase=file://$CP -Djava.security.policy=${STARTDIR}/grantAll.policy sun.jvm.hotspot.DebugServer $*
H A Dstart-debug-server-proc64.sh34 $SA_JAVA -d64 -classpath $CP ${OPTIONS} -Djava.rmi.server.codebase=file:/$CP -Djava.security.policy=$STARTDIR\/grantAll.policy sun.jvm.hotspot.DebugServer $*
H A Dsaenv.bat46 set OPTIONS=-Dsun.jvm.hotspot.debugger.useWindbgDebugger variable
47 set OPTIONS=-Dsun.jvm.hotspot.debugger.windbg.imagePath="%PATH%" %OPTIONS% variable
48 set OPTIONS=-Dsun.jvm.hotspot.debugger.windbg.sdkHome="%WINDBG_HOME%" %OPTIONS% variable
51 set OPTIONS="-Dsun.jvm.hotspot.runtime.VM.disableVersionCheck %OPTIONS%" variable
54 set SA_JAVA_CMD=%SA_JAVA% -showversion -cp %SA_CLASSPATH% -Djava.library.path=%SA_LIBPATH% %OPTIONS%
H A Dsaenv64.bat51 set OPTIONS=-Dsun.jvm.hotspot.debugger.useWindbgDebugger variable
52 set OPTIONS=-Dsun.jvm.hotspot.debugger.windbg.imagePath="%PATH%" %OPTIONS% variable
53 set OPTIONS=-Dsun.jvm.hotspot.debugger.windbg.sdkHome="%WINDBG_HOME%" %OPTIONS% variable
56 set OPTIONS="-Dsun.jvm.hotspot.runtime.VM.disableVersionCheck %OPTIONS%" variable
60 set SA_JAVA_CMD=%SA_JAVA% -showversion -cp %SA_CLASSPATH% -Djava.library.path=.%SA_LIBPATH% %OPTIONS%
H A Dstart-debug-server-windbg.bat39 %SA_JAVA% -classpath %SA_CLASSPATH% -Djava.rmi.server.codebase=file:/%SA_CLASSPATH% -Djava.security.policy=grantAll.policy -Djava.library.path=%SA_LIBPATH% %OPTIONS% sun.jvm.hotspot.DebugServer %1 %2 %3 %4 %5 %6 %7 %8 %9
H A Dstart-debug-server-windbg64.bat39 %SA_JAVA% -classpath %SA_CLASSPATH% -Djava.rmi.server.codebase=file:/%SA_CLASSPATH% -Djava.security.policy=grantAll.policy -Djava.library.path=%SA_LIBPATH% %OPTIONS% sun.jvm.hotspot.DebugServer %1 %2 %3 %4 %5 %6 %7 %8 %9
/openjdk7/hotspot/agent/test/jdi/
H A Djstack.sh29 OPTIONS="-Dsun.jvm.hotspot.debugger.useProcDebugger"
32 $JAVA_HOME/bin/java -showversion ${OPTIONS} -classpath $JAVA_HOME/lib/sa-jdi.jar sun.jvm.hotspot.tools.StackTrace $*
H A Djstack64.sh26 OPTIONS="-Dsun.jvm.hotspot.debugger.useProcDebugger"
28 $JAVA_HOME/bin/java -d64 -showversion ${OPTIONS} -classpath $JAVA_HOME/lib/sa-jdi.jar sun.jvm.hotspot.tools.StackTrace $*
H A Dsasanity.sh50 OPTIONS="-Dsun.jvm.hotspot.debugger.useProcDebugger"
79 $jdk/bin/java -showversion ${OPTIONS} -classpath $javacp $* SASanityChecker $pid
/openjdk7/hotspot/agent/test/libproc/
H A Dlibproctest.sh62 OPTIONS="-Djava.library.path=$STARTDIR/../src/os/solaris/proc/`uname -p`:$STARTDIR/../solaris/`uname -p` -Dsun.jvm.hotspot.debugger.useProcDebugger"
65 $SA_JAVA -showversion ${OPTIONS} -cp $STARTDIR/../../build/classes::$STARTDIR/../sa.jar:$STARTDIR LibprocClient x core.$pid
H A Dlibproctest64.sh61 OPTIONS="-Djava.library.path=$STARTDIR/../src/os/solaris/proc/sparcv9:$STARTDIR/../solaris/sparcv9 -Dsun.jvm.hotspot.debugger.useProcDebugger"
64 $SA_JAVA -d64 -showversion ${OPTIONS} -cp $STARTDIR/../../build/classes::$STARTDIR/../sa.jar:$STARTDIR LibprocClient x core.$pid
/openjdk7/jdk/src/share/classes/sun/net/idn/
H A DStringPrep.java132 private static final int OPTIONS = 7; /* Bit set of options to turn on in the profile */ field in class:StringPrep
226 doNFKC = ((indexes[OPTIONS] & NORMALIZATION_ON) > 0);
227 checkBiDi = ((indexes[OPTIONS] & CHECK_BIDI_ON) > 0);
233 ((indexes[OPTIONS] & NORMALIZATION_ON) > 0) /* normalization turned on*/
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DLint.java175 OPTIONS("options"), enum constant in enum:Lint.LintCategory
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintJob.java837 int OPTIONS = 0x2;
852 pFlags |= OPTIONS;
885 if ((pFlags & OPTIONS) != 0) {
903 if ((pFlags & OPTIONS) != 0) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DJavaCompiler.java380 if (options.isUnset(XLINT_CUSTOM, "-" + LintCategory.OPTIONS.option)) {
383 log.warning(LintCategory.OPTIONS, "source.no.bootclasspath", source.name);
815 options.put(XLINT_CUSTOM + "-" + LintCategory.OPTIONS.option, "true");
816 options.remove(XLINT_CUSTOM + LintCategory.OPTIONS.option);
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java1540 int OPTIONS = 0x2;
1554 pFlags |= OPTIONS;
1586 if ((pFlags & OPTIONS) != 0) {
1606 if ((pFlags & OPTIONS) != 0) {
/openjdk7/jdk/make/common/
H A DDefs.gmk544 $(DEFINES) $(OPTIONS:%=-D%)

Completed in 109 milliseconds