Summary
-------
The specification of the Multiplex protocol is removed from the RMI Specification, support for the protocol was removed in JDK 9.
Problem
-------
The RMI specification was not updated in JDK 9 when support for the multiplex protocol was removed.
Solution
--------
Remove the specification of the MultiplexProtocol from the RMI specification.
Specification
-------------
In the RMI specification, protocol.html:
- Section 10.2.1 Format of an OutputStream
References to the multiplex protocol are removed.
- Section 10.6 RMI's Multiplexing Protocol; the body is replaced with:
"The implementation for the MultiplexProtocol has been removed as of JDK 9."
The patch and the resulting html for protocol.md are attached.