mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-15 12:55:07 +00:00
TraceClassLoading, TraceClassUnloading, and TraceClassLoaderData have been reimplemented using Unified logging. Co-authored-by: Ioi Lam <ioi.lam@oracle.com> Reviewed-by: iklam, coleenp, dholmes, jiangli, hseigel, rprotacio
6 lines
85 B
Java
6 lines
85 B
Java
package test;
|
|
|
|
public class Empty {
|
|
public String toString() { return "nothing"; }
|
|
}
|