Searched refs:JDK (Results 1 - 14 of 14) sorted by relevance

/openjdk7/langtools/test/com/sun/javadoc/testIndex/pkg/
H A DC.java28 //Test that Java appears before JDK in the index. The fact
31 public static final String JDK = "1.5"; field in class:C
/openjdk7/hotspot/src/os/posix/launcher/
H A Dlauncher.script98 JDK=
102 JDK=${ALT_JAVA_HOME%%/jre};
105 if [ "${JDK}" = "" ]; then
106 echo Failed to find JDK. ALT_JAVA_HOME is not set or ./jdkpath.sh is empty or not found.
115 JRE=$JDK/jre
116 JAVA_HOME=$JDK
/openjdk7/jdk/make/common/
H A DRelease-macosx.gmk72 $(SED) -e "s/@@ID@@/$(BUNDLE_ID_JDK)/g" -e "s/@@NAME@@/$(BUNDLE_NAME_JDK)/g" -e "s/@@INFO@@/$(BUNDLE_INFO_JDK)/g" -e "s/@@PLATFORM_VERSION@@/$(BUNDLE_PLATFORM_VERSION)/g" -e "s/@@VERSION@@/$(BUNDLE_VERSION)/g" -e "s/@@VENDOR@@/$(BUNDLE_VENDOR)/g" < $(MACOSX_SRC)/bundle/JDK-Info.plist > $(JDK_BUNDLE_DIR)/Info.plist
79 $(SED) -e "s/@@ID@@/$(BUNDLE_ID_JDK)/g" -e "s/@@NAME@@/$(BUNDE_NAME_JDK)/g" -e "s/@@INFO@@/$(BUNDLE_INFO_JDK)/g" -e "s/@@PLATFORM_VERSION@@/$(BUNDLE_PLATFORM_VERSION)/g" -e "s/@@VERSION@@/$(BUNDLE_VERSION)/g" -e "s/@@VENDOR@@/$(BUNDLE_VENDOR)/g" < $(MACOSX_SRC)/bundle/JDK-Info.plist > $(JDK_SERVER_BUNDLE_DIR)/Info.plist
H A DRelease.gmk60 # with a new module system (being discussed for JDK 8).
520 # Attach library is JDK only
534 # JDK files
958 # JDK Image
1008 # Java DB image. Move the Java DB demo directory into the JDK's demo
1017 $(CP) $(ABS_DB_PATH)/README-JDK.html $(JDK_IMAGE_DIR)/db
1020 $(CP) $(ABS_DB_PATH)/README-JDK-DEMOS.html $(DEMODIR)/db/
1035 @# Copy in the jars in lib that only belong in the JDK
1376 @$(ECHO) "JDK Image Comparison to version $(PREVIOUS_JDK_VERSION)"
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A DREADME.txt38 It was added to the sun.tools.hprof.Tracker in JDK 5.0 FCS, then
107 * Sources in the JDK workspace
/openjdk7/jdk/make/
H A DMakefile27 # Makefile for building and packaging all of the JDK and the JRE. See
53 Makefile for the main JDK workspace. \n\
62 all -- build the core JDK (default target) \n\
67 fastdebug -- build the core JDK in 'fastdebug' mode (-g -O) \n\
68 debug -- build the core JDK in 'debug' mode (-g) \n\
71 docs -- run javadoc to generate the JDK documentation \n\
91 BOOTDIR.desc = JDK used to boot the build
96 JDK_IMPORT_PATH.desc = JDK used to import components of the build
179 \t builds or previous release JDK builds will work. \n\
218 # Rules to re-import VM and other JDK file
[all...]
/openjdk7/hotspot/make/
H A DMakefile33 # tools, and obeys the ALT_* variable settings used by the other JDK
42 # ALT_BOOTDIR Previous JDK home directory for javac compiler
45 # ALT_JDK_IMPORT_PATH Current JDK build (only for create_jdk rules)
46 # ALT_JDK_TARGET_IMPORT_PATH Current JDK build when cross-compiling
51 # JDK_VERSION Current JDK version (e.g. 1.6.0)
52 # PREVIOUS_JDK_VERSION Previous (bootdir) JDK version (e.g. 1.5.0)
58 # JDK_MKTG_VERSION Marketing JDK version (e.g. 6.0)
95 # JDK directory list
448 # Create JDK and place this build into it
542 @$(ECHO) "create_jdk: Create JDK imag
[all...]
/openjdk7/
H A DMakefile360 Makefile for the JDK builds (all the JDK). \n\
367 all -- build the core JDK (default target) \n\
371 fastdebug_build -- build the core JDK in 'fastdebug' mode (-g -O) \n\
372 debug_build -- build the core JDK in 'debug' mode (-g) \n\
388 BOOTDIR.desc = JDK used to boot the build
389 JDK_IMPORT_PATH.desc = JDK used to import components of the build
464 \t builds or previous release JDK builds will work. \n\
/openjdk7/hotspot/make/windows/
H A Dbuild.bat113 echo bootstrap_dir is a full path to a JDK in which bin/java
H A Dcreate.bat206 echo The HotSpotJDKDist defines the JDK that should be used when running the JVM.
/openjdk7/jdk/src/share/classes/java/io/
H A DStreamTokenizer.java218 * @deprecated As of JDK version 1.1, the preferred way to tokenize an
/openjdk7/jdk/test/java/security/cert/CertPathBuilder/selfIssued/
H A DREADME33 directory outside of JDK workspace.
/openjdk7/jdk/test/java/security/cert/CertPathValidator/indirectCRL/
H A DREADME31 directory outside of JDK workspace.
/openjdk7/jdk/test/sun/security/provider/certpath/DisabledAlgorithms/
H A DREADME31 directory outside of JDK workspace.

Completed in 94 milliseconds