core-libs
core-libs/java.lang:reflect
core-libs/java.nio
core-libs/java.time
A new formatter pattern, letter 'B', and its supporting method have been added to
java.time.format.DateTimeFormatter
/DateTimeFormatterBuilder
classes. Example:
DateTimeFormatter.ofPattern("yyyy-MM-dd hh:mm B")
.format(LocalDateTime.of(2022, 6, 21, 17, 42)); // "2022-06-21 05:42 in the afternoon"
core-libs/java.util.stream
hotspot/compiler
hotspot/gc
hotspot/jfr
hotspot/runtime
security-libs/java.security
security-libs/javax.crypto
security-libs/javax.net.ssl
tools/javac
tools/jpackage
client-libs/java.awt
hotspot/compiler
hotspot/runtime
Obsoleted Option | Unified Logging Replacement |
---|---|
-XX:+TraceClassLoading |
-Xlog:class+load=info |
-XX:+TraceClassUnloading |
-Xlog:class+unload=info |
-XX:+TraceExceptions |
-Xlog:exceptions=info |
security-libs/java.security
security-libs/javax.crypto
core-libs/java.lang
hotspot/runtime
security-libs/java.security
core-libs/java.io
core-libs/java.io:serialization
core-libs/java.lang
For example, "\ud801\udc00".equalsIgnoreCase("\ud801\udc28")
returns true
,
because '𐐀'
("\ud801\udc00"
) and
'𐐨'
("\ud801\udc28"
) are equal to each other character in case-insensitive comparison.
core-libs/java.lang:reflect
core-libs/java.net
The behavior of the HttpPrincipal::getName
method has been updated to return the name in the correct format as
outlined in its specification, i.e. "realm:username"
. Previously, the method incorrectly returned "username"
only.
core-libs/java.nio
core-libs/java.time
Information regarding this update can be viewed at Information regarding this update can be viewed at https://mm.icann.org/pipermail/tz-announce/2020-October/000059.html
core-libs/java.util
core-libs/java.util.jar
core-libs/java.util.logging
core-libs/java.util:collections
core-libs/java.util:i18n
core-libs/javax.naming
Added Property to Control LDAP Authentication Mechanisms Allowed to Authenticate Over Clear Connections
hotspot/gc
hotspot/jvmti
hotspot/runtime
security-libs/java.security
security-libs/javax.net.ssl
tools/javac
tools/javadoc(tool)