[jdk17u-dev] RFR: 8254711: Add java.security.Provider.getService JFR Event

Goetz Lindenmaier goetz at openjdk.org
Tue Apr 18 15:16:32 UTC 2023


I backport this for parity with 17.0.8-oracle.

src/java.base/share/classes/java/security/Provider.java
I had to redo the change for getService().
I basically changed the control flow to only
return at the end and then added the Event
generation before the return.

src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/JDKEvents.java
Resolved three hunks due to context.

test/lib/jdk/test/lib/jfr/EventNames.java
Resolved three hunks due to context.

-------------

Commit messages:
 - Backport bc2af47e1e4e6e96020e03a60ce098ddd17f63ba

Changes: https://git.openjdk.org/jdk17u-dev/pull/1260/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1260&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8254711
  Stats: 289 lines in 9 files changed: 279 ins; 4 del; 6 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/1260.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/1260/head:pull/1260

PR: https://git.openjdk.org/jdk17u-dev/pull/1260


More information about the jdk-updates-dev mailing list