[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/44208] Deserialization of Enums works incorrectly
From: |
paul at diasoft dot nl |
Subject: |
[Bug classpath/44208] Deserialization of Enums works incorrectly |
Date: |
20 May 2010 10:26:21 -0000 |
------- Comment #1 from paul at diasoft dot nl 2010-05-20 10:26 -------
Created an attachment (id=20706)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20706&action=view)
Fix for deserialization problem
When deserializing objects they each receive a new handle. When deserializing
an enum, the enum itself receives a handle as does its string constant. The
handle of the enum must be registered first.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44208