Support for restricted methods in the Foreign Function & Memory API includes two options that need to be documented:
* the `javac` compiler has a new lint warning (`-Xlint:restricted`) to warn about the usage of restricted methods.
* the `java` launcher has an option (`--enable-native-access=...`) to specify which set of modules is granted access to restricted methods.
* the `javac` compiler has a new lint warning (`-Xlint:restricted`) to warn about the usage of restricted methods.
* the `java` launcher has an option (`--enable-native-access=...`) to specify which set of modules is granted access to restricted methods.