RFR: 7130985: Four helper classes missing in Sun JDK

Alan Bateman Alan.Bateman at oracle.com
Tue Jul 15 19:34:28 UTC 2014


On 15/07/2014 18:27, Rob McKenna wrote:
> Hi folks,
>
> Looking for a review for the following:
>
> bug: https://bugs.openjdk.java.net/browse/JDK-7130985
> webrev: http://cr.openjdk.java.net/~robm/7130985/webrev.01/
>
> As per the bug report: The IDLtoJava spec clearly specifies the need 
> of the helper class (not the Holder) for these files. But these are 
> absent in the JDK. So, if we try to send any of these classes across 
> in a client-server rmi-iiop model, it will throw an error complaining 
> about the absence of the helper class.
There is clearly a lot of history and would be useful to get 
confirmation that these are required for OMG complication.

As this is generated code then I'm curious where the original source is. 
Just wondering if it would make sense to check-in the original 
CORBA_TypeCode.idl.

Do we have any standalone tests that can be used to exercise these classes?

-Alan



More information about the core-libs-dev mailing list