Commit f652253b by Tom Tromey Committed by Tom Tromey

re PR libgcj/17536 (wrong ClassLoader for int[])

	PR libgcj/17536:
	* testsuite/libjava.lang/pr17536.java: New file.
	* testsuite/libjava.lang/pr17536.out: New file.

From-SVN: r100999
parent aaffb27e
2005-06-15 Tom Tromey <tromey@redhat.com>
PR libgcj/17536:
* testsuite/libjava.lang/pr17536.java: New file.
* testsuite/libjava.lang/pr17536.out: New file.
2005-06-15 Goffredo Baroncelli <kreijack@inwind.it>
PR libgcj/21074:
......
public class pr17536 {
public static void main(String[] args) {
System.out.println(int[].class.getClassLoader());
}
}
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