[jdk17u-dev] RFR: 8254711: Add java.security.Provider.getService JFR Event [v3]
Goetz Lindenmaier
goetz at openjdk.org
Mon Apr 24 08:13:48 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.
>
> I added JDK-8294673 JFR: Add SecurityProviderService#threshold to TestActiveSettingEvent.java. Else that test is failing.
Goetz Lindenmaier has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
- Merge branch 'openjdk:master' into goetz_backport_8254711
- Backport 3644e26cef71c00e1a2638d2b8bed9c1bda965ca
- Backport bc2af47e1e4e6e96020e03a60ce098ddd17f63ba
-------------
Changes:
- all: https://git.openjdk.org/jdk17u-dev/pull/1260/files
- new: https://git.openjdk.org/jdk17u-dev/pull/1260/files/a96846bc..1d7d2774
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1260&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1260&range=01-02
Stats: 2460 lines in 322 files changed: 1988 ins; 210 del; 262 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