Java™ SE Development Kit 11.0.2 (JDK 11.0.2)

January 15, 2019

The full version string for this update release is 11.0.2+9 (where "+" means "build"). The version number is 11.0.2.

IANA Data 2018g

JDK 11.0.2 contains IANA time zone data version 2018g. For more information, refer to Timezone Data Versions in the JRE Software.

Security Baselines

The security baselines for the Java Runtime Environment (JRE) at the time of the release of JDK 11.0.2 are specified in the following table:

JRE Family VersionJRE Security Baseline (Full Version String)
1111.0.2+9
1010.0.99
99.0.99
81.8.0_201-b09
71.7.0_211-b07
61.6.0_221

Oracle JDK Expiration Date

The JDK expires whenever a new release with security vulnerability fixes becomes available. Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Bulletins. This JDK (version 11.0.2) will expire with the release of the next critical patch update scheduled for April 16, 2019.

Known Issues

client-libs

GTK+ 3.20 and Later Unsupported by Swing
Due to incompatible changes in the GTK+ 3 library versions 3.20 and later, the Swing GTK Look and Feel does not render some UI components when using this library. Therefore, Linux installations with versions of GTK+ 3.20 and above are not supported for use by the Swing GTK Look And Feel in this release.

See JDK-8219072

Changes

security-libs/javax.net.ssl

TLS anon and NULL Cipher Suites are Disabled
The TLS anon (anonymous) and NULL cipher suites have been added to the jdk.tls.disabledAlgorithms security property and are now disabled by default.

See JDK-8211883

hotspot/runtime

Linux Native Code Checks
Additional safeguards to protect against buffer overruns in native code have been enabled on Linux. If a buffer overrun is encountered the system will write the message “stack smashing detected” and the program will exit. Issues of this type should be reported to your vendor.

JDK-8196902 (not public)

security-libs/javax.net.ssl

Enable Java Access Bridge Check Box Option in Control Panel Is Not Available with JDK 11 Installer
The Java Access Bridge checkbox in the Windows Control Panel is not available in JDK11. This registration was part of the public JRE installation. However, Java Access Bridge can still be enabled and disabled by following these steps:

  1. Copy %JAVAHOME%\bin\windowsaccessbridge-64.dll to %WINDOWSHOME%\SYSTEM32. A reboot might be required after this step.
  2. Run %JAVAHOME%\bin\jabswitch /enable and %JAVAHOME%\bin\jabswitch /disable.
Notes:
  • %WINDOWSHOME% is the directory where Microsoft Windows is installed (for example, C:\WINDOWS)
  • %JAVAHOME% is the directory where your JDK is installed (for example, C:\Program Files\Java\jdk-11)

See JDK-8208637

Bug Fixes

This release also contains fixes for security vulnerabilities described in the Oracle Critical Patch Update.

Issues fixed in 11.0.2:

#BugIdComponentSubcomponentSummary
1JDK-7017058client-libs2dMalayalam glyph substitution is failing for Malayalam with Windows Kartika font.
2JDK-8210335client-libs2dClipping problems with complex affine transforms: negative scaling factors or small scaling factors
3JDK-8206392client-libsjavax.swing[macosx] Cycling through windows (JFrames) does not work with keyboard shortcut
4JDK-8209786core-libs JDK12 fails to build on s390x with gcc 7.3
5JDK-8211437core-libsjava.netjava.net.http.HttpClient hangs on 204 reply without Content-length 0
6JDK-8203850core-libsjava.netjava.net.http HTTP client should allow specifying Origin and Referer headers
7JDK-8211420core-libsjava.netcom.sun.net.httpserver.HttpServer returns Content-length header for 204 response code
8JDK-8212926core-libsjava.netHttpClient does not retrieve files with large sizes over HTTP/1.1
9JDK-8209576core-libsjava.nio.charsetsjava.nio.file.Files.writeString writes garbled UTF-16 instead of UTF-8
10JDK-8206389core-libsjava.util.jarJarEntry.setCreation/LastAccessTime without setLastModifiedTime causes Invalid CEN header
11JDK-8209775core-libsjava.util:i18nISO 4217 Amendment #169 Update
12JDK-8208746core-libsjava.util:i18nISO 4217 Amendment #168 Update
13JDK-8210153core-libsjava.util:i18nlocalized currency symbol of VES
14JDK-8210490core-libsjava.util:i18nTimeZone.getDisplayName given Locale.US doesn't always honor the Locale
15JDK-8212795core-svcjava.lang.managementThreadInfoCompositeData.toCompositeData fails to map ThreadInfo to CompositeData
16JDK-8212197core-svcjava.lang.managementOpenDataException thrown when constructing CompositeData for StackTraceElement
17JDK-8209996hotspot [PPC64] Fix JFR profiling.
18JDK-8211105hotspotcompilerAArch64: Disable cos/sin and log intrinsics in jdk11u pending fix
19JDK-8210497hotspotcompiler[PPC64] Vector registers not saved across safepoint
20JDK-8210319hotspotcompiler[s390]: Use of shift operators not covered by cpp standard
21JDK-8209950hotspotcompilerSIGBUS in CodeHeapState::print_names()
22JDK-8210355hotspotcompilerMinimal and Zero non-PCH builds fail after JDK-8207343 (Automate vtable/itable stub size calculation)
23JDK-8210357hotspotcompilerZero builds fail after JDK-8207343 (Automate vtable/itable stub size calculation)
24JDK-8207343hotspotcompilerAutomate vtable/itable stub size calculation
25JDK-8211375hotspotcompilerMinimal VM build failures after JDK-8211251 (Default mask register for avx512 instructions)
26JDK-8211272hotspotcompilerx86_32 build failures after JDK-8210764 (Update avx512 implementation)
27JDK-8211251hotspotcompilerDefault mask register for avx512 instructions
28JDK-8210764hotspotcompilerUpdate avx512 implementation
29JDK-8209588hotspotcompilerSIGSEGV in MethodArityHistogram() with -XX:+CountCompiledCalls
30JDK-8209639hotspotcompilerassert failure in coalesce.cpp: attempted to spill a non-spillable item
31JDK-8211061hotspotcompilerTests fail with assert(VM_Version::supports_sse4_1()) on ThreadRipper CPU
32JDK-8211231hotspotcompilerBarrierSetC1::generate_referent_check() confuses register allocator
33JDK-8211856hotspotcompiler[ppc, s390] ProblemList some failing tests.
34JDK-8209942hotspotgc[epsilon] range function for EpsilonTLABElasticity causes compiler warning
35JDK-8212177hotspotgcEpsilon alignment adjustments can overflow max TLAB size
36JDK-8212005hotspotgcEpsilon elastic TLAB sizing may cause misalignment
37JDK-8211768hotspotjfr[s390] Implement JFR profiling.
38JDK-8210775hotspotjvmtiJVM TI Spec missing copyright
39JDK-8212754hotspotjvmtiBuild failure: undefined JvmtiSampledObjectAllocEventCollector::object_alloc_is_safe_to_sample
40JDK-8211909hotspotjvmtiJDWP Transport Listener: dt_socket thread crash
41JDK-8211065hotspotruntimePrivate method check in linkResolver is incorrect
42JDK-8211208hotspotruntimemake AllocateHeapAt an unsupported option on AIX
43JDK-8211852hotspotruntimeinspect stack during error reporting
44JDK-8027434hotspotruntime"-XX:OnOutOfMemoryError" uses fork instead of vfork
45JDK-8211714hotspotruntimeNeed to update vm_version.cpp to recognise VS2017 minor versions
46JDK-8210754hotspotruntimeprint_location is not reliable enough (printing register info)
47JDK-8210964hotspotruntimeadd more ld preloading info to hs_error file on Linux
48JDK-8209889hotspotruntimeRedefineStress tests crash
49JDK-8211956hotspotruntimeAppCDS crashes for some uses with JRuby
50JDK-8210836hotspotsvc-agentBuild fails with warn_unused_result in openjdk/src/jdk.hotspot.agent/linux/native/libsaproc/ps_core.c
51JDK-8211012installuninstall[Linux] JDK 11, warning when uninstall rpm package "warning: %postun(jdk-11-2000:11-ga.x86_64) scriptlet failed, exit status 2
52JDK-8209862security-libsjavax.cryptoCipherCore performance improvement
53JDK-8210334security-libsjavax.net.sslTLS 1.3 server fails if ClientHello doesn't have pre_shared_key and psk_key_exchange_modes
54JDK-8211883security-libsjavax.net.sslDisable anon and NULL cipher suites
55JDK-8211806security-libsjavax.net.sslTLS 1.3 handshake server name indication is missing on a session resume
56JDK-8210502tools jdeps does not handle properly on analyzing a mixture of MR JARs and non-MR JARs
57JDK-8205593toolsjavadoc(tool)Javadoc -link makes broken links if module name matches package name
58JDK-8210810toolslauncherEscaped character at specific position in argument file is not handled properly
59JDK-8212178xmljavax.xml.streamSoft reference reclamation race in com.sun.xml.internal.stream.util.ThreadLocalBufferAllocator

close