JDK-8191736 : replace javah w/ javac in jdk tests
  • Type: Bug
  • Component: other-libs
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-11-21
  • Updated: 2017-12-01
  • Resolved: 2017-11-22
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 10
10 b34Fixed
Related Reports
Relates :  
Relates :  
Description
javah is used in a few places:
./java/nio/channels/spi/SelectorProvider/inheritedChannel/Makefile:	$(JAVA_HOME)/bin/javah -force Launcher
./java/awt/JAWT/Makefile.cygwin:JAVAH =		$(TESTJAVA)/bin/javah
./java/awt/JAWT/JAWT.sh:JAVAH=${TESTJAVA}${FS}bin${FS}javah
./java/awt/JAWT/Makefile.unix:JAVAH =		$(TESTJAVA)/bin/javah