Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8254711 Add java.security.Provider.getService JFR Event
  3. JDK-8294239

Release Note: New JFR Event: `jdk.SecurityProviderService`

XMLWordPrintable

        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.

              coffeys Sean Coffey
              coffeys Sean Coffey
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: