- 
    Sub-task 
- 
    Resolution: Delivered
- 
     P3 P3
- 
    8u421, 11.0.24-oracle, 17.0.12-oracle, 21.0.4-oracle, 22
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build | 
|---|---|---|---|---|---|---|
| JDK-8334662 | 21.0.4-oracle | Marc Palmerjohnson | P3 | Resolved | Delivered | |
| JDK-8334663 | 17.0.12-oracle | Marc Palmerjohnson | P3 | Resolved | Delivered | |
| JDK-8334664 | 11.0.24-oracle | Marc Palmerjohnson | P3 | Resolved | Delivered | |
| JDK-8334665 | 8u421 | Marc Palmerjohnson | P3 | Resolved | Delivered | 
                    The `-XshowSettings` launcher has a new `security` category. Settings from security properties, security providers, and TLS related settings are displayed with this option. A security sub-category can be passed as an argument to the security category option. See the output from `java -X`:
```
-XshowSettings:security
show all security settings and continue
-XshowSettings:security:*sub-category*
show settings for the specified security sub-category and continue. Possible *sub-category* arguments for this option include:
all: show all security settings and continue
properties: show security properties and continue
providers: show static security provider settings and continue
tls: show TLS related security settings and continue
```
Third party security provider details will be reported if they are included in the application class path or module path and such providers are configured in the `java.security` file.
```
-XshowSettings:security
show all security settings and continue
-XshowSettings:security:*sub-category*
show settings for the specified security sub-category and continue. Possible *sub-category* arguments for this option include:
all: show all security settings and continue
properties: show security properties and continue
providers: show static security provider settings and continue
tls: show TLS related security settings and continue
```
Third party security provider details will be reported if they are included in the application class path or module path and such providers are configured in the `java.security` file.
- backported by
- 
                    JDK-8334662 Release Note: New Security Category for `-XshowSettings` Launcher Option -           
- Resolved
 
-         
- 
                    JDK-8334663 Release Note: New Security Category for `-XshowSettings` Launcher Option -           
- Resolved
 
-         
- 
                    JDK-8334664 Release Note: New Security Category for `-XshowSettings` Launcher Option -           
- Resolved
 
-         
- 
                    JDK-8334665 Release Note: New Security Category for `-XshowSettings` Launcher Option -           
- Resolved
 
-