Searched refs:javah (Results 1 - 25 of 39) sorted by relevance

12

/openjdk7/langtools/test/tools/javah/compareTest/
H A DCompareTest.sh26 javah=${jdk}/bin/javah
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/langtools/src/share/classes/com/sun/tools/javah/
H A DInternalError.java26 package com.sun.tools.javah;
H A DMain.java26 package com.sun.tools.javah;
H A DJavahFileManager.java26 package com.sun.tools.javah;
37 * javah's implementation of JavaFileManager.
H A DNativeHeaderTool.java26 package com.sun.tools.javah; //javax.tools;
H A DJavahTool.java26 package com.sun.tools.javah;
/openjdk7/langtools/make/test/bootstrap/
H A Djavah.sh27 # @summary Verify the basic execution of the bootstrap javah tool.
33 ${TOPDIR}/dist/bootstrap/bin/javah -classpath . -d . HelloWorld
/openjdk7/langtools/test/tools/javah/
H A DT7185778.java27 * @summary javah error "Not a valid class name" on class names with dollar signs
47 int rc = com.sun.tools.javah.Main.run(args, null);
49 throw new Error("javah returned non zero: " + rc);
H A DVersionTest.java27 * @summary javah -version is broken
50 int rc = com.sun.tools.javah.Main.run(args, pw);
53 throw new Error("javah failed: rc=" + rc);
H A DTestHelpOpts.java27 * @summary javah help screen lists -h and -? but does not accept them
60 int rc = com.sun.tools.javah.Main.run(args, pw);
69 if (!flat.contains("Usage: javah [options] <classes> where [options] include:"))
H A DT6994608.java27 * @summary javah no longer accepts parameter files as input
59 int rc = com.sun.tools.javah.Main.run(args.toArray(new String[args.size()]), pw);
H A DT6893943.java27 * @summary exit code from javah with no args is 0
53 int rc = com.sun.tools.javah.Main.run(args, pw);
65 command.add(new File(new File(javaHome, "bin"), "javah").getPath());
85 throw new Exception("No output from javah");
89 throw new Exception("Unexpected output from javah");
/openjdk7/langtools/make/test/lib/
H A Djavah.sh27 # @summary Verify the basic execution of the javah classes in classes.jar.
38 com.sun.tools.javah.Main \
/openjdk7/jdk/make/common/internal/
H A DDefs-langtools.gmk42 com/sun/tools/javah \
/openjdk7/langtools/test/tools/javah/4942232/
H A DTest.java44 // standard use of javah on valid class file
52 // extended use of javah on valid source file
60 // javah on class file with missing referents
70 // javah on source file with missing referents
88 int rc = javah(args);
93 int javah(String... args) { method in class:Test
96 int rc = com.sun.tools.javah.Main.run(args, pw);
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A DMakefile56 @javah -classpath $(CLASSES_DIR) -jni sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal
63 @javah -classpath $(CLASSES_DIR) -jni sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal
70 @javah -classpath $(CLASSES_DIR) -jni sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal
77 @javah -classpath $(CLASSES_DIR) -jni sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DFactoryFinder.java145 String javah=System.getProperty( "java.home" );
146 String configFile = javah + File.separator +
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/
H A DFactoryFinder.java119 String javah=System.getProperty( "java.home" );
120 String configFile = javah + File.separator +
/openjdk7/hotspot/agent/src/os/bsd/
H A DMakefile28 JAVAH = ${JAVA_HOME}/bin/javah
/openjdk7/hotspot/agent/src/os/linux/
H A DMakefile28 JAVAH = ${JAVA_HOME}/bin/javah
/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DMakefile91 $(JAVA_HOME)/bin/javah -force Launcher
/openjdk7/langtools/test/tools/javah/T7126832/
H A DT7126832.java70 rc = com.sun.tools.javah.Main.run(args.toArray(new String[args.size()]), pw);
/openjdk7/jdk/make/common/shared/
H A DDefs-java.gmk49 # All java tools (javac, javah, and javadoc) run faster with certain java
154 # Needed for javah
167 JAVAH_JAR = $(LANGTOOLS_DIST)/bootstrap/lib/javah.jar
183 JAVAH_CMD = $(JAVA_TOOLS_DIR)/javah \
/openjdk7/langtools/test/
H A DMakefile216 jtreg apt javac javadoc javah javap: $(JPRT_CLEAN) jtreg-tests $(JPRT_ARCHIVE_BUNDLE) jtreg-summary
231 javah: JTREG_TESTDIRS = tools/javah
411 jtreg javac javadoc javah javap jtreg-tests jtreg-summary check-jtreg \
/openjdk7/jdk/make/launchers/
H A DMakefile65 $(call make-launcher, javah, com.sun.tools.javah.Main, , )

Completed in 5482 milliseconds

12