--- old/src/java.base/share/classes/java/lang/System.java 2017-10-04 22:03:27.000000000 -0700 +++ new/src/java.base/share/classes/java/lang/System.java 2017-10-04 22:03:27.000000000 -0700 @@ -1799,7 +1799,8 @@ * is invoked rather than attempting to load a dynamic library. * A filename matching the argument does not have to exist in the * file system. - * See the JNI Specification for more details. + * See the JNI Specification + * for more details. * * Otherwise, the filename argument is mapped to a native library image in * an implementation-dependent manner. @@ -1835,7 +1836,8 @@ * specific prefix, file extension or path. If a native library * called libname is statically linked with the VM, then the * JNI_OnLoad_libname function exported by the library is invoked. - * See the JNI Specification for more details. + * See the JNI Specification + * for more details. * * Otherwise, the libname argument is loaded from a system library * location and mapped to a native library image in an implementation-