Java SE 7u95 Bug Fixes

The following table lists the bug fixes included in JDK 7u95 release:

Bug Id Category Subcategory Description
JDK-6604109 client-libs 2d javax.print.PrintServiceLookup.lookupPrintServices fails SOMETIMES for Cups
JDK-8130136 client-libs 2d Swing window sometimes fails to repaint partially when it becomes exposed
JDK-8130776 client-libs java.awt Remove EmbeddedFrame.requestFocusToEmbedder() method
JDK-8138716 core-libs   (tz) Support tzdata2015g
JDK-8072466 core-libs java.net Deadlock when initializing MulticastSocket and DatagramSocket
JDK-8034057 core-libs java.nio Files.getFileStore and Files.isWritable do not work with SUBST'ed drives (win)
JDK-8080115 core-libs java.nio (fs) Crash in libgio when calling Files.probeContentType(path) from parallel threads
JDK-8130274 core-libs java.nio java/nio/file/FileStore/Basic.java fails when two successive stores in an iteration are determined to be equal
JDK-8137121 core-libs java.nio (fc) Infinite loop FileChannel.truncate
JDK-8081794 core-libs java.text ParsePosition getErrorIndex returns 0 for TimeZone parsing problem
JDK-6907252 core-libs java.util.jar ZipFileInputStream Not Thread-Safe
JDK-8038491 core-libs java.util.jar Improve synchronization in ZipFile.read()
JDK-8038502 core-libs java.util.jar Deflater.needsInput() should use synchronization
JDK-8129957 core-libs javax.naming Deadlock in JNDI LDAP implementation when closing the LDAP context
JDK-8059411 core-libs javax.sql RowSetWarning does not correctly chain warnings
JDK-8062198 core-libs javax.sql Add RowSetMetaDataImpl Tests and add column range validation to isdefinitlyWritable
JDK-8066188 core-libs javax.sql BaseRowSet returns the wrong default value for escape processing
JDK-8133666 core-svc java.lang.management OperatingSystemMXBean reports abnormally high machine CPU consumption on Linux
JDK-8075773 core-svc tools jps running as root fails after the fix of JDK-8050807
JDK-8133523 deploy plugin _releaseObject called from wrong thread
JDK-8141527 deploy webstart AddRemoveTest tests fail as second request to jnlp not getting to server, but resource requests going through fine
JDK-8072753 hotspot compiler Nondeterministic wrong answer on arithmetic
JDK-8076579 hotspot jvmti Popping a stack frame after exception breakpoint sets last method param to exception
JDK-8075118 hotspot runtime JVM stuck in infinite loop during verification
JDK-8135002 hotspot runtime Fix or remove broken links in objectMonitor.cpp comments
JDK-8140249 hotspot runtime JVM Crashing During startUp If Flight Recording is enabled
JDK-8132551 security-libs javax.crypto:pkcs11 Initialize local variables before returning them in p11_convert.c
JDK-8076369 security-libs javax.net.ssl Introduce the jdk.tls.client.protocols system property for JDK 7u
JDK-8132082 security-libs javax.net.ssl Let OracleUcrypto accept RSAPrivateKey
JDK-8078495 security-libs org.ietf.jgss:krb5 End time checking for native TGT is wrong