[jdk17u-dev] Integrated: 8254711: Add java.security.Provider.getService JFR Event
Goetz Lindenmaier
goetz at openjdk.org
Thu Apr 27 07:04:24 UTC 2023
On Tue, 18 Apr 2023 15:08:29 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: 394a7562
Author: Goetz Lindenmaier <goetz at openjdk.org>
URL: https://git.openjdk.org/jdk17u-dev/commit/394a7562cfd065c060387575fe3c811bf1b94de1
Stats: 290 lines in 10 files changed: 280 ins; 4 del; 6 mod
8254711: Add java.security.Provider.getService JFR Event
8294673: JFR: Add SecurityProviderService#threshold to TestActiveSettingEvent.java
Reviewed-by: mbaesken
Backport-of: bc2af47e1e4e6e96020e03a60ce098ddd17f63ba
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/1260
More information about the jdk-updates-dev
mailing list