Patch: FYI: Intepreter method & field signature verification
Bryce McKinlay
mckinlay@redhat.com
Thu May 6 04:17:00 GMT 2004
defineclass.cc was calling the wrong functions in some places to verify
method and field signatures. _Jv_VerifyMethodSignature and
_Jv_VerifyFieldSignature do not throw, they just return a boolean value.
verify_method_signature and verify_field_signature should be used so
that an exception gets thrown on invalid signatures.
I'm checking this in.
Bryce.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: defineclass-verify.patch
Type: text/x-patch
Size: 1470 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20040506/d27196d7/attachment.bin>
More information about the Java-patches
mailing list