[jdk17u-dev] RFR: 8254711: Add java.security.Provider.getService JFR Event [v2]
Goetz Lindenmaier
goetz at openjdk.org
Wed Apr 19 07:15:02 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.
Goetz Lindenmaier has updated the pull request incrementally with one additional commit since the last revision:
Backport 3644e26cef71c00e1a2638d2b8bed9c1bda965ca
-------------
Changes:
- all: https://git.openjdk.org/jdk17u-dev/pull/1260/files
- new: https://git.openjdk.org/jdk17u-dev/pull/1260/files/ad9eaf0e..a96846bc
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1260&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1260&range=00-01
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 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