jdk8u-b03: jdk8u-dev

lana.steuck at oracle.com lana.steuck at oracle.com
Mon Feb 24 22:39:24 UTC 2014


http://hg.openjdk.java.net/jdk8u/jdk8u/rev/6a3d3b7feab4 
http://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/rev/9d69311869d5 
http://hg.openjdk.java.net/jdk8u/jdk8u/langtools/rev/a07271bca831 
http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/0906a9d88fa0 
http://hg.openjdk.java.net/jdk8u/jdk8u/jaxws/rev/337a3a408623 
http://hg.openjdk.java.net/jdk8u/jdk8u/jaxp/rev/47cdfe271b1e 
http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/9a93fe1babdc 
http://hg.openjdk.java.net/jdk8u/jdk8u/corba/rev/9059a1c85704 

---

All the fixes will be tested during promotion (no PIT testing at this point):

List of all fixes:
===================
JDK-6486771   core-svc        Fix snmp tests connection timeout problem.
JDK-6624849   core-libs       TEST_BUG test/java/util/concurrent/Exchanger/NullExchanges.java fails intermittently
JDK-6791551   core-svc        ExclusiveBind.java has a race condition
JDK-7006339   client-libs     [parfait] potential null pointer dereference in splashscreen
JDK-7152892   other-libs      some jtreg tests fail with permission denied
JDK-7155984   client-libs     [macosx] no "os.version" read permission due missing doPrivileged() blocks
JDK-8000527   core-svc        closed/sun/management/snmp/generic/GenericTest.sh fails intermittently
JDK-8012351   client-libs     Bold fonts everywhere in GTK L&F on Ubuntu with JDK 7
JDK-8017456   client-libs     [TEST_BUG] java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.html: test frames remain after test execution
JDK-8022395   hotspot         java.util.zip.ZipException: Not in GZIP format in JT_JDK/test/java/util/zip/GZIP tests
JDK-8024451   security-libs   Closed RandomOfKlimaOnRSAPremaster.java test fails on Solaris X86
JDK-8025708   security-libs   Certificate Path Building problem with AKI serial number
JDK-8026900   docs            Update "Permissions in the Java Development Kit (JDK)" Document
JDK-8028723   client-libs     [Parfait] warnings from b116 for jdk.src.closed.share.native.sun.dc: 'JNI pending exception'
JDK-8028764   hotspot         dtrace/hotspot_jni/ALL/ALL001 crashes the vm on Solaris-amd64, SIGSEGV in MarkSweep::follow_stack()+0x8a
JDK-8029145   tools           javadoc fails with java.lang.IllegalStateException: endPosTable already set
JDK-8029270   core-svc        [TEST] closed/javax/management/remote/rmiresources/RMIConnectionTest.sh failed on solaris
JDK-8029876   core-libs       Add a test to verify that Logger.getLogger & LogManager.getLogManager don't throw NPE  when System.out == null
JDK-8030060   install         [JDK 8-cpu-repo testing] Online JRE installation aborted with an error dialog
JDK-8031025   security-libs   SQE test CertPath/CertPathBuilderTest/* failed with java.lang.IndexOutOfBoundsException
JDK-8031046   security-libs   Native Windows ccache might still get unsupported ticket
JDK-8031212   tools           doclint incorrectly rejects some @see tags in javadoc comments
JDK-8031366   docs            Guides pages needs to be updated to fix API links
JDK-8031368   docs            Documenting JDK 8 deployment requirement for permissions attribute 
JDK-8031553   hotspot         new hotspot build - hs25-b67
JDK-8031650   core-libs       Update bulk operation demo
JDK-8031694   client-libs     [macosx] TwentyThousandTest test intermittently hangs
JDK-8031695   hotspot         CHA ignores default methods during analysis leading to incorrect code generation
JDK-8031737   core-libs       CHECK_NULL and CHECK_EXCEPTION macros cleanup
JDK-8031743   hotspot         C2: loadI2L_immI broken for negative memory values
JDK-8031821   deploy          Entrust tests(signed/trusted) are failing to connect back to server using jdk8-b123
JDK-8032015   hotspot         new hotspot build - hs25-b68
JDK-8032020   core-libs       Update try-with-resources demo
JDK-8032025   core-libs       Update repeating annotations demo
JDK-8032056   core-libs       Create demo to illustrate new practices of the default methods usage
JDK-8032063   client-libs     javax.swing.plaf.metal.MetalFileChooserUI$FilterComboBoxModel extends non-standard API
JDK-8032196   deploy          JDK 8 Files have wrong license header, have GPL header and should have commercial header.
JDK-8032197   deploy          REGRESSION:Java Bean test fail in the latest JDK 8 b123
JDK-8032198   install         JDK 8 Install Files have wrong license header, have GPL header and should have commercial header.
JDK-8032207   hotspot         C2: assert(VerifyOops || MachNode::size(ra_) <= (3+1)*4) failed: bad fixed size
JDK-8032499   install         Offline bundles no longer send ping
JDK-8032528   deploy          Fix failed for JDK-8028295
JDK-8032566   hotspot         Crash in JIT when running Scala compiler (and compiling Scala std lib)
JDK-8032608   hotspot         new hotspot build - hs25-b69
JDK-8032693   client-libs     javax.print.PrintService does not find any CUPS-Printers on Linux
JDK-8032722   infrastructure  README.html file contains full contents of JDK 7 README.html
JDK-8032766   deploy          FXAppletSecurityManager.java should also be updated the same way as with AWTAppletSecurityManager.java for JDK-8031821.
JDK-8032814   tools           LineNumberTable/LocalVariableTable tables duplication for the "-v -l" combination of options
JDK-8032819   tools           Extra empty line between field declarations for the "-v -c" and "-v -l" combination of options
JDK-8032868   install         Mac AU has a half-implemented URL by default, resulting in broken AU
JDK-8033114   tools           The values of non-static final fields are printed for the -constants option
JDK-8033180   tools           An inappropriate newline symbol in the help section
JDK-8033278   core-libs       Missed access checks for Lookup.unreflect* after 8032585
JDK-8033291   docs            Add information about lambdas and streams to Collections Framework Enhancements in Java SE 8
JDK-8033327   core-libs       closed/sun/reflect/misc/ReflectUtil/CheckConservativeMemberAccess/CheckConservativeMemberAccess.java fails to compile
JDK-8033381   docs            List URLPermission in JDK 8 Networking Enhancements
JDK-8033424   client-libs     [TEST_BUG] Add CYGWIN support for some awt regression tests
JDK-8033529   docs            Update fix table script to ignore HTML pages generated by DARB
JDK-8033581   tools           Incorrect comment alignment
JDK-8033590   core-libs       java.util.Comparator::thenComparing has unnecessary type restriction
JDK-8033686   tools           Internal error for zero indent
JDK-8033711   tools           An exception is thrown if using the "-classpath" option with no arguments 
JDK-8033726   tools           StackMapTable does not unindent properly
JDK-8033798   tools           javap output has unnecessary trailing whitespace
JDK-8033913   tools           Incorrect indentation of StackMapTable entries
JDK-8033930   tools           Unnecessary new line after the StackMapTable
JDK-8034177   core-svc        sun/management/jmxremote/startstop/JMXStartStopTest.java should report port in use
JDK-8034227   client-libs     JDK9 Windows build failure in libdcpr
JDK-8034912   core-libs       backport of 8031737 to jdk8u breaks linux buld.



More information about the jdk8u-dev mailing list