This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Interface method regression test
Tom Tromey wrote:
> I'd definitely like to get it into the test suite.
>
> Could we change it so that all the classes are in a single file?
> IE by making most of them not be public?
>
> That would let us drop it in relatively easily.
Good idea. I checked it in this way.
2000-02-16 Bryce McKinlay <bryce@albatross.co.nz>
* libjava.lang/InterfaceDispatch.java: New file.
* libjava.lang/InterfaceDispatch.out: New file.
[ bryce ]