https://bugs.openjdk.java.net/browse/JDK-8050123
diff --git
a/src/java.corba/share/classes/org/omg/CORBA_2_3/portable/InputStream.java
b/src/java.corba/share/classes/org/omg/CORBA_2_3/portable/InputStream.java
---
a/src/java.corba/share/classes/org/omg/CORBA_2_3/portable/InputStream.java
+++
b/src/java.corba/share/classes/org/omg/CORBA_2_3/portable/InputStream.java
@@ -77,7 +77,7 @@
*
* throw SecurityException if SecurityManager is installed and
* enableSubclassImplementation SerializablePermission
- * is not granted or jdk.corba.allowOutputStreamSubclass system
+ * is not granted or jdk.corba.allowInputStreamSubclass system
* property is either not set or is set to 'false'
*/
public InputStream() {
--
Regards,
Sean.