[RFA] _Jv_FindInterpreterMethod thinko

Keith Seitz keiths@redhat.com
Wed Sep 6 17:57:00 GMT 2006


Hi,

This small patch rectifies a thinko in _Jv_FindInterpreterMethod by 
removing the check for access restrictions for a method. If the right 
method is found, it now return it unconditionally.

Okay?
Keith

ChangeLog
2006-09-06  Keith Seitz  <keiths@redhat.com>

         * java/lang/Class.h (_Jv_FindInterpreterMethod): Change return type
         to _Jv_MethodBase instead of _Jv_InterpMethod.
         * java/lang/natClass.cc (_Jv_FindInterpreterMethod): Likewise.
         Do not check access flags.
         Fix some minor style anomalies.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: findinterpmethod.patch
Type: text/x-patch
Size: 2126 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20060906/a70d20f3/attachment.bin>


More information about the Java-patches mailing list