-
Sub-task
-
Resolution: Delivered
-
P4
-
8u391, 11.0.20-oracle, 17.0.8-oracle, 20
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8301877 | 17.0.8-oracle | Marc Palmerjohnson | P4 | Resolved | Delivered | |
JDK-8307463 | 11.0.20-oracle | Marc Palmerjohnson | P4 | Resolved | Delivered | |
JDK-8307464 | 8u391 | Marc Palmerjohnson | P4 | Resolved | Delivered |
A new Java Flight Recorder (JFR) event has been added to record details of `java.security.Provider.getService(String type, String algorithm)` calls.
The new event name is `jdk.SecurityProviderService` and contains the following fields:
| Field name | Field Description |
| ------------------------ | --------------------------- |
|type | Type of Service |
|algorithm |Algorithm Name |
|provider | Security Provider |
This event is disabled by default and can be enabled via the JFR configuration files or via standard JFR options.
The new event name is `jdk.SecurityProviderService` and contains the following fields:
| Field name | Field Description |
| ------------------------ | --------------------------- |
|type | Type of Service |
|algorithm |Algorithm Name |
|provider | Security Provider |
This event is disabled by default and can be enabled via the JFR configuration files or via standard JFR options.
- backported by
-
JDK-8301877 Release Note: New JFR Event: `jdk.SecurityProviderService`
- Resolved
-
JDK-8307463 Release Note: New JFR Event: `jdk.SecurityProviderService`
- Resolved
-
JDK-8307464 Release Note: New JFR Event: `jdk.SecurityProviderService`
- Resolved