jdk9-b08: dev

lana.steuck at oracle.com lana.steuck at oracle.com
Mon Apr 14 17:25:54 UTC 2014


http://hg.openjdk.java.net/jdk9/jdk9/rev/db045d8faa09 
http://hg.openjdk.java.net/jdk9/jdk9/nashorn/rev/4764920fd81d 
http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/ea02d24b3f1d 
http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/9e7bd44ea85c 
http://hg.openjdk.java.net/jdk9/jdk9/jaxws/rev/2d9f4166e0be 
http://hg.openjdk.java.net/jdk9/jdk9/jaxp/rev/3b360a77658e 
http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/4dedef5e51ed 
http://hg.openjdk.java.net/jdk9/jdk9/corba/rev/2da7fead826b 

---

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

List of all fixes:
===================
JDK-6815126   core-svc        intermittent SimulResumerTest.java failure
JDK-7090324   hotspot         gclog rotation via external tool
JDK-7189721   hotspot         nightly tests failed on JDI attaching
JDK-8001532   hotspot         C2 node files refactoring
JDK-8007890   hotspot         [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
JDK-8012125   hotspot         Comments for ConstantPoolCache should reflect the addition of resolved_references in ConstantPool
JDK-8015499   tools           javac, Gen is generating extra checkcast instructions in some corner cases
JDK-8016039   hotspot         jvm.lib is missing from export list unless building server
JDK-8023945   tools           javac wrongly allows a subclass of an anonymous class
JDK-8028192   security-libs   Use of PKCS11-NSS provider in FIPS mode broken
JDK-8028354   core-svc        jstat does not provide enough information when fail to read data from remote JVM
JDK-8028498   hotspot         runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java asserts in RT_Baseline
JDK-8029073   other-libs      (corba) New connection reclaimed when number of connection is greater than  highwatermark
JDK-8029995   security-libs   accept yes/no for boolean krb5.conf settings
JDK-8031490   deploy           Broken Java SE 7 jnlp samples (app2 and app3) 
JDK-8031755   hotspot         Type speculation should be used to optimize explicit null checks
JDK-8031766   hotspot         jstatd nightly tests failing with Expected one jstatd process, got 2. Test will be canceled.
JDK-8031820   hotspot         NPG: Fix remaining references to metadata as oops in comments
JDK-8032222   hotspot         [TESTBUG] runtime/SharedArchiveFile/CdsWriteError.java fails on Mac OS with  java.lang.RuntimeException
JDK-8032884   xml             Globalbindings optionalProperty="primitive" does not work when minOccurs=0
JDK-8032977   infrastructure  Add serial lint warning to build of jdk repository
JDK-8033113   xml             wsimport fails on WSDL:header parameter name customization
JDK-8033251   hotspot         Use DWARF debug symbols for Linux 32-bit as default
JDK-8034793   hotspot         [TESTBUG] closed/runtime/4178050/eintr.java fails with UnsatisfiedLinkError on Solaris 11 x64
JDK-8034951   hotspot         Flight Recorder, dumponexit=true should work, even if you haven't started a default recording
JDK-8035134   infrastructure  JDK9 unix debug bundle manifest file list issue
JDK-8035284   core-libs       AbstractMap unnecessarily initializes two volatiles to null
JDK-8035427   core-libs       Math.random() JavaDoc: missing maximum returned value
JDK-8035986   security-libs   KerberosKey algorithm names are not specified
JDK-8036666   hotspot         JVMTI GetObjectMonitorUsage does not return correct recursion count.
JDK-8036767   hotspot         PPC64: Support for little endian execution model
JDK-8036818   core-libs       DateTimeFormatter withResolverFields() fails to accept null
JDK-8037295   hotspot         Add size_t versions of Atomic::add, dec, and inc
JDK-8037363   hotspot         JFR hangs the JVM when machine was booted with maxcpus kernel flag
JDK-8037396   core-libs       URI getQuery() and getFragment() don't decode properly
JDK-8037557   security-libs   test SessionCacheSizeTests.java timeout
JDK-8037881   tools           javax.crypto is not listed in the compact* profiles javadoc
JDK-8037959   hotspot         BitMap::resize frees old map before copying memory if !in_resource_area
JDK-8037970   hotspot         make PrintMethodData a diagnostic options
JDK-8038201   hotspot         Clean up misleading usage of malloc() in init_system_properties_values()
JDK-8038263   tools           Refactor annotation handling after actualEnterAnnotations
JDK-8038306   core-libs       (tz) Support tzdata2014b
JDK-8038393   hotspot         [TESTBUG] ciReplay/* tests fail after 8034775
JDK-8038404   hotspot         Move object_iterate_mem from Space to CMS since it is only ever used by CMS
JDK-8038405   hotspot         Clean up some virtual fucntions in Space class hierarchy
JDK-8038412   hotspot         Move object_iterate_careful down from Space to ContigousSpace and CFLSpace
JDK-8038431   security-libs   Close InputStream when finished retrieving XML Signature HTTP References
JDK-8038455   tools           Use single Context for all rounds of annotation processing
JDK-8038491   core-libs       Improve synchronization in ZipFile.read()
JDK-8038498   hotspot         Fix includes and C inlining after 8035330
JDK-8038628   hotspot         Remove unused Closure::abort()
JDK-8038630   hotspot         Remove ExtendedOopClosure::prefetch_style()
JDK-8038633   hotspot         crash in VM_Version::get_processor_features() on startup
JDK-8038822   core-svc        java/lang/management/MemoryMXBean/LowMemoryTest2.sh still fails with OutOfMemoryError: Metaspace
JDK-8038829   hotspot         G1: More useful information in a few assert messages
JDK-8039006   hotspot         Eliminate JFR dependency on BCEL
JDK-8039022   other-libs      Fix serial lint warnings in sun.tools.java
JDK-8039027   tools           Fix serial lint warnings in jconsole and jstat
JDK-8039029   infrastructure  Readd --with-rtpatch-dir to avoid build failures until RE scripts have been updated.
JDK-8039030   infrastructure  9-dev windows-i586 build failed with mktemp: command not found
JDK-8039038   core-svc        Fix serial lint warnings in com.sun.jmx.snmp
JDK-8039041   core-libs       Tidy warnings cleanup for javax.naming
JDK-8039043   hotspot         Implicit null check is in the wrong place in C1 -UseCompressedOops
JDK-8039045   hotspot         PPC64: need include in adl generated files after 8001532
JDK-8039074   client-libs     Tidy warnings cleanup for javax.swing
JDK-8039124   core-libs       j.u.regex.Matcher.appendReplace/Tail() should support StringBuilder variant for better performance
JDK-8039132   security-libs   cleanup @ignore JAAS/krb5 tests
JDK-8039172   core-libs       Tidy warnings cleanup for java.net, java.time, java.rmi
JDK-8039181   core-libs       Persistent code store does not use absolute paths internally
JDK-8039217   hotspot         JFR: Java API lacks proper event field testing
JDK-8039225   hotspot         JFR: Event field consisting of character leads to NPE
JDK-8039231   tools           [javadoc] test failure caused by javax.crypto fix
JDK-8039245   core-svc        CLONE - closed/sun/management/snmp/generic/GenericTest.sh fails intermittently
JDK-8039253   core-libs       Remove undocumented com.oracle.net
JDK-8039256   core-svc        Add sun/jvmstat/monitor/MonitoredVm/CR6672135.java to ProblemList.txt
JDK-8039258   core-libs       Adding com.oracle.net to closed JDK
JDK-8039259   client-libs     Tidy warnings cleanup for java.awt
JDK-8039318   install         Installer build failure observed in jprt
JDK-8039368   core-svc        Remove testcase from npt utf.c
JDK-8039387   core-libs       Nashorn supports indexed access of List elements, but length property is not supported
JDK-8039395   core-libs       Regression test failures on Solaris
JDK-8039403   core-libs        Write sanity tests for persistent caching 
JDK-8039411   infrastructure  Extend fixpath to allow environment variable definitions
JDK-8039466   tools           Tests failing in langtools repository.
JDK-8039474   core-libs       sun.misc.CharacterDecoder.decodeBuffer should use getBytes(iso8859-1)
JDK-8039527   core-libs       Broken links in ConcurrentMap javadoc
JDK-8039575   security-libs   liberate two manual kerberos tests
JDK-8039754   hotspot         Eliminate JFR dependency on sun.management
JDK-8039864   other-libs      Fix fallthrough lint warnings in other libs
JDK-8039899   xml             Missing licence headers in test for JDK-8033113 
JDK-8039990   infrastructure  Add sequential operation support to hgforest


More information about the jdk9-dev mailing list