Searched refs:jdk (Results 1 - 25 of 77) sorted by relevance

1234

/openjdk7/langtools/test/tools/javah/compareTest/
H A DCompareTest.sh25 jdk=${1:-/opt/jdk/1.6.0}
26 javah=${jdk}/bin/javah
27 rtjar=${jdk}/jre/lib/rt.jar
31 /opt/jdk/1.7.0/bin/javac -classpath build/classes -d build/compareTest test/tools/javah/compareTest/*.java
34 /opt/jdk/1.7.0/bin/java -classpath build/compareTest:build/classes CompareTest $javah $rtjar 2>&1 | tee CompareTest.out
40 /opt/jdk/1.7.0/bin/java -classpath compareTest:build/classes CompareTest $javah $rtjar $i
/openjdk7/hotspot/agent/test/jdi/
H A Dsasanity.sh32 echo "usage: ./sasanity.sh <jdk>"
33 echo "<jdk> is the 1.5 j2se directory against which you want to run sanity check"
45 jdk=$1
53 javacp=$jdk/lib/sa-jdi.jar:./workdir
57 $jdk/bin/javac -d ./workdir -classpath $javacp SASanityChecker.java
64 $jdk/bin/javac -g -classpath -d $workdir sagtarg.java
72 $jdk/bin/java $* sagtarg > $tmp &
79 $jdk/bin/java -showversion ${OPTIONS} -classpath $javacp $* SASanityChecker $pid
H A Dmultivm.sh31 Usage: multivm.sh <jdk-pathname> <pid1> <pid2>
41 jdk=$1
42 javacp="$jdk/lib/sa-jdi.jar:$classesDir:$jdk/lib/tools.jar:$jdk/classes:./workdir"
46 $jdk/bin/javac -d ./workdir -classpath $javacp sagdoit.java
52 $jdk/bin/javac -d ./workdir -classpath $javacp multivm.java
58 $jdk/bin/java -Dsun.jvm.hotspot.jdi.ConnectorImpl.DEBUG -Dsun.jvm.hotspot.jdi.SAJDIClassLoader.DEBUG -Djava.class.path=$javacp multivm $2 $3
H A Drunjdb.sh36 Usage: runjdb.sh corefile -jdk jdk-pathname -sa sa-pathname
41 jdk=
50 -jdk)
51 jdk=$2
87 if [ -z "$jdk" ] ; then
88 echo "Error: -jdk jdk-pathname is required"
102 $jdk/bin/jdb -J-Xbootclasspath/a:$sa -connect \
103 sun.jvm.hotspot.jdi.SACoreAttachingConnector:core=$args,javaExecutable=$jdk/bi
[all...]
H A Dserialvm.sh31 Usage: serialvm.sh <jdk-pathname> <pid1> <pid2>
41 jdk=$1
42 javacp="$jdk/lib/sa-jdi.jar:$classesDir:$jdk/lib/tools.jar:$jdk/classes:./workdir"
46 $jdk/bin/javac -d ./workdir -classpath $javacp sagdoit.java
52 $jdk/bin/javac -d ./workdir -classpath $javacp serialvm.java
58 $jdk/bin/java -Dsun.jvm.hotspot.jdi.ConnectorImpl.DEBUG -Dsun.jvm.hotspot.jdi.SAJDIClassLoader.DEBUG -Djava.class.path=$javacp serialvm $2 $3
H A Drunjpda.sh33 # jdk is a jdk with the vm from the sa workspace
42 -jdk)
43 jdk=$2
74 args="$jdk/bin/java $1"
84 CLASSPATH=$jdk/classes:$jdk/lib/tools.jar:$workdir
87 $jdk/bin/javac -g -source 1.5 -classpath $jdk/classes:$jdk/li
[all...]
H A Drunsa.sh27 # This jdk must be hopper or better; it must have the
29 jdk=/java/re/jdk/1.4.1/promoted/latest/binaries/solaris-sparc
30 #jdk=/net/mmm/export/mmm/jdk1.4fcs.sa
36 Usage: runsa.sh [-jdk <jdk-pathname>] [-jdb] [ -jdbx ] [ -d64 ] [ -remote ] [ pid | corefile | debugserver ]
38 -jdk means to use that jdk. Default is 1.4.1/latest.
67 -jdk)
68 jdk
[all...]
/openjdk7/make/
H A Djdk-rules.gmk84 $(JDK_JAVA_EXE):: jdk-build
86 jdk: jdk-build
87 jdk-build:
88 @$(call MakeStart,jdk,$(JDK_BUILD_TARGETS))
91 @$(call MakeFinish,jdk,$(JDK_BUILD_TARGETS))
93 jdk-clobber::
94 @$(call MakeStart,jdk,$(JDK_CLOBBER_TARGETS))
97 @$(call MakeFinish,jdk,$(JDK_CLOBBER_TARGETS))
99 jdk
[all...]
/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DCollectionUsageThresholdConcMarkSweepGC.sh35 #Set appropriate jdk
38 jdk="$TESTJAVA"
40 echo "--Error: TESTJAVA must be defined as the pathname of a jdk to test."
H A DCollectionUsageThresholdParallelGC.sh34 #Set appropriate jdk
37 jdk="$TESTJAVA"
39 echo "--Error: TESTJAVA must be defined as the pathname of a jdk to test."
H A DCollectionUsageThresholdSerialGC.sh34 #Set appropriate jdk
37 jdk="$TESTJAVA"
39 echo "--Error: TESTJAVA must be defined as the pathname of a jdk to test."
H A DLowMemoryTestConcMarkSweepGC.sh34 #Set appropriate jdk
37 jdk="$TESTJAVA"
39 echo "--Error: TESTJAVA must be defined as the pathname of a jdk to test."
H A DLowMemoryTestParallelGC.sh34 #Set appropriate jdk
37 jdk="$TESTJAVA"
39 echo "--Error: TESTJAVA must be defined as the pathname of a jdk to test."
H A DLowMemoryTestSerialGC.sh34 #Set appropriate jdk
37 jdk="$TESTJAVA"
39 echo "--Error: TESTJAVA must be defined as the pathname of a jdk to test."
H A DMemoryManagementConcMarkSweepGC.sh34 #Set appropriate jdk
37 jdk="$TESTJAVA"
39 echo "--Error: TESTJAVA must be defined as the pathname of a jdk to test."
H A DMemoryManagementParallelGC.sh34 #Set appropriate jdk
37 jdk="$TESTJAVA"
39 echo "--Error: TESTJAVA must be defined as the pathname of a jdk to test."
H A DMemoryManagementSerialGC.sh34 #Set appropriate jdk
37 jdk="$TESTJAVA"
39 echo "--Error: TESTJAVA must be defined as the pathname of a jdk to test."
H A DMemoryTestAllGC.sh34 #Set appropriate jdk
37 jdk="$TESTJAVA"
39 echo "--Error: TESTJAVA must be defined as the pathname of a jdk to test."
H A DPendingAllGC.sh34 #Set appropriate jdk
37 jdk="$TESTJAVA"
39 echo "--Error: TESTJAVA must be defined as the pathname of a jdk to test."
/openjdk7/jdk/make/common/
H A DRelease-macosx.gmk32 JDK_BUNDLE_DIR = $(ABS_OUTPUTDIR)/j2sdk-bundle/jdk$(JDK_VERSION).jdk/Contents
34 JDK_SERVER_BUNDLE_DIR = $(ABS_OUTPUTDIR)/j2sdk-server-bundle/jdk$(JDK_VERSION).jdk/Contents
41 BUNDLE_ID_JDK ?= $(BUNDLE_ID).jdk
58 jdk-bundle-setup:
68 jdk-bundle-files:
75 jdk-server-bundle-files:
82 EXTRA_IMAGE_TARGETS += jre-bundle-setup jdk-bundle-setup jre-bundle-files jdk
[all...]
/openjdk7/jdk/test/com/sun/management/HotSpotDiagnosticMXBean/
H A DDumpHeap.sh35 #Set appropriate jdk
38 jdk="$TESTJAVA"
40 echo "--Error: TESTJAVA must be defined as the pathname of a jdk to test."
/openjdk7/jdk/test/com/sun/jdi/
H A DJdbArgTest.sh51 #Set appropriate jdk
54 jdk="$TESTJAVA"
56 echo "--Error: TESTJAVA must be defined as the pathname of a jdk to test."
/openjdk7/jdk/test/com/sun/management/UnixOperatingSystemMXBean/
H A DGetMaxFileDescriptorCount.sh33 #Set appropriate jdk
36 jdk="$TESTJAVA"
38 echo "--Error: TESTJAVA must be defined as the pathname of a jdk to test."
H A DGetOpenFileDescriptorCount.sh33 #Set appropriate jdk
36 jdk="$TESTJAVA"
38 echo "--Error: TESTJAVA must be defined as the pathname of a jdk to test."
/openjdk7/jdk/test/java/lang/management/RuntimeMXBean/
H A DTestInputArgument.sh34 #Set appropriate jdk
37 jdk="$TESTJAVA"
39 echo "--Error: TESTJAVA must be defined as the pathname of a jdk to test."

Completed in 96 milliseconds

1234