array serialization problem

Kevin Eustice <[email protected]> Tue, 11 Oct 2005 14:04:58 -0700
Newsgroups gmane.comp.java.vm.sablevm.devel
Message-ID <[email protected]>
Hi,

I'm having substantial trouble getting SableVM to talk to a Sun JVM
(5.0). SableVM seems to disagree with regards to the serialVersionUID
of arrays of primitives. Both VMs are running under Linux x86. Any suggestions?

Here is the output of serialver under both VMs.


kfe@yeager:~ $ /usr/lib/j2sdk1.5-sun/bin/serialver "[B"
[B:    static final long serialVersionUID = -5984413125824719648L;
kfe@yeager:~ $ /usr/local/lib/sablevm/bin/serialver "[B"
[B: static final long serialVersionUID = -4468275918465035186L;
kfe@yeager:~ $ /usr/lib/j2sdk1.5-sun/bin/serialver "[S"
[S:    static final long serialVersionUID = -1188055269542874886L;
kfe@yeager:~ $ /usr/local/lib/sablevm/bin/serialver "[S"
[S: static final long serialVersionUID = -4225998570419428165L;

-- 
Kevin Eustice
Graduate Student Researcher
The Laboratory for Advanced System Research @ UCLA CS
[email protected]
http://lasr.cs.ucla.edu/kfe