patch for libjava/verify.cc
Per Bothner
per@bothner.com
Fri Jan 25 22:40:00 GMT 2002
This patch amkes verify_fail an instance method_ in Jv_ByteCodeVerifier.
This means lots of methods had to be modified to pass the verifier
around. The win is:
* We can get class and method name and signature on a VerifyError,
which makes them much more useful.
* We can pass the ClassLoader of the current class when we need to
resolve a class, so using ClassLoaders works much better.
I checked this into the trunk.
--
--Per Bothner
per@bothner.com http://www.bothner.com/per/
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: verify.patch
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20020125/a72dd999/attachment.ksh>
More information about the Java-patches
mailing list