This is the mail archive of the java-patches@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: -fuse-divide-subroutine


Tom Tromey wrote:

> Bryce> It seems to be because ClassNotFoundException is importing
> Bryce> ObjectInputStream. This looks odd to me, as if someone
> Bryce> accidentally pasted some code in there.
>
> That class has writeObject and readObject methods, so I think it needs
> the import.

I meant that the class doesn't need the writeObject and readObject
methods. It already conforms to the serialization spec, so those methods
are reduncant.

regards

  [ bryce ]



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]