Skip to content

Commit

Permalink
8343510: JFR: Remove AccessControlContext from FlightRecorder::addLis…
Browse files Browse the repository at this point in the history
…tener specification

Reviewed-by: mgronlun
Backport-of: 1bf2f5c
  • Loading branch information
egahlin committed Jan 14, 2025
1 parent f45a23c commit 1399f25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/jdk.jfr/share/classes/jdk/jfr/FlightRecorder.java
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,7 @@ public List<EventType> getEventTypes() {
}

/**
* Adds a recorder listener and captures the {@code AccessControlContext} to
* use when invoking the listener.
* Adds a recorder listener.
* <p>
* If Flight Recorder is already initialized when the listener is added, then the method
* {@link FlightRecorderListener#recorderInitialized(FlightRecorder)} method is
Expand Down

0 comments on commit 1399f25

Please sign in to comment.