jdk9-b23: dev

lana.steuck at oracle.com lana.steuck at oracle.com
Wed Jul 16 16:53:41 UTC 2014


http://hg.openjdk.java.net/jdk9/jdk9/rev/88567461a2cd 
http://hg.openjdk.java.net/jdk9/jdk9/nashorn/rev/aa3fda2d2967 
http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/0402a91cd14b 
http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/9febf9dbc0a4 
http://hg.openjdk.java.net/jdk9/jdk9/jaxws/rev/ce19e0403ec8 
http://hg.openjdk.java.net/jdk9/jdk9/jaxp/rev/2e5b63006187 
http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/dd472cdacc32 
http://hg.openjdk.java.net/jdk9/jdk9/corba/rev/57735d66face 

---

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

List of all fixes:
===================
JDK-8050101   client-libs     Remove non-existent closed/javax/imageio from jdk/test/closed/TEST.group
JDK-8046590   client-libs     fix doclint issues in swing classes, part 1 of 4
JDK-6904367   core-libs       (coll) IdentityHashMap is resized before exceeding the expected maximum size
JDK-8044760   core-libs       Avoid PropertyMap duplicate for global instances
JDK-8049524   core-libs       Global object initialization via javax.script API should be minimal
JDK-8047062   core-libs       Improve diagnostic output in com/sun/jndi/ldap/LdapTimeoutTest.java
JDK-8049086   core-libs       Minor API convenience functions on "Java" object
JDK-7150092   core-libs       NTLM authentication fail if user specified a different realm
JDK-8038092   core-libs       Re-examine Bidi reflective dependency on java.awt.font
JDK-8048515   core-libs       Read outside array bounds in jdk/src/solaris/native/java/lang/java_props_md.c
JDK-8049884   core-libs       Reduce possible timing noise in com/sun/jndi/ldap/LdapTimeoutTest.java
JDK-8048020   core-libs       Regression on java.util.logging.FileHandler
JDK-8050051   core-libs       Remove unneeded/obsolete -source/-target options in shell tests
JDK-8048212   core-libs       Two tests failed with "java.net.SocketException: Bad protocol option" on Windows after 8029607
JDK-8049220   core-libs       URL.factory data race
JDK-8050109   core-libs       [pack200] tests failing due to removal of -source 5.
JDK-8047067   core-libs       eval("23", ({})[/x/]) crashes with ArrayIndexOutOfBoundsException with optimistic compilation
JDK-8048913   core-libs       java/util/logging/LoggingDeadlock2.java times out
JDK-8050105   core-libs       test sun/rmi/rmic/minimizeWrapperInstances/run.sh fails
JDK-8049821   core-svc        Fix raw and unchecked lint warnings in closed com.sun.management
JDK-8049820   core-svc        Fix raw and unchecked lint warnings in sun.management
JDK-8049736   core-svc        Fix raw and unchecked lint warnings in sun.tracing
JDK-8049794   core-svc        Fix raw and unchecked warnings in jvmstat
JDK-8049824   deploy          9-dev Linux builds fail:  Could not find file .../blacklisted.certs to copy.
JDK-8049055   embedded        Jtreg /jdk/TEST.groups should be changed for profiles
JDK-8044818   embedded        [TESTBUG] runtime/CDSCompressedKPtrs/XShareAuto.java fails with RuntimeException 'sharing' found in stderr
JDK-8043541   hotspot         'fastdebug' is printed twice in java -version 
JDK-8043607   hotspot         Add a GC id as a log decoration similar to PrintGCTimeStamps
JDK-8046783   hotspot         Add hidden field to methods for event based tracing
JDK-8048000   hotspot         Add oracle.jrockit.jfr to package to restricted.pkgs
JDK-8048895   hotspot         Back out JDK-8027915
JDK-8046611   hotspot         Build errors with gcc on sparc/fastdebug 
JDK-8048169   hotspot         Change 8037816 breaks HS build on PPC64 and CPP-Interpreter platforms
JDK-8048298   hotspot         Clang needs to lower optimization level for some files
JDK-8047373   hotspot         Clean the ExceptionCache in one pass
JDK-8047326   hotspot         Consolidate all CompiledIC::CompiledIC implementations and move it to compiledIC.cpp
JDK-8043158   hotspot         Crash in CodeSweeperSweepNoFlushTest in CompileQueue::free_all()
JDK-8047812   hotspot         Ensure ClassLoaderDataGraph::classes_unloading_do only delivers klasses from CLDs with non-reclaimed class loader oops
JDK-8024017   hotspot         Extract JFR recording from the core file using SA
JDK-8047820   hotspot         G1 Block offset table does not need to support generic Space classes
JDK-8047819   hotspot         G1 HeapRegionDCTOC does not need to inherit ContiguousSpaceDCTOC
JDK-8046231   hotspot         G1: Code root location ... from nmethod ... not in strong code roots for region
JDK-6642881   hotspot         Improve performance of Class.getClassLoader()
JDK-8044775   hotspot         Improve usage of umbrella header atomic.inline.hpp.
JDK-8046670   hotspot         Make CMS metadata aware closures applicable for other collectors
JDK-8043630   hotspot         Method os::yield_all() should be removed
JDK-8026977   hotspot         NPG: Remove ConstantPool::lock
JDK-8047973   hotspot         Quarantine compiler/ciReplay/*
JDK-8047996   hotspot         Quarantine compiler/whitebox tests
JDK-8034196   hotspot         Record metadata about hidden methods in JFR
JDK-8047368   hotspot         Remove oracle.jrockit.jfr from open package.access list
JDK-8047323   hotspot         Remove unused _copy_metadata_obj_cl in G1CopyingKeepAliveClosure
JDK-8046282   hotspot         SA update
JDK-8042398   hotspot         TestGCYoungGenerationConfigurationEventWithMinAndMaxSize.java fails when MaxHeapSize == InitialHeapSize
JDK-8027915   hotspot         TestParallelHeapSizeFlags fails with unexpected heap size
JDK-8047720   hotspot         Xprof hangs on Solaris
JDK-8038074   hotspot         [TESTBUG] Add test for anewarray instruction with more than 255 dimensions
JDK-8047939   hotspot         [TESTBUG] Rewrite test/runtime/8001071/Test8001071.sh
JDK-8047384   hotspot         [TESTBUG] closed/runtime/4420691/Intr.java fails with: closed/runtime/4420691/Test4420691.sh: test: argument expected
JDK-8026847   hotspot         [TESTBUG] gc/g1/TestSummarizeRSetStats* tests launch 32bit jvm with UseCompressedOops
JDK-8048076   hotspot         [TESTBUG] runtime/Unsafe/RangeCheck.java fails with -Xcomp
JDK-8047878   hotspot         [TESTBUG] runtime/memory/ReadFromNoaccessArea.java and runtime/memory/ReserveMemory.java time out on Solaris
JDK-8046286   hotspot         assert: Do not add task if compilation is turned off forever
JDK-8007987   hotspot         ciConstantPoolCache::_keys should be array of 32bit int
JDK-8035328   hotspot         closed/compiler/6595044/Main.java failed with timeout
JDK-8008321   hotspot         compile.cpp verify_graph_edges uses "bool" as "int"
JDK-8033332   hotspot         missing types in TemplateInterpreterGenerator::generate_result_handler_for
JDK-8041794   hotspot         remove bytecodes_<arch>.{cpp,hpp} files
JDK-8048003   hotspot         test/compiler/8009761/Test8009761.java failed with: java.lang.RuntimeException: static java.lang.Object Test8009761.m3(boolean,boolean) not compiled
JDK-8047321   infrastructure  Hotspot debug builds with clang are broken
JDK-8047154   infrastructure  Testset all fails because of missing jdk_beansX test groups
JDK-8046471   infrastructure  Use OPENJDK_TARGET_CPU_ARCH instead of legacy value for hotspot ARCH
JDK-8048184   infrastructure  get_source.sh outputs 'integer expression expected' messages
JDK-8044085   security-libs   Access ExtendedGSSContext.inquireSecContext() result through SASL
JDK-8043406   security-libs   Change default policy for JCE providers to run with as few privileges as possible 
JDK-8047765   security-libs   Generate blacklist.certs in build 
JDK-8041781   security-libs   Need new regression tests for PBE keys
JDK-7065233   security-libs   To interpret case-insensitive string locale independently
JDK-8049936   security-libs   Update the CheckBlacklistedCerts.java test to find new location of blacklisted.certs.pem
JDK-8050118   security-libs   Windows policy file missing semicolon
JDK-8049244   security-libs   XML Signature performance issue caused by unbuffered signature data
JDK-8049713   security-libs   [TESTBUG] Need to change closed/com/sun/jndi/dns/RandomXID.java to work under profiles
JDK-8049703   security-libs   [TESTBUG] Need to change closed/com/sun/jndi/ldap/privconn/test.sh to work under profiles
JDK-8049602   security-libs   [TESTBUG] Need to change closed/java/util/jar/JarVerifier/dupentry.sh to work under profiles
JDK-8048063   tools           (jdeps) Add filtering capability
JDK-8029548   tools           (jdeps) use @jdk.Exported to determine supported vs JDK internal API
JDK-8044080   tools           Group 3: create .out files for unicode, implicitThis and importChecks tests in tools/javac dir
JDK-8046618   tools           Group 5b: .out files for enum tests in tools/javac dir
JDK-8046635   tools           Group 5c: .out files for enum tests in tools/javac/dir
JDK-8042261   tools           Implement classfile tests for Deprecated attribute.
JDK-8050106   tools           JavaCompiler relies on inappropriate result from comparison
JDK-8048806   tools           Javadoc errors out on some valid HTML tags
JDK-8049284   tools           Missing bug id in test/tools/javac/varargs/warning/Warn* 
JDK-8031569   tools           Refactor javac scope implementation to enable lazy imports
JDK-8011044   tools           Remove support for 1.5 and earlier source and target options
JDK-8049491   tools           Remove three auxilary files in tools/javac/enum dir
JDK-8033483   tools           Should ignore nested lambda bodies during overload resolution
JDK-8049396   tools           [javadoc] add more class-use test cases
JDK-8049393   tools           [javadoc] parameters are not sorted correctly
JDK-8039028   tools           [javadoc] refactor the usage of Util.java
JDK-8043926   tools           javac, code valid in 7 is not compiling for 8
JDK-8049075   tools           javac, wildcards and generic vararg method invocation not accepted
JDK-8042239   tools           javac: TreeMaker.Type(Type t) does not handle UnionClassType
JDK-8031092   tools           jdeps does not recognize --help option.
JDK-8050086   tools           jdk.Exported is missing @return
JDK-8030610   tools           replace test/tools/javac/versions/check.sh 
JDK-8044656   xml             Update JAX-WS RI integration to latest version


More information about the jdk9-dev mailing list