Commit ab711ed3 by Tom Tromey Committed by Tom Tromey

ExtraClassLoader.out: New file.

	* testsuite/libjava.lang/ExtraClassLoader.out: New file.
	* testsuite/libjava.lang/TestProxy.java (MyInvocationHandler):
	Now static.

From-SVN: r105185
parent 96109dcb
2005-10-10 Tom Tromey <tromey@redhat.com>
* testsuite/libjava.lang/ExtraClassLoader.out: New file.
* testsuite/libjava.lang/TestProxy.java (MyInvocationHandler):
Now static.
2005-10-05 Richard Henderson <rth@redhat.com>
PR target/23602
......
......@@ -3,7 +3,7 @@ import java.net.*;
public class TestProxy
{
public class MyInvocationHandler implements InvocationHandler
public static class MyInvocationHandler implements InvocationHandler
{
public Object invoke (Object proxy,
Method method,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment