RFR: 8182758: Remove the Native-Header Generation Tool (javah)

Kumar Srinivasan kumar.x.srinivasan at oracle.com
Wed Dec 13 22:29:16 UTC 2017


Looks good.

Kumar

On 12/13/2017 1:43 PM, Jonathan Gibbons wrote:
> Minor tweak to the previous round: a dangling reference to javah was 
> removed from the doc comment in the jdk.compiler module-info (line 30).
>
> http://cr.openjdk.java.net/~jjg/8182758/webrev.01/src/jdk.compiler/share/classes/module-info.java.sdiff.html 
>
>
> Updated webrev: http://cr.openjdk.java.net/~jjg/8182758/webrev.01/
>
> -- Jon
>
> On 11/09/2017 03:42 PM, Jonathan Gibbons wrote:
>> Please review a fix to remove the javah tool, as previously advertised
>> in JDK-8152360. (The replacement is to use the javac -h option.)
>>
>> Not surprisingly, most of this is removing code, with just a couple 
>> of src/
>> files being modified, as well as some tests.
>>
>> JBS: https://bugs.openjdk.java.net/browse/JDK-8182758
>> Webrev: http://cr.openjdk.java.net/~jjg/8182758/webrev.00/
>>
>> -- Jon
>



More information about the compiler-dev mailing list