Christian Tornqvist 601071bc6d 8009577: Test test/closed/runtime/classunload broken
Fixed tests to use new way of utilizing the WB API, fixed issue with where custom classloader got the classes from

Reviewed-by: collins, mgerdin, zgu
2013-05-07 21:36:59 +02:00

6 lines
85 B
Java

package test;
public class Empty {
public String toString() { return "nothing"; }
}