jdk9-b14: dev

lana.steuck at oracle.com lana.steuck at oracle.com
Wed May 21 18:47:55 UTC 2014


http://hg.openjdk.java.net/jdk9/jdk9/rev/4e3aa9723e99 
http://hg.openjdk.java.net/jdk9/jdk9/nashorn/rev/806df06b6ac5 
http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/1df3f53b9d98 
http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/5c7a17a81afd 
http://hg.openjdk.java.net/jdk9/jdk9/jaxws/rev/02e58850b706 
http://hg.openjdk.java.net/jdk9/jdk9/jaxp/rev/32b3fc4bc737 
http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/bd333491bb6c 
http://hg.openjdk.java.net/jdk9/jdk9/corba/rev/a2b82f863ba9 

---

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

List of all fixes:
===================
JDK-8042816   core-libs       (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified, part 2
JDK-8000975   core-libs       (process) Merge UNIXProcess.java.bsd & UNIXProcess.java.linux
JDK-8042889   core-libs       (props) Properties.loadFromXML/storeToXML should consistently use the UKit parser
JDK-8043119   core-libs       (props) Properties.storeToXML closes output stream
JDK-8043012   core-libs       (tz) Support tzdata2014c
JDK-8034170   core-libs       Digest authentication interop issue
JDK-8043132   core-libs       Nashorn : all tests failed with java.security.AccessControlException
JDK-8041791   core-libs       String.toLowerCase regression - violates Unicode standard
JDK-7153400   core-libs       ThreadPoolExecutor's setCorePoolSize method allows corePoolSize > maxPoolSize
JDK-8030709   core-libs       Tidy warnings cleanup for java.lang package; minor cleanup in java.math, javax.script
JDK-8042859   core-svc        Build broken for Solaris
JDK-8039173   core-svc        Propagate errors from Diagnostic Commands as exceptions in the attach framework
JDK-8034960   core-svc        Serviceability tests using @library failing with java.lang.NoClassDefFoundError
JDK-8038795   core-svc        Tidy warnings cleanup for javax.management
JDK-8031126   core-svc        java/lang/management/ThreadMXBean/ThreadUserTime.java fails intermittently
JDK-8042958   docs            Small typo in standards/index.html
JDK-8041957   hotspot         -XX:UseAVX=0 cause assert(UseAVX) failed
JDK-8042833   hotspot         Add TestGCYoungGenerationConfigurationEventWithMinAndMaxSize.java to ProblemList.txt
JDK-8041771   hotspot         C1: remove unused IR::_locals_size
JDK-8039298   hotspot         C2: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr::NULL_PTR)) failed: NULL+offs not RAW address?
JDK-8022070   hotspot         Compilation error in stubGenerator_sparc.cpp with some compilers
JDK-8041497   hotspot         Compilation of compiler/rtm/cli/TestUseRTMDeoptOption* tests failed
JDK-8042428   hotspot         CompileQueue::free_all() code is incorrect
JDK-8026784   hotspot         Error message in AdaptiveFreeList<Chunk>::verify_stats is wrong
JDK-8042570   hotspot         Excessive number of tests timing out on nightly testing due to fix for 8040798
JDK-8041468   hotspot         Field nmethod::_lock_count should be declared volatile
JDK-8042443   hotspot         Fix C++-Interpreter after "8036956: remove EnableInvokeDynamic flag"
JDK-8041992   hotspot         Fix of JDK-8034775 neglects to account for non-JIT VMs
JDK-8042195   hotspot         Introduce umbrella header orderAccess.inline.hpp
JDK-8041481   hotspot         JVM crashes with collect_args_for_profiling
JDK-8027643   hotspot         Merge GenCollectorPolicy and TwoGenerationCollectorPolicy
JDK-6885993   hotspot         Named Thread: introduce print() and print_on(outputStream* st) methods
JDK-8029302   hotspot         Performance regression in Math.pow intrinsic
JDK-8039407   hotspot         Regression test needed for JDK-8015396
JDK-8034094   hotspot         SA agent can't compile when jni_x86.h is used
JDK-8035936   hotspot         SIGBUS in StubRoutines::aesencryptBlock, solaris-sparc
JDK-8041959   hotspot         Skip replay parsing errors with ReplayIgnoreInitErrors
JDK-8041620   hotspot         Solaris Studio 12.4 C++ 5.13 change in behavior for placing friend declarations within surrounding scope
JDK-8041627   hotspot         Solaris Studio 12.4 C++ 5.13 compilation error due to lack of "surplus" prototype for binaryTreeDictionary.cpp
JDK-8042309   hotspot         Some bugfixes for the ppc64 port.
JDK-8039960   hotspot         Unexpected exit from test compiler/profiling/spectrapredefineclass/Launcher.java
JDK-8040919   hotspot         Uninitialised memory in hotspot/src/share/vm/compiler/oopMap.cpp
JDK-8042059   hotspot         Various fixes to linux/sparc
JDK-8037525   hotspot         [TESTBUG] Test closed/com/oracle/jfr/core/GeneratedEventHandlers.java is missing keyword "jfr"
JDK-8042214   hotspot         add @ignore tag to all excluded jtreg tests in test/compiler
JDK-8042052   hotspot         assert(t != NULL) failed: must set before get
JDK-8042281   hotspot         compiler/7184394/TestAESMain.java fails with: javax.crypto.IllegalBlockSizeException: Input length not multiple of 16 bytes
JDK-8040798   hotspot         compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
JDK-8040085   hotspot         dtrace/jsdt tests crash on solaris. found an unadvertised bad scavengable oop in the code cache
JDK-8023697   hotspot         failed class resolution reports different class name in detail message for the first and subsequent times
JDK-8036956   hotspot         remove EnableInvokeDynamic flag
JDK-8036851   hotspot         volatile double accesses are not explicitly atomic in C2
JDK-8042932   infrastructure  Bump up the -source version for JDK 9 builds
JDK-8042882   infrastructure  Support verbosity options in langtools testing
JDK-8042810   infrastructure  hgforest: some shells run read in sub-shell and can't use fifo
JDK-8032441   infrastructure  langtools/test/Makefile breaks when JT_JAVA set to a JDK 9 build
JDK-8043182   infrastructure  sh get_source.sh http://closedjdk.sfbay.sun.com gets syntax errors
JDK-8042818   other-libs      Remove abandoned tests from jdk/src/closed repository
JDK-8042906   other-libs      Remove use of reflection in ORB
JDK-8040059   security-libs   Change default policy for extensions to no permission
JDK-6996377   security-libs   shrink duplicate code in the constructor of PKIXValidator
JDK-8038730   tools           Clean up the way JavadocTester is invoked, and checks for errors.
JDK-8040822   tools           Duplicated notifications can be sent to TaskListener
JDK-8040327   tools           Eliminate AnnotatedType
JDK-8035763   tools           Error parsing binary type annotations data in javac.
JDK-8042656   tools           Inference produces spurious error for intersection type bounds check
JDK-8042601   tools           Javadoc sort fails
JDK-8042867   tools           Missing license header for langtools/make/netbeans/langtools/nbproject/project.properties
JDK-8034223   tools           Most-specific should not have any special treatment for boxed vs. unboxed types
JDK-8041663   tools           Sensitive dependence on location of nested interface
JDK-8042886   tools           Test langtools/test/com/sun/javadoc/testHtmlDocument/TestHtmlDocument.java fails on Windows
JDK-8042839   tools           XPreferTest fails on Windows
JDK-8037379   tools           fix for JDK-8029569 doesn't cover all possible cases
JDK-8028503   tools           javac, for method references a primitive type can be added as a bound


More information about the jdk9-dev mailing list