mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-07 17:08:53 +00:00
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
6 lines
85 B
Java
6 lines
85 B
Java
package test;
|
|
|
|
public class Empty {
|
|
public String toString() { return "nothing"; }
|
|
}
|