mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8199420: Update javadoc tags in java.lang.System and related
Reviewed-by: lancea, bpb
This commit is contained in:
parent
54b1510aa7
commit
f0cd136c74
7 changed files with 368 additions and 383 deletions
|
@ -737,14 +737,14 @@ public class Runtime {
|
|||
* convenient means of invoking this method.
|
||||
*
|
||||
* @param filename the file to load.
|
||||
* @exception SecurityException if a security manager exists and its
|
||||
* @throws SecurityException if a security manager exists and its
|
||||
* {@code checkLink} method doesn't allow
|
||||
* loading of the specified dynamic library
|
||||
* @exception UnsatisfiedLinkError if either the filename is not an
|
||||
* @throws UnsatisfiedLinkError if either the filename is not an
|
||||
* absolute path name, the native library is not statically
|
||||
* linked with the VM, or the library cannot be mapped to
|
||||
* a native library image by the host system.
|
||||
* @exception NullPointerException if {@code filename} is
|
||||
* @throws NullPointerException if {@code filename} is
|
||||
* {@code null}
|
||||
* @see java.lang.Runtime#getRuntime()
|
||||
* @see java.lang.SecurityException
|
||||
|
@ -800,14 +800,14 @@ public class Runtime {
|
|||
* name, the second and subsequent calls are ignored.
|
||||
*
|
||||
* @param libname the name of the library.
|
||||
* @exception SecurityException if a security manager exists and its
|
||||
* @throws SecurityException if a security manager exists and its
|
||||
* {@code checkLink} method doesn't allow
|
||||
* loading of the specified dynamic library
|
||||
* @exception UnsatisfiedLinkError if either the libname argument
|
||||
* @throws UnsatisfiedLinkError if either the libname argument
|
||||
* contains a file path, the native library is not statically
|
||||
* linked with the VM, or the library cannot be mapped to a
|
||||
* native library image by the host system.
|
||||
* @exception NullPointerException if {@code libname} is
|
||||
* @throws NullPointerException if {@code libname} is
|
||||
* {@code null}
|
||||
* @see java.lang.SecurityException
|
||||
* @see java.lang.SecurityManager#checkLink(java.lang.String)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue