Java SE 8u72 Bundled Patch Release (BPR) - Bug Fixes and Updates

The following sections summarize changes made in all Java SE 8u72 BPRs. Bug fixes and any other changes are listed below in date order, most current BPR first. Note that bug fixes in previous BPR are also included in the current BPR.

To determine the version of your JDK software, use the following command:

java -version

Changes in Java SE 8u72 b31

Please note that fixes from the prior BPR (8u66 b36) are included in this version.


Java™ SE Development Kit 8, Update 72 (JDK 8u72)

The full version string for this update release is 1.8.0_72-b15 (where "b" means "build") for the Microsoft Windows JRE and JDK and 1.8.0_72-b15 for all other platforms and for the Microsoft Windows Server JRE. The version number is 8u72.

This update release contains several enhancements and changes including the following. 

IANA Data 2015g

JDK 8u72 contains IANA time zone data version 2015g. 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 8u72 are specified in the following table:

JRE Family VersionJRE Security Baseline (Full Version String)
81.8.0_71
71.7.0_95
61.6.0_111

For more information about security baselines, see Deploying Java Applets With Family JRE Versions in Java Plug-in for Internet Explorer.

JRE Expiration Date

The JRE 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 Third Party Bulletin. This JRE (version 8u72) will expire with the release of the next critical patch update scheduled for April 19, 2016.

For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u72) on May 19, 2016. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see JRE Expiration Date.

Bug Fixes

This release contains fixes for security vulnerabilities. For more information, see Oracle Critical Patch Update Advisory.

The following are some of the notable bug fixes included in this release:
 

Regression in Applet startup time fixed

JDK-8080977 introduced delay on applet launch. The delay appears only on IE and lasts about 20 seconds. JDK-8136759 removed this delay.

See JDK-8136759

jps running as root fails after the fix of JDK-8050807
When running jps as root in solaris or linux, it should be able to display process information for all running java process in the system. This worked fine until 7u72:
For example:

 jps running In 7u72 solaris machine: 7u72/bin/jps 1771 ControlPanel 722 Bootstrap 1224 ContainerPrivate 1637 swupna.jar 1772 Jp jps running In 7u75 solaris machine: 7u75/bin/jps 1746 Jps 1739 -- process information unavailable 722 -- process information unavailable 1224 ContainerPrivate 1637 -- process information unavailable 

This bug was introduced when fix JDK-8050807 was merged in JDK repository. In this fix UID of directory is matched with the effective Id of process. When JPS command is executed as root, it tries to read the process information from "/tmp/hsperfdata_$username_$ProcessID" file. Before reading the process file or directory, it checks if the file or directory is secure or not. It opens the user directory and match the UID of that directory (which belong to other user) with the current process(root-jps) effective ID,which gets fail and process returns failure.

See JDK-8075773.

"Apply" button is permanently disabled in JCP, after roaming profile option is changed
After the option "Store user settings in the roaming profile" located in "Java Control Panel -> Advanced -> Miscellaneous" is changed and applied by a click on "Apply" button in Java Control Panel (JCP), "Apply" button becomes permanently disabled and changes of any other options in JCP do not lead to enabling of "Apply" button.

See JDK-8133985.

JFR reports abnormally high machine CPU consumption on Linux
On Linux kernels 2.6 and later, the JDK would include time spent waiting for IO completion as "CPU usage". During periods of heavy IO activity, this could result in misleadingly high values reported as CPU consumption in various tools like Flight Recorder and performance counters. This issue has been resolved.

JDK-8133527 (not public)

Problem with REMOVEOUTOFDATEJRES Installer option documentation corrected
Missing documentation for the REMOVEOUTOFDATEJRES installer option was added to the Java Platform, Standard Edition Installation Guide: http://docs.oracle.com/javase/8/docs/technotes/guides/install/config.html#table_config_file_options

See JDK-8133527.

 

Bug Fix List

BugIdComponentSubcomponentSummary
JDK-8133917client-libs Please backport X11FontManager refactor to Java 8!
JDK-8130136client-libs2dSwing window sometimes fails to repaint partially when it becomes exposed
JDK-8132850client-libs2djava.lang.ArrayIndexOutOfBoundsException during text rendering with many fonts installed
JDK-8137106client-libs2dEUDC (End User Defined Characters) are not displayed on Windows with Java 8u60+
JDK-8065081client-libsdemoIntermittent NPE in Java2Demo applet on Stop/Restart in appletviewer
JDK-8081485client-libsjava.awtEDT auto shutdown is broken in case of new event queue usage
JDK-8081787client-libsjava.awt[macosx] MalformedURLException is thrown during reading data for application/x-java-url;class=java.net.URL flavor
JDK-8086038client-libsjava.awt[macosx] No available data flavors when copying from Microsoft Word for Mac
JDK-8130776client-libsjava.awtRemove EmbeddedFrame.requestFocusToEmbedder() method
JDK-8132382client-libsjava.awt[macosx] Crash during JMC or JavaFX execution when NSApplication is controlled by SWT or JavaFX libraries
JDK-8136763client-libsjava.awt[macosx] java always returns only one value for "text/uri-list" dataflavor even if several files were copied
JDK-8134828client-libsjavax.swingScrollbar thumb disappears with Nimbus L&F
JDK-8134917client-libsjavax.swing[macosx] JOptionPane doesn't receive mouse events when opened from a drop event
JDK-8134356core-libs {@code} tag contains < and > sequences
JDK-8134569core-libs Add tests for prototype callsites
JDK-8134939core-libs Improve toString method of Dynalink DynamicMethod objects
JDK-8133249core-libsjava.ioOccasional SIGSEGV: non thread-safe use of strerr in getLastErrorString
JDK-8073644core-libsjava.lang.invokeAssertion in LambdaFormEditor.bindArgumentType is too strict
JDK-8030785core-libsjava.lang:reflectMissing "since 1.8" javadoc for java.lang.reflect.Method:getParameterCount
JDK-8072466core-libsjava.netDeadlock when initializing MulticastSocket and DatagramSocket
JDK-8087190core-libsjava.netRegression in sun.net.util.IPAddressUtil.isIPv4LiteralAddress(String)
JDK-8133015core-libsjava.netInetAddress.isReachable(tmout) returning wrong value on Windows for IPv6
JDK-8143397core-libsjava.netIt looks like InetAddress.isReachable(timeout) works incorrectly
JDK-6857566core-libsjava.nio(bf) DirectByteBuffer garbage creation can outpace reclamation
JDK-8029516core-libsjava.nio(fs) WatchKey cancel unreliable on Windows
JDK-8034057core-libsjava.nioFiles.getFileStore and Files.isWritable do not work with SUBST'ed drives (win)
JDK-8080115core-libsjava.nio(fs) Crash in libgio when calling Files.probeContentType(path) from parallel threads
JDK-8130274core-libsjava.niojava/nio/file/FileStore/Basic.java fails when two successive stores in an iteration are determined to be equal
JDK-8133232core-libsjava.nio[fs] Regex has redundant | in the char class
JDK-8133647core-libsjava.nio(ch) Test java/nio/channels/AsynchronousSocketChannel/StressLoopback.java fails for Windows XP
JDK-8137121core-libsjava.nio(fc) Infinite loop FileChannel.truncate
JDK-8138819core-libsjava.nio(se) File descriptor leak when Selector.open fails
JDK-8081794core-libsjava.textParsePosition getErrorIndex returns 0 for TimeZone parsing problem
JDK-8074032core-libsjava.timeInstant.ofEpochMilli(millis).toEpochMilli() can throw arithmetic overflow in toEpochMilli()
JDK-8133022core-libsjava.timeInstant.toEpochMilli() silently overflows
JDK-8139107core-libsjava.timeDateTimeFormatter with Locale.UK throw a NullPointerException when parsing zone
JDK-6907252core-libsjava.util.jarZipFileInputStream Not Thread-Safe
JDK-8038502core-libsjava.util.jarDeflater.needsInput() should use synchronization
JDK-8134505core-libsjava.util:i18nCleanup of "TimeZone_md.c"
JDK-8129957core-libsjavax.namingDeadlock in JNDI LDAP implementation when closing the LDAP context
JDK-8027137core-libsjdk.nashornMerge ScriptFunction and ScriptFunctionImpl
JDK-8055917core-libsjdk.nashornjdk.nashorn.internal.codegen.CompilationPhase$N should be renamed to proper classes
JDK-8068901core-libsjdk.nashornSurprising behavior with more than one functional interface on a class
JDK-8068903core-libsjdk.nashornCan't invoke vararg @FunctionalInterface methods
JDK-8073613core-libsjdk.nashornHere documents: how to avoid string interpolation?
JDK-8073733core-libsjdk.nashornTypeError messages with "call" and "new" could be improved
JDK-8087292core-libsjdk.nashornnashorn should have a "fail-fast" option for scripting, analog to bash "set -e"
JDK-8087312core-libsjdk.nashornPropertyMapWrapper.equals should compare className
JDK-8114838core-libsjdk.nashornAnonymous functions escape to surrounding scope when defined under "with" statement
JDK-8129950core-libsjdk.nashornWrong condition for checking absence of logger in MethodHandleFactory
JDK-8129959core-libsjdk.nashornDebugLogger has unnecessary API methods
JDK-8130234core-libsjdk.nashornGet rid of JSType.isNegativeZero
JDK-8130307core-libsjdk.nashornimprove Nashorn Javadoc target
JDK-8130424core-libsjdk.nashornif directory specified with --dest-dir does not exist, only .class files are dumped and .js files are not
JDK-8130476core-libsjdk.nashornRemove unused methods in Global.java
JDK-8130663core-libsjdk.nashorn6 fields can be static fields in Global class
JDK-8130853core-libsjdk.nashornNon-extensible global is not handled property
JDK-8131039core-libsjdk.nashornafter adding a function property to Object.prototype, JSON.parse with reviver function goes into infinite loop
JDK-8131340core-libsjdk.nashornVarargs function is recompiled each time it is linked
JDK-8131683core-libsjdk.nashornDelete fails over multiple scopes
JDK-8133119core-libsjdk.nashornError message associated with TypeError for call and new should include stringified Node
JDK-8133300core-libsjdk.nashornEnsure symbol table immutability in Nashorn AST
JDK-8133785core-libsjdk.nashornSharedScopeCall should be enabled for non-optimistic call sites even with optimistic compilation
JDK-8134150core-libsjdk.nashornMake Nashorn Timing class both threadsafe and efficient
JDK-8134484core-libsjdk.nashorndisallow backquotes as heredoc end marker delimiters
JDK-8134488core-libsjdk.nashornvar statement in if(false) block incorrectly evacuated into enclosing function
JDK-8134490core-libsjdk.nashornDead var statement evacuation incorrectly descends into nested functions
JDK-8134502core-libsjdk.nashornintroduce abstraction for basic NodeVisitor usage
JDK-8134609core-libsjdk.nashornAllow constructors with same prototoype map to share the allocator map
JDK-8134731core-libsjdk.nashornFunction.prototype.apply interacts incorrectly with 'arguments'
JDK-8134930core-libsjdk.nashornDefer stack trace walking of NashornException for extracting line number and file name
JDK-8134931core-libsjdk.nashornjdk.nashorn.internal.codegen.TypeMap should not use Map
JDK-8134973core-libsjdk.nashornControl flow exceptions should avoid filling stack trace
JDK-8135000core-libsjdk.nashornNumber.prototype.toFixed returns wrong string for 0.5 and -0.5
JDK-8135054core-libsjdk.nashornAdd more samples to nashorn samples directory
JDK-8135075core-libsjdk.nashornReorder short-circuit tests in ApplySpecialization to run cheapest first
JDK-8135190core-libsjdk.nashornMethod code too large in Babel browser.js script
JDK-8135262core-libsjdk.nashornSanitize CodeInstaller and Compiler API
JDK-8135332core-libsjdk.nashornScriptFunction constructor should use is bound and is strict check rather than checking for 'arguments' and 'caller'
JDK-8135337core-libsjdk.nashornNativeDebug.dumpCounters with incorrect scope count
JDK-8136349core-libsjdk.nashornTypos patch for nashorn sources submitted on Sep 10, 2015
JDK-8136544core-libsjdk.nashornCall site switching to megamorphic causes incorrect property read
JDK-8136694core-libsjdk.nashornMegemorphic scope access does not throw ReferenceError when property is missing
JDK-8137258core-libsjdk.nashornJSObjectLinker and BrowserJSObjectLinker should not expose internal JS objects
JDK-8137281core-libsjdk.nashornOutOfMemoryError with large numeric keys in JSON.parse
JDK-8137333core-libsjdk.nashornBoundless soft caching of property map histories causes high memory pressure
JDK-8138616core-libsjdk.nashorninvokeFunction fails if function calls a function defined in GLOBAL_SCOPE
JDK-8138632core-libsjdk.nashornSparse array does not handle growth of underlying dense array
JDK-8074696core-svcdebuggerRemote debugging session hangs for several minutes when calling findBootType
JDK-8074368core-svcjava.lang.managementThreadMXBean.getThreadInfo() corrupts memory when called with empty array for thread ids
JDK-8133666core-svcjava.lang.managementOperatingSystemMXBean reports abnormally high machine CPU consumption on Linux
JDK-8075773core-svctoolsjps running as root fails after the fix of JDK-8050807
JDK-8139613deploy push of backport of JDK-8081846 broke build
JDK-8138650deploypackagerPackager cannot bundle Mac App Store Apps because JavaFX WebKit uses apple private APIs
JDK-8133985deployplugin"Apply" button is permanently disabled in JCP, after roaming profile option is changed
JDK-8134109deploypluginApplet2Manager.getMainDeploymentRuleSet ignores jar version.
JDK-8134495deploypluginCannot enable debugging on JNLP applet with java-vm-args params
JDK-7156268deploywebstartapp is stuck when launching with javaagent if there is no jre info in deployment.properties
JDK-8055464deploywebstartAdd a URL scheme handler to reliably launch .jnlp files - java part
JDK-8056013deploywebstartWeb Start looks in currently directory for all classes prior to jars - slow
JDK-8077380deploywebstartJNLPSigning exception when signed jnlp is launched from local tomcat server
JDK-8081846deploywebstartAdd a URL scheme handler to reliably launch .jnlp files - Windows registration part
JDK-8135115deploywebstartDRS1.3: App is not blocked when there is a invalid attribute in jnlp-checksum
JDK-8135227deploywebstartDRS 1.3 enhancements doesn't work as expected when load no href jnlp by "javaws <local_path_of_jnlp_file>"
JDK-8136906deploywebstartExtreme Application Startup Time due to frequent requests for the jnlp-6.0.dtd
JDK-8139323deploywebstartJNLPSignedResourcesHelperTest shows regression caused by JDK-8129600
JDK-8140264deploywebstartcreate junit test for JDK-8136906
JDK-8140740deploywebstartTest jnlp_file/applicationDesc/index.html\#args is failing
JDK-8011858hotspotcompilerUse Compile::live_nodes() instead of Compile::unique() in appropriate places
JDK-8058737hotspotcompilerCodeCache::find_blob fails with 'unsafe access to zombie method'
JDK-8075805hotspotcompilerCrash while trying to release CompiledICHolder
JDK-8134031hotspotcompilerIncorrect JIT compilation of complex code with inlining and escape analysis
JDK-8134493hotspotcompilerCleaning inline caches of unloaded nmethods should be done in sweeper
JDK-8133193hotspotgcMemory leak in G1 because G1RootProcessor doesn't have desctructor
JDK-8029453hotspotruntimejava/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java failed by timeout
JDK-8135002hotspotruntimeFix or remove broken links in objectMonitor.cpp comments
JDK-8139150hotspotruntimeClassVerifier frees exception message while it's still in use
JDK-8140249hotspotruntimeJVM Crashing During startUp If Flight Recording is enabled
JDK-7194452security-libsjava.securityRemove "Reverse" PKIX CertPathBuilder implementation
JDK-8130875security-libsjava.securityUcrypto library leaks memory when null output buffer is specified
JDK-8136534security-libsjava.securityLoading JKS keystore using non-null InputStream results in closed stream
JDK-8132551security-libsjavax.crypto:pkcs11Initialize local variables before returning them in p11_convert.c
JDK-8067422toolsjavacLambda method names are unnecessarily unstable
JDK-8071291toolsjavacCompiler crashes trying to cast UnionType to IntersectionClassType
JDK-8073519xmljaxbschemagen does not report errors while generating xsd files
close