This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: [RFA/JDWP] Fix ReferenceType.Methods for Interfaces


>>>>> "Kyle" == Kyle Galloway <kgallowa@redhat.com> writes:

Kyle> Currently, since the id is immediately cast into a ClassReferenceTypeId,
Kyle> this method will fail for Interfaces.  This patch, which is already in
Kyle> Classpath, fixes this by removing the cast and using a generic
Kyle> RegerenceTypeId.  This allows Interface methods to be properly retrieved.

Ok, thanks.

Tom


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