--- old/src/java.corba/share/classes/org/omg/CORBA/ORB.java 2017-08-29 11:25:02.188460031 -0700 +++ new/src/java.corba/share/classes/org/omg/CORBA/ORB.java 2017-08-29 11:25:02.108456545 -0700 @@ -85,15 +85,15 @@ * three {@code init} methods. Two of the three methods use the properties * (associations of a name with a value) shown in the * table below.
- * + *
* * - * + * * - * - * + * + * * - * + * * * *
Standard Java CORBA Properties:
Property Name Property Value
Property Name Property Value
org.omg.CORBA.ORBClass
org.omg.CORBA.ORBClassclass name of an ORB implementation
org.omg.CORBA.ORBSingletonClass
org.omg.CORBA.ORBSingletonClassclass name of the ORB returned by {@code init()}
--- old/src/java.corba/share/classes/org/omg/CORBA/TCKind.java 2017-08-29 11:25:02.532475021 -0700 +++ new/src/java.corba/share/classes/org/omg/CORBA/TCKind.java 2017-08-29 11:25:02.460471884 -0700 @@ -237,175 +237,175 @@ /** * The TCKind constant whose value field is - * initialized with TCKind._tk_null. + * initialized with {@code TCKind._tk_null}. */ public static final TCKind tk_null = new TCKind(_tk_null); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_void. + * initialized with {@code TCKind._tk_void}. */ public static final TCKind tk_void = new TCKind(_tk_void); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_short. + * initialized with {@code TCKind._tk_short}. */ public static final TCKind tk_short = new TCKind(_tk_short); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_long. + * initialized with {@code TCKind._tk_long}. */ public static final TCKind tk_long = new TCKind(_tk_long); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_ushort. + * initialized with {@code TCKind._tk_ushort}. */ public static final TCKind tk_ushort = new TCKind(_tk_ushort); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_ulong. + * initialized with {@code TCKind._tk_ulong}. */ public static final TCKind tk_ulong = new TCKind(_tk_ulong); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_float. + * initialized with {@code TCKind._tk_float}. */ public static final TCKind tk_float = new TCKind(_tk_float); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_double. + * initialized with {@code TCKind._tk_double}. */ public static final TCKind tk_double = new TCKind(_tk_double); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_boolean. + * initialized with {@code TCKind._tk_boolean}. */ public static final TCKind tk_boolean = new TCKind(_tk_boolean); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_char. + * initialized with {@code TCKind._tk_char}. */ public static final TCKind tk_char = new TCKind(_tk_char); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_octet. + * initialized with {@code TCKind._tk_octet}. */ public static final TCKind tk_octet = new TCKind(_tk_octet); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_any. + * initialized with {@code TCKind._tk_any}. */ public static final TCKind tk_any = new TCKind(_tk_any); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_TypeCode. + * initialized with {@code TCKind._tk_TypeCode}. */ public static final TCKind tk_TypeCode = new TCKind(_tk_TypeCode); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_Principal. + * initialized with {@code TCKind._tk_Principal}. */ public static final TCKind tk_Principal = new TCKind(_tk_Principal); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_objref. + * initialized with {@code TCKind._tk_objref}. */ public static final TCKind tk_objref = new TCKind(_tk_objref); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_struct. + * initialized with {@code TCKind._tk_struct}. */ public static final TCKind tk_struct = new TCKind(_tk_struct); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_union. + * initialized with {@code TCKind._tk_union}. */ public static final TCKind tk_union = new TCKind(_tk_union); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_enum. + * initialized with {@code TCKind._tk_enum}. */ public static final TCKind tk_enum = new TCKind(_tk_enum); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_string. + * initialized with {@code TCKind._tk_string}. */ public static final TCKind tk_string = new TCKind(_tk_string); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_sequence. + * initialized with {@code TCKind._tk_sequence}. */ public static final TCKind tk_sequence = new TCKind(_tk_sequence); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_array. + * initialized with {@code TCKind._tk_array}. */ public static final TCKind tk_array = new TCKind(_tk_array); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_alias. + * initialized with {@code TCKind._tk_alias}. */ public static final TCKind tk_alias = new TCKind(_tk_alias); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_except. + * initialized with {@code TCKind._tk_except}. */ public static final TCKind tk_except = new TCKind(_tk_except); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_longlong. + * initialized with {@code TCKind._tk_longlong}. */ public static final TCKind tk_longlong = new TCKind(_tk_longlong); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_ulonglong. + * initialized with {@code TCKind._tk_ulonglong}. */ public static final TCKind tk_ulonglong = new TCKind(_tk_ulonglong); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_longdouble. + * initialized with {@code TCKind._tk_longdouble}. */ public static final TCKind tk_longdouble = new TCKind(_tk_longdouble); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_wchar. + * initialized with {@code TCKind._tk_wchar}. */ public static final TCKind tk_wchar = new TCKind(_tk_wchar); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_wstring. + * initialized with {@code TCKind._tk_wstring}. */ public static final TCKind tk_wstring = new TCKind(_tk_wstring); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_fixed. + * initialized with {@code TCKind._tk_fixed}. */ public static final TCKind tk_fixed = new TCKind(_tk_fixed); @@ -413,26 +413,26 @@ /** * The TCKind constant whose value field is - * initialized with TCKind._tk_value. + * initialized with {@code TCKind._tk_value}. */ public static final TCKind tk_value = new TCKind(_tk_value); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_value_box. + * initialized with {@code TCKind._tk_value_box}. */ public static final TCKind tk_value_box = new TCKind(_tk_value_box); // orbos 98-01-18: Objects By Value -- end /** * The TCKind constant whose value field is - * initialized with TCKind._tk_native. + * initialized with {@code TCKind._tk_native}. */ public static final TCKind tk_native = new TCKind(_tk_native); /** * The TCKind constant whose value field is - * initialized with TCKind._tk_abstract_interface. + * initialized with {@code TCKind._tk_abstract_interface}. */ public static final TCKind tk_abstract_interface = new TCKind(_tk_abstract_interface); --- old/src/java.corba/share/classes/org/omg/CORBA/doc-files/compliance.html 2017-08-29 11:25:02.876490012 -0700 +++ new/src/java.corba/share/classes/org/omg/CORBA/doc-files/compliance.html 2017-08-29 11:25:02.804486875 -0700 @@ -1,10 +1,10 @@ - + Official Specifications for CORBA support in Java[tm] SE 6 - +

Official Specifications for CORBA support in Java[tm] SE 6

--- old/src/java.corba/share/classes/org/omg/CORBA/doc-files/generatedfiles.html 2017-08-29 11:25:03.196503956 -0700 +++ new/src/java.corba/share/classes/org/omg/CORBA/doc-files/generatedfiles.html 2017-08-29 11:25:03.124500820 -0700 @@ -1,17 +1,17 @@ - + IDL-to-Java Generated Files - +

IDL-to-Java Generated Files

The files that are generated by the IDL-to-Java compiler, in accordance with the IDL-to-Java Language Mapping Specification, -which is implemented in JavaTM SE 6 +which is implemented in Java™ SE 6 according the compliance document. --- old/src/java.corba/share/classes/org/omg/PortableInterceptor/Interceptors.idl 2017-08-29 11:25:03.528518424 -0700 +++ new/src/java.corba/share/classes/org/omg/PortableInterceptor/Interceptors.idl 2017-08-29 11:25:03.456515286 -0700 @@ -584,7 +584,7 @@ * Shows the validity of each attribute or operation * * - *   + * * send_request * send_poll * receive_reply @@ -592,182 +592,176 @@ * receive_other * * - * + * * * - * Inherited from RequestInfo: + * Inherited from RequestInfo: * * - *

request_id

+ * request_id * yes * yes * yes * yes * yes * - *

operation

+ * operation * yes * yes * yes * yes * yes * - *

arguments

+ * arguments * yes1 * no * yes * no * no * - *

exceptions

+ * exceptions * yes * no * yes * yes * yes * - *

contexts

+ * contexts * yes * no * yes * yes * yes * - *

operation_context

+ * operation_context * yes * no * yes * yes - * yes - * + * yes * - *

result

+ * result * no * no * yes * no - * no - * + * no * - *

response_expected

+ * response_expected * yes * yes * yes * yes * yes * - *

sync_scope

+ * sync_scope * yes * no * yes * yes - * yes - * + * yes * - *

reply_status

+ * reply_status * no * no * yes * yes * yes * - *

forward_reference

+ * forward_reference * no * no * no * no - * yes2 - * + * yes2 * - *

get_slot

+ * get_slot * yes * yes * yes * yes * yes * - *

get_request_service_context

+ * get_request_service_context * yes * no * yes * yes * yes * - *

get_reply_service_context

+ * get_reply_service_context * no * no * yes * yes - * yes - * + * yes * * - * ClientRequestInfo-specific: + * ClientRequestInfo-specific: * * - *

target

+ * target * yes * yes * yes * yes * yes * - *

effective_target

+ * effective_target * yes * yes * yes * yes - * yes - * + * yes * - *

effective_profile

+ * effective_profile * yes * yes * yes * yes * yes * - *

received_exception

+ * received_exception * no * no * no * yes * no * - *

received_exception_id

+ * received_exception_id * no * no * no * yes * no * - *

get_effective_component

+ * get_effective_component * yes * no * yes * yes * yes * - *

get_effective_components

+ * get_effective_components * yes * no * yes * yes * yes * - *

get_request_policy

+ * get_request_policy * yes * no * yes * yes * yes * - *

add_request_service_context

- * yes - * no - * no - * no - * no + * add_request_service_context + * yes + * no + * no + * no + * no * * * @@ -940,7 +934,7 @@ * Shows the validity of each attribute or operation * * - *   + * * receive_request_
service_contexts * receive_request * send_reply @@ -948,28 +942,28 @@ * send_other * * - * + * * * * - * Inherited from RequestInfo: + * Inherited from RequestInfo: * * - *

request_id

+ * request_id * yes * yes * yes * yes * yes * - *

operation

+ * operation * yes * yes * yes * yes * yes * - *

arguments

+ * arguments * no * yes1 * yes @@ -977,21 +971,21 @@ * no2 * * - *

exceptions

+ * exceptions * no * yes * yes * yes * yes * - *

contexts

+ * contexts * no * yes * yes * yes * yes * - *

operation_context

+ * operation_context * no * yes * yes @@ -999,7 +993,7 @@ * no * * - *

result

+ * result * no * no * yes @@ -1007,113 +1001,136 @@ * no * * - *

response_expected

+ * response_expected * yes * yes * yes * yes * yes * - *

sync_scope

+ * sync_scope * yes * yes * yes * yes * yes * - * request_id - * yes yes yes yes yes - * - * operation - * yes yes yes yes yes - * - * arguments - * no yes1 - * yes no2 - * no2 - * - * - * exceptions - * no yes yes yes yes - * - * contexts - * no yes yes yes yes - * - * operation_context - * no yes yes no no - * - * result - * no no yes no no - * - * response_expected - * yes yes yes yes yes - * - * sync_scope - * yes yes yes yes yes + * reply_status + * no + * no + * yes + * yes + * yes + * + * forward_reference + * no + * no + * no + * no + * yes2 + * + * get_slot + * yes + * yes + * yes + * yes + * yes + * + * get_request_service_context + * yes + * no + * yes + * yes + * yes + * + * get_reply_service_context + * no + * no + * yes + * yes + * yes * - * reply_status - * no no yes yes yes - * - * forward_reference - * no no no no yes2 - * - * - * get_slot - * yes yes yes yes yes - * - * get_request_service_context - * yes no yes yes yes - * - * get_reply_service_context - * no no yes yes yes - * - * - * ServerRequestInfo-specific: - * - * - * sending_exception - * no no no yes no - * - * object_id - * no yes yes yes3 - * yes3 - * - * - * adapter_id - * no yes yes yes3 - * yes3 - * - * - * server_id - * no yes yes yes yes - * - * orb_id - * no yes yes yes yes - * - * adapter_name - * no yes yes yes yes - * - * target_most_derived_interface - * no yes no4 - * no4 - * no4 - * - * - * get_server_policy - * yes yes yes yes yes - * - * set_slot - * yes yes yes yes yes - * - * target_is_a - * no yes no4 - * no4 - * no4 - * + * + * ServerRequestInfo-specific: + * * - * add_reply_service_context - * yes yes yes yes yes - * + * sending_exception + * no + * no + * no + * yes + * no + * + * object_id + * no + * yes + * yes + * yes3 + * yes3 + * + * adapter_id + * no + * yes + * yes + * yes3 + * yes3 + * + * server_id + * no + * yes + * yes + * yes + * yes + * + * orb_id + * no + * yes + * yes + * yes + * yes + * + * adapter_name + * no + * yes + * yes + * yes + * yes + * + * target_most_derived_interface + * no + * yes + * no4 + * no4 + * no4 + * + * get_server_policy + * yes + * yes + * yes + * yes + * yes + * + * set_slot + * yes + * yes + * yes + * yes + * yes + * + * target_is_a + * no + * yes + * no4 + * no4 + * no4 + * + * add_reply_service_context + * yes + * yes + * yes + * yes + * yes + * * * *