The following table lists the bug fixes included in the JDK 7u211 release:
# | JBS | Component | Subcomponent | Summary |
---|---|---|---|---|
1 | JDK-8075516 | client-libs | java.awt | Deleting a file from either the open or save java.awt.FileDialog hangs. |
2 | JDK-8207150 | client-libs | javax.sound | Clip.isRunning() may return true after Clip.stop() was called |
3 | JDK-8202264 | client-libs | javax.sound | Race condition in AudioClip.loop() |
4 | JDK-8200719 | core-libs | java.net | Cannot connect to IPv6 host when exists any active network interface without IPv6 address |
5 | JDK-8141491 | core-libs | java.nio | Unaligned memory access in Bits.c |
6 | JDK-8164480 | hotspot | compiler | Crash with assert(handler_address == SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the same |
7 | JDK-8008321 | hotspot | compiler | compile.cpp verify_graph_edges uses "bool" as "int" |
8 | JDK-8078666 | hotspot | compiler | JVM fastdebug build compiled with GCC 5 asserts with "widen increases" |
9 | JDK-8196880 | hotspot | runtime | VS2017 Addition of Global Delete Operator with Size Parameter Conflicts with Arena's Chunk Provided One |
10 | JDK-8196882 | hotspot | runtime | VS2017 Hotspot Defined vsnprintf Function Causes C2084 Already Defined Compilation Error |
11 | JDK-8211124 | hotspot | runtime | HotSpot vm_version.cpp should recognise updated VS2017 |
12 | JDK-8197868 | hotspot | runtime | VS2017 (C2065) 'timezone': Undeclared Identifier in share/runtime/os.cpp |
13 | JDK-8196884 | hotspot | runtime | VS2017 Multiple Type Cast Conversion Compilation Errors |
14 | JDK-8164383 | hotspot | svc-agent | jhsdb dumps core on Solaris 12 when loading dumped core |
15 | JDK-8203884 | javafx | graphics | Update libjpeg to version 9c |
16 | JDK-8214035 | javafx | graphics | Unable to render cmyk jpeg image |
17 | JDK-8212158 | javafx | other | FX: Update copyright year in docs, readme files to 2019 |
18 | JDK-6383200 | security-libs | javax.crypto | PBE: need new algorithm support in password based encryption |
19 | JDK-8162362 | security-libs | javax.net.ssl | Introduce system property to control enabled ciphersuites |
20 | JDK-8133070 | security-libs | javax.net.ssl | Hot lock on BulkCipher.isAvailable |
21 | JDK-8211862 | security-libs | javax.net.ssl | Disable all RC4 cipher suites on JDK 7 |
22 | JDK-8211883 | security-libs | javax.net.ssl | Disable anon and NULL cipher suites |
23 | JDK-8187218 | security-libs | org.ietf.jgss | GSSCredential.getRemainingLifetime() returns negative value for TTL > 24 days. |