[jdk11u-dev] RFR: 8254711: Add java.security.Provider.getService JFR Event
Goetz Lindenmaier
goetz at openjdk.org
Fri Oct 20 14:32:07 UTC 2023
I backport this for parity with 11.0.20-oracle.
The change in Provider.java had to be reworked.
The basic idea is to not return but keep the result
until it can be passed to the event.
In two other places I did trivial resolves due to context.
-------------
Commit messages:
- Backport bc2af47e1e4e6e96020e03a60ce098ddd17f63ba
Changes: https://git.openjdk.org/jdk11u-dev/pull/2202/files
Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2202&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8254711
Stats: 288 lines in 9 files changed: 279 ins; 3 del; 6 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/2202.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/2202/head:pull/2202
PR: https://git.openjdk.org/jdk11u-dev/pull/2202
More information about the jdk-updates-dev
mailing list