Re: RFR: 8318458: Update javac and java manpages with restricted method options

2023-10-18 Thread Iris Clark
On Wed, 18 Oct 2023 15:32:34 GMT, Maurizio Cimadamore wrote: > This PR updates the man pages for `javac` and `java` to document: > * the new `javac` warning for restricted methods (`-Xlint:restricted`) > * the `java` option to allow access to restricted methods without warnings > (`--enable-nat

RFR: 8318458: Update javac and java manpages with restricted method options

2023-10-18 Thread Maurizio Cimadamore
This PR updates the man pages for `javac` and `java` to document: * the new `javac` warning for restricted methods (`-Xlint:restricted`) * the `java` option to allow access to restricted methods without warnings (`--enable-native-access`) - Commit messages: - Initial push Changes: