jdk9-b93: dev

lana.steuck at oracle.com lana.steuck at oracle.com
Thu Nov 19 00:25:55 UTC 2015


http://hg.openjdk.java.net/jdk9/jdk9/rev/331fda57dfd3 
http://hg.openjdk.java.net/jdk9/jdk9/nashorn/rev/e13533f7bb78 
http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/7f880f98506c 
http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/2f12392d0dde 
http://hg.openjdk.java.net/jdk9/jdk9/jaxws/rev/5e94fbbb7032 
http://hg.openjdk.java.net/jdk9/jdk9/jaxp/rev/b9c50c63305c 
http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/d8b24776484c 
http://hg.openjdk.java.net/jdk9/jdk9/corba/rev/27e9c8d8091e 

---

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

List of all fixes:
===================
JDK-8139932   client-libs     Typo in makefile changes for  8043805  [Allow using a system-installed 
JDK-8010803   core-libs       Number to String conversion functionality overhaul 
JDK-8047366   core-libs       (1000000000000000128).toString() and (1000000000000000128).toFixed() d 
JDK-8066571   core-libs       UnsupportedTemporalTypeException is thrown not only in the case of uns 
JDK-8079459   core-libs       JCK test api/java_nio/ByteBuffer/index.html#GetPutXXX start failing af 
JDK-8131129   core-libs       Attempt to define a duplicate BMH$Species class 
JDK-8132455   core-libs       com/sun/jndi/ldap/LdapTimeoutTest.java fails at handleNamingException 
JDK-8136556   core-libs       Add the ability to perform static builds of MacOSX x64 binaries 
JDK-8138566   core-libs       (Process) java.lang.Process.allChildren specification clarification 
JDK-8138664   core-libs       ZonedDateTime parse error for any date using  'GMT0' ZoneID 
JDK-8140213   core-libs       Process/ProcessHandle.onExit() spec need to be improved 
JDK-8140250   core-libs       (process) Process.info description is inaccurate 
JDK-8140606   core-libs       Update library code to use internal Unsafe 
JDK-8140649   core-libs       imageFile should use delete[] with new[] 
JDK-8141505   core-libs       floating point parse incorrect on big integer 
JDK-8141538   core-libs       Make DynamicLinker specific to a Context in Nashorn 
JDK-8141541   core-libs       Simplify Nashorn's Context class loader handling 
JDK-8141550   core-libs       Introduce a command line option instead of nashorn.unstable.relink.thr 
JDK-8141630   core-libs       Specification of Collections.synchronized* need to state traversal con 
JDK-8141652   core-libs       Rename methods Objects.nonNullElse* to requireNonNullElse* 
JDK-8141662   core-libs       Javadoc fix. Do not suggest to use new Boolean(true). 
JDK-8141677   core-libs       Improve java.lang.invoke.MemberName hashCode implementation 
JDK-8141678   core-libs       sun.invoke.util.Wrapper eagerly initializes all integral type caches 
JDK-8141702   core-libs       Add support for Symbol property keys 
JDK-8142369   core-libs       Move TestLocalTime.java to tier 2 
JDK-8142370   core-libs       Move java/util/concurrent/Phaser/Basic.java to tier 2 
JDK-8142422   core-libs       Smaller Dynalink API adjustments 
JDK-8142501   core-libs       nashorn tests failing after recent changes 
JDK-8142857   core-libs       Enable all nashorn "api" tests for jtreg test run 
JDK-8142864   core-libs       Raw types warning in WeakValueCache 
JDK-8047212   hotspot         runtime/ParallelClassLoading/bootstrap/random/inner-complex assert(Obj 
JDK-8058563   hotspot         InstanceKlass::_dependencies list isn't cleared from empty nmethodBuck 
JDK-8060017   hotspot         G1: Report heap sizing time 
JDK-8129855   hotspot         -XX:+IgnoreUnrecognizedVMOptions hides out of range VM options. 
JDK-8134642   hotspot         ParkEvent::RawThreadIdentity appears to be unused and should be remove 
JDK-8138809   hotspot         improve tests for CompilerToVM::hasCompiledCodeForOSR 
JDK-8138920   hotspot         Refactor the sampling thread from ConcurrentG1RefineThread 
JDK-8138923   hotspot         Remove oop coupling with InstanceKlass subclasses 
JDK-8138975   hotspot         G1CollectorPolicy::calculate_young_list_target_length should be const 
JDK-8139040   hotspot         Fix initializations before ShouldNotReachHere() etc. and enable -Wunin 
JDK-8139116   hotspot         Fixes for warning "format not a string literal" 
JDK-8139149   hotspot         Split G1 evacuate_collection_set into multiple steps 
JDK-8139163   hotspot         InstanceKlass::cast passes through NULL 
JDK-8139170   hotspot         JVMCI refresh 
JDK-8139203   hotspot         Consistent naming for klass type predicates 
JDK-8139385   hotspot         [TESTBUG]: JVMCI test crashes in constantPoolHandle::constantPoolHandl 
JDK-8139391   hotspot         nsk/jvmti/RedefineClasses/redefclass029 failed 
JDK-8139664   hotspot         Delete ConcurrentMarkSweepThread::is_ConcurrentGC_thread() 
JDK-8139762   hotspot         Format warnings in libjvm_db.c  
JDK-8139772   hotspot         Cleanups in Generation related code 
JDK-8139801   hotspot         Error message from validation check has wrong order on Windows 
JDK-8139891   hotspot         Prepare Unsafe for true encapsulation 
JDK-8139900   hotspot         [TESTBUG] Remove G1UpdateBufferSize and InitialBootClassLoaderMetaspac 
JDK-8139903   hotspot         G1EvacStats does not split log entries. 
JDK-8139952   hotspot         Remove UseCMSAdaptiveFreeLists, UseAsyncConcMarkSweepGC, CMSDictionary 
JDK-8140243   hotspot         [TESTBUG] Exclude compiler/jvmci/compilerToVM/GetConstantPoolTest.java 
JDK-8140251   hotspot         Define the G1 term MMU somewhere in the source code. 
JDK-8140274   hotspot         methodHandles and constantPoolHandles should be passed as const refere 
JDK-8140389   hotspot         Remove StringCharIntrinsics flag after JDK-8138651 is fixed 
JDK-8140393   hotspot         Move WorkerDataArray to its own file 
JDK-8140489   hotspot         Introduce shorthand for average_time_ms in G1CollectorPolicy 
JDK-8140583   hotspot         Without PrintPLAB, there are superfluous newlines in the GC log messag 
JDK-8140647   hotspot         [TESTBUG] Add failing JDK jtreg tests to ProblemList 
JDK-8140663   hotspot         FrameValue might be used uninitialized 
JDK-8140761   hotspot         Remove caching from WorkerDataArray 
JDK-8141044   hotspot         C1 should fold (this == null) to false 
JDK-8141129   hotspot         3 compiler control tests fail on product builds 
JDK-8141132   hotspot         Integration 
JDK-8141393   hotspot         [TESTBUG] VMOptionsTest.java fails on ARM 
JDK-8141416   hotspot         "expr: syntax error" due to gcc -dumpversion excluding micro 
JDK-8141443   hotspot         jdk/test/java/util/regex/RegExTest.java fails: No match found 
JDK-8141629   hotspot         Hs-comp doesn't build with JDK-8139040 
JDK-8139256   infrastructure  Add Makefile target to run internal VM tests 
JDK-8139271   infrastructure  Add top-level Makefile target to run hotspots jtreg tests 
JDK-8140396   infrastructure  BUILD_LIBJIMAGE missing as a dependency to JAVA_BASE_EXPORT_SYMBOLS_SR 
JDK-8141696   infrastructure  Improve COMPARE_BUILD 
JDK-8142383   infrastructure  Use named arguments for SetupCompileProperties in jdk 
JDK-8048356   security-libs   SecureRandom default provider tests 
JDK-8076359   security-libs   Test Task: Develop new tests for Leverage CPU Instructions for GHASH a 
JDK-8129740   tools           Incorrect class file created when passing lambda in inner class constr 
JDK-8136419   tools           Type annotations in initializers and lambda bodies not written to clas 
JDK-8138612   tools           Do not retain declaration annotations on lambda formal parameters 
JDK-8139255   tools           javac reports "cannot override" messages instead of "cannot hide" mess 
JDK-8141092   tools           JShell: Completion hangs on identifier completion 
JDK-8141508   tools           java.lang.invoke.LambdaConversionException: Invalid receiver type ... 
JDK-8141613   tools           Compiler fails to infer generic type 
JDK-8141639   tools           Signatures in Lower could be made tighter by using JCExpression instea 
JDK-8142384   tools           JShell tool: New command: /imports, /i which show the list of imported 
JDK-8142467   tools           Remove all references to Flags.IPROXY 
JDK-8142476   tools           Call site initialization exception caused by LambdaConversionException 


More information about the jdk9-dev mailing list