

The readObject method of _DynAnyFactoryStub has been amended, such that, when reading the stringified IOR from serialized data, it will, by default, accept stringified IORs in IOR: URI format, only.Īs DynAnyFactory is a locally or ORB-constrained type, it is not useful that serialized data should contain corbaname or corbaloc URIs.

ĬORBA _DynAnyFactoryStub readObject accepts only stringified ior in IOR: URI format

VisualVM is now available as a separate download from. This version of the JDK no longer includes a copy of Java VisualVM. Two properties are defined for controlling connections to servers and proxies separately. Two system properties have been added that control the keep-alive behavior of HttpURLConnection in the case where the server does not specify a keep-alive time. Make HttpURLConnection default keep alive timeout configurable This update restores the long-standing behavior that does not treat the backslash before the final double-quote especially. Previously, an argument to ProcessBuilder that started with a double-quote and ended with a backslash followed by a double-quote was passed to a command incorrectly and may cause the command to fail.įor example, the argument "C:\\Program Files\" would be seen by the command with extra double quotes. ProcessBuilder on Windows is restored to address a regression caused by JDK-8250568. Incorrect handling of quoted arguments in ProcessBuilder It can be enabled by setting the system property: -Djavafx.allowjs=true fxml file that has a “javascript” Processing Instruction (PI) will no longer load by default, and an exception will be thrown. The “JavaScript script engine” for FXML is now disabled by default. Java 8 Update 361 comes with the following updates:įXML JavaScript Engine disabled by default
