Skip to content

Commit

Permalink
8329330: NoClassDefFoundError: Could not initialize class jdk.jfr.int…
Browse files Browse the repository at this point in the history
…ernal.MirrorEvents

Reviewed-by: mgronlun
  • Loading branch information
egahlin committed Apr 19, 2024
1 parent 177092b commit 650ca65
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
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;
Expand All @@ -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
Expand Down

1 comment on commit 650ca65

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.