mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8329330: NoClassDefFoundError: Could not initialize class jdk.jfr.internal.MirrorEvents
Reviewed-by: mgronlun
This commit is contained in:
parent
177092b952
commit
650ca65a4f
@ -44,8 +44,6 @@ import jdk.jfr.events.FileForceEvent;
|
||||
import jdk.jfr.events.FileReadEvent;
|
||||
import jdk.jfr.events.FileWriteEvent;
|
||||
import jdk.jfr.events.InitialSecurityPropertyEvent;
|
||||
import jdk.jfr.events.SocketReadEvent;
|
||||
import jdk.jfr.events.SocketWriteEvent;
|
||||
|
||||
import jdk.jfr.internal.JVM;
|
||||
import jdk.jfr.internal.LogLevel;
|
||||
@ -62,8 +60,6 @@ public final class JDKEvents {
|
||||
FileForceEvent.class,
|
||||
FileReadEvent.class,
|
||||
FileWriteEvent.class,
|
||||
SocketReadEvent.class,
|
||||
SocketWriteEvent.class,
|
||||
ActiveSettingEvent.class,
|
||||
ActiveRecordingEvent.class,
|
||||
// jdk.internal.event.* classes need their mirror
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user