Bug 10838 - GCC 3.3 [libjava]: java.io.ObjectInputStream syntax error
Summary: GCC 3.3 [libjava]: java.io.ObjectInputStream syntax error
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: libgcj (show other bugs)
Version: unknown
: P3 normal
Target Milestone: 3.3.1
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-17 18:46 UTC by ycswyw
Modified: 2005-07-23 22:49 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
ObjectInputStream.patch (270 bytes, application/octet-stream)
2003-05-21 15:17 UTC, ycswyw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ycswyw 2003-05-17 18:46:00 UTC
GCC 3.3: java.io.ObjectInputStream of libjava uses an incorrect java.io.SerializablePermission ("enableSubtitution" instead of "enableSubstitution").

Release:
unknown

Environment:
java
Comment 1 ycswyw 2003-05-17 18:46:00 UTC
Fix:
Apply attached patch.