classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Trying to work around GCJ bugs to compile ValueBaseHel


From: Meskauskas Audrius
Subject: [cp-patches] FYI: Trying to work around GCJ bugs to compile ValueBaseHelper.java
Date: Fri, 3 Jun 2005 14:26:05 +0200

I was reported GCJ is unable to compile the inner class - related constructs
in ValueBaseHelper.java. The code is now rewritten without using the inner
classes, moving them into gnu/CORBA/CDR. Jikes has no problems with
these constructs and they does not violate any java standards.
2005-06-03  Audrius Meskauskas <address@hidden>

* gnu/CORBA/CDR/uncObjectInputStream.java,
uncObjectInputStream/uncObjectOutputStream.java: New streams.
* org/omg/CORBA/ValueBaseHelper.java: Removing inner classes,
using uncObjectInputStream, uncObjectOutputStream instead.
* org/omg/CORBA_2_3/portable (read_value): Delegate call to ValueBaseHelper.

Attachment: uncObjectOutputStream.java
Description: Text Data

Attachment: uncObjectInputStream.java
Description: Text Data

Attachment: gjc.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]