


JDK-8088681 - javafx - web - Underscore not visible in HTML combo box options inside webview.JDK-8181922 - javafx - media - Provide media support for libav version 57.JDK-8190285 - hotspot - runtime - s390: Some java boolean checks are not correct.
#Update $path on mac for java jdk update#
JDK-8185661 - deploy - webstart - JNLP files won't launch from IE11 on Windows 10 Creators Update.JBS - component - subcomponent - Description.Existing attribute RMIConnectorServer.CREDENTIAL_TYPES is superseded by RMIConnectorServer.CREDENTIALS_FILTER_PATTERN and has been removed. As a result, a new attribute is added to management.properties. The user can also provide a filter pattern string to the default agent via management.properties. With these new attributes, users can specify the deserialization filter pattern strings to be used while making a RMIServer.newClient() remote call and while sending deserializing parameters over RMI to server respectively. core-svc/javax.management - JMX Connections need deserialization filters - New public attributes, RMIConnectorServer.CREDENTIALS_FILTER_PATTERN and RMIConnectorServer.SERIAL_FILTER_PATTERN have been added to RMIConnectorServer.java.security-libs/ - Disable exportable cipher suites - To improve the strength of SSL/TLS connections, exportable cipher suites have been disabled in SSL/TLS connections in the JDK by the Security Property.Re-enabling this method by setting this system property is not recommended. The previous behavior of this method can be re-enabled by setting the value of the system property to true (case insensitive). Invoking this method for these providers will result in a NoSuchAlgorithmException for most algorithm string arguments. security-libs/javax.crypto - Stricter key generation - The generateSecret(String) method has been mostly disabled in the services of the SUN and SunPKCS11 providers.If compatibility issues arise, existing applications can set the system property introduced in JDK-8181048 with the algorithm and its desired default key size.

security-libs/javax.crypto - Provider default key size is updated - This change updates the JDK providers to use 2048 bits as the default key size for DSA instead of 1024 bits when applications have not explicitly initialized the and objects with a key size.This change will affect JSSE connections as well as applications built on JCE.

