What's new in this version: Changes: - security-libs/java.security
Refactor existing providers to refer to the same constants for default values for key length: Two important changes have been made for this issue: - 1. A new system property has been introduced that allows users to configure the default key size used by the JDK provider implementations of KeyPairGenerator and AlgorithmParameterGenerator. This property is named "jdk.security.defaultKeySize" and the value of this property is a list of comma-separated entries. Each entry consists of a case-insensitive algorithm name and the corresponding default key size (in decimal) separated by ":". In addition, white space is ignored. - By default, this property will not have a value, and JDK providers will use their own default values. Entries containing an unrecognized algorithm name will be ignored. If the specified default key size is not a parseable decimal integer, that entry will be ignored as well. - 2. The DSA KeyPairGenerator implementation of the SUN provider no longer implements java.security.interfaces.DSAKeyPairGenerator. Applications which cast the SUN provider's DSA KeyPairGenerator object to a java.security.interfaces.DSAKeyPairGenerator can set the system property "jdk.security.legacyDSAKeyPairGenerator". If the value of this property is "true", the SUN provider will return a DSA KeyPairGenerator object which implements the java.security.interfaces.DSAKeyPairGenerator interface. This legacy implementation will use the same default value as specified by the javadoc in the interface. - By default, this property will not have a value, and the SUN provider will return a DSA KeyPairGenerator object which does not implement the forementioned interface and thus can determine its own provider-specific default value as stated in the java.security.KeyPairGenerator class or by the "jdk.security.defaultKeySize" system property if set. - core-libs/java.util:collections
Collections use serialization filter to limit array sizes: - Deserialization of certain collection instances will cause arrays to be allocated. The ObjectInputFilter.checkInput() method is now called prior to allocation of these arrays. Deserializing instances of ArrayDeque, ArrayList, IdentityHashMap, PriorityQueue, java.util.concurrent.CopyOnWriteArrayList, and the immutable collections (as returned by List.of, Set.of, and Map.of) will call checkInput() with a FilterInfo instance whose serialClass() method returns Object[].class. Deserializing instances of HashMap, HashSet, Hashtable, and Properties will call checkInput() with a FilterInfo instance whose serialClass() method returns Map.Entry[].class. In both cases, the FilterInfo.arrayLength() method will return the actual length of the array to be allocated. The exact circumstances under which the serialization filter is called, and with what information, is subject to change in future releases. - security-libs/java.security
Add warnings to keytool when using JKS and JCEKS: - When keytool is operating on a JKS or JCEKS keystore, a warning may be shown that the keystore uses a proprietary format and migrating to PKCS12 is recommended. The keytool's -importkeystore command is also updated so that it can convert a keystore from one type to another if the source and destination point to the same file.
Bug fixes: - (JBS, component, subcomponent, description) - JDK-8183297 infrastructure Allow duplicate bugid for changeset in jdk9 update forest - JDK-8187993 infrastructure [CPU17_04] Need to update securitypack.jar with baseline.versions file having jdk9 entry - JDK-8187043 javafx graphics JavaFX fails to launch on some Windows platforms due to missing VS2017 libraries - JDK-8089283 javafx web Padding property of the select tag is incorrect in WebView - JDK-8176729 javafx web com.sun.webkit.dom.NodeImpl#SelfDisposer is not called - JDK-8178319 javafx web Build sqlite3 from source - JDK-8178360 javafx web Build and integrate ICU from source - JDK-8178440 javafx web Build libxml2 and libxslt from source - JDK-8179673 javafx web JVM Crash in WebPage.setBackgroundColor() during webpage navigation (Non Public API) - JDK-8183292 javafx web Update to 604.1 version of WebKit - JDK-8184448 javafx web Crash while loading gif images with more frames - JDK-8185132 javafx web window.requestAnimationFrame API is not working
Java JDK 9.0.1 (64-bit) 相關參考資料
Download Java Runtime Environment 64-bit 9.0.1 for Windows
2023年6月5日 — Download Java Runtime Environment 64-bit 9.0.1 for Windows. Fast downloads of the latest free software! Click now.
https://filehippo.com
Java - Download and Install JDK 1.9 on Windows
A detailed step-by-step tutorial on how to download and install jdk 9.0.4 on Windows. ... In this example, we will use the Windows 64 bit version. java 9 ...
https://codenotfound.com
Java SE 9 Archive Downloads - Oracle
Java SE Development Kit 9.0.4 · 305.07 MB. jdk-9.0.4_linux-x64_bin.rpm · 338.21 MB. jdk-9.0.4_linux-x64_bin.tar.gz ; Java SE Runtime Environment 9.0.4 · 59.79 MB.
https://www.oracle.com
Java SE 9.0.4 Download - TechSpot
2022年8月2日 — The Java Platform 18 Development Kit (JDK 18) is a feature release of the Java SE platform. It contains new features and enhancements in many ...
https://www.techspot.com
JDK 9 Releases - JDK Builds from Oracle - Java.net
JDK 9 has been superseded. Please visit jdk.java.net for the current version. Older releases, which do not include the most up to date security vulnerability ...
https://jdk.java.net
下載適用於所有作業系統的Java
2023年4月18日 — Java 軟體手動下載頁面。取得Windows、Solaris 以及Linux 專用的最新版本Java Runtime Environment (JRE)。包括Apple Mac 作業系統平台連結。
https://www.java.com
|