This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA/JDWP] ClassObjectReferenceCommandSet.java
>>>>> "Aaron" == Aaron Luchko <aluchko@redhat.com> writes:
>> Isn't this "Class Object", not "String"?
Aaron> Oops :)
Aaron> This has actually slipped into a few different CommandSets. I'll just
Aaron> fix those with other future fixes.
You could use getClass() if you don't mind class names in the
exception text. Or even do this in the caller somehow if the command
is not handled.
Aaron> Due to the merger it looks like I should only be committing this stuff
Aaron> to classpath from now on so I've applied the patch there but not gcj.
Yes.
Tom