This is the mail archive of the kawa@sourceware.cygnus.com 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]

verification puzzle solved


I December last year I mentioned that the Kawa testsuite
would fail with a VerifyError when using JDK 1.2.
(See the "verification puzzle" thread.)  Thanks to help
from Frank Yellin, it turns out the problem is not
strictly a verification problem.  The problem is that
the read method in ZipLoader.loadClass for not reading
the entire zxip file member, so hence passing an
incomplete class to defineClass.  Ooops.
I checked in a fix.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/

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