--- old/src/java.base/share/classes/java/lang/ProcessHandle.java 2015-06-05 21:17:08.159465455 +0400 +++ new/src/java.base/share/classes/java/lang/ProcessHandle.java 2015-06-05 21:17:07.999465455 +0400 @@ -71,7 +71,7 @@ * The ability to control processes is also restricted by the native system, * ProcessHandle provides no more access to, or control over, the native process * than would be allowed by a native application. - *

+ * * @implSpec * In the case where ProcessHandles cannot be supported then the factory * methods must consistently throw {@link java.lang.UnsupportedOperationException}.