This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: "Image-based development" with Kawa


Oliver Flasch wrote:
Thank you very much for the clarifications, I can now see my own misconceptions. I am currently trying to get the (de-)serialization of ArrayClassLoaders to work. This seems to be a little more difficult than I hoped, due to the fact that ArrayClassLoader's map field is a mapping from class name to Class object at the time I query it (instead of a mapping from class name to byte[]).

Yes, this makes it possible to garbage collect the byte[] when it is presumably no longer needed. Perhaps we need a bit in ArrayClassLoader to indicate it should save the byte arrays. Or perhaps a serializable sub-class of ArrayClassLoader. -- --Per Bothner per@bothner.com http://per.bothner.com/


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