-
Sub-task
-
Resolution: Delivered
-
P4
-
8u391, 11.0.21-oracle, 17.0.9-oracle, 21
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8313341 | 17.0.9-oracle | Marc Palmerjohnson | P4 | Resolved | Delivered | |
JDK-8313340 | 11.0.21-oracle | Marc Palmerjohnson | P4 | Resolved | Delivered | |
JDK-8313342 | 8u391 | Marc Palmerjohnson | P4 | Resolved | Delivered |
The `-XshowSettings` launcher option has been enhanced to print the tzdata version configured with the JDK. The tzdata version is displayed as part of the `locale` showSettings option.
Example output using `-X:showSettings:locale`:
```
.....
Locale settings:
default locale = English
default display locale = English
default format locale = English
tzdata version = 2023c
.....
```
Example output using `-X:showSettings:locale`:
```
.....
Locale settings:
default locale = English
default display locale = English
default format locale = English
tzdata version = 2023c
.....
```
- backported by
-
JDK-8313340 Release Note: `-XshowSettings:locale` Output Now Includes Tzdata Version
- Resolved
-
JDK-8313341 Release Note: `-XshowSettings:locale` Output Now Includes Tzdata Version
- Resolved
-
JDK-8313342 Release Note: `-XshowSettings:locale` Output Now Includes Tzdata Version
- Resolved