JDK-8050123 : Incorrect property name documented in CORBA InputStream API
  • Type: Bug
  • Component: other-libs
  • Sub-Component: corba
  • Affected Version: 7u55
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-07-14
  • Updated: 2016-06-13
  • Resolved: 2015-04-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8 JDK 9
7u91Fixed 8u60Fixed 9 b60Fixed
Related Reports
Relates :  
Description
In API doc. of of InputStream#InputStream() in corba,

http://docs.oracle.com/javase/7/docs/api/org/omg/CORBA_2_3/portable/InputStream.html#InputStream%28%29

there is the following statement.

"jdk.corba.allowOutputStreamSubclass system property is either not set or is
set to 'false'"

It seems that the property name should not be
"jdk.corba.allowOutputStreamSubclass",
but should be "jdk.corba.allowInputStreamSubclass".