jdk9-b108: dev
lana.steuck at oracle.com
lana.steuck at oracle.com
Wed Mar 2 19:46:08 UTC 2016
http://hg.openjdk.java.net/jdk9/jdk9/rev/c7be2a78c31b
http://hg.openjdk.java.net/jdk9/jdk9/nashorn/rev/58409eff7e3e
http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/fd18a155ad22
http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/42794e648cfe
http://hg.openjdk.java.net/jdk9/jdk9/jaxws/rev/513eb2e432f6
http://hg.openjdk.java.net/jdk9/jdk9/jaxp/rev/3b9fa8b14914
http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/934f6793f5f7
http://hg.openjdk.java.net/jdk9/jdk9/corba/rev/84f2862a25eb
---
All the fixes will be tested during promotion (no PIT testing at this point):
List of all fixes:
===================
JDK-6432031 core-libs Add support for SO_REUSEPORT
JDK-8074411 core-libs Describe "minor unit" and/or "default fraction digits" in Currency cla
JDK-8087112 core-libs HTTP API and HTTP/1.1 implementation
JDK-8132734 core-libs JDK 9 runtime changes to java.util.jar to support multi-release jar fi
JDK-8141491 core-libs Unaligned memory access in Bits.c
JDK-8143410 core-libs augment pseudo-code descriptions in MethodHandles API
JDK-8148379 core-libs jdk.nashorn.api.scripting spec. adjustments, clarifications
JDK-8149154 core-libs tools/pack200/Pack200Test.java failed with NullPointerException
JDK-8149611 core-libs Add tests for Unsafe.copySwapMemory
JDK-8150204 core-libs (fs) Enhance java/nio/file/Files/probeContentType/Basic.java debugging
JDK-8150360 core-libs augment/correct MethodHandle API documentation
JDK-8150434 core-libs Remove redundant "jdk_localedata" from the CLDR locale data meta info
JDK-8150608 core-libs Mark BashStreams.java as intermittently failing and put to ProblemList
JDK-8150814 core-libs correct package declaration in Nashorn test
JDK-8150825 core-libs MethodHandles.tryFinally throws IndexOutOfBoundsException for non-conf
JDK-6378256 hotspot Performance problem with System.identityHashCode in client compiler
JDK-8009538 hotspot [Event Request] Want events for tenuring distribution
JDK-8136854 hotspot G1 ConcurrentG1RefineThread::stop delays JVM shutdown for >150ms
JDK-8138922 hotspot StubCodeDesc constructor publishes partially-constructed objects on St
JDK-8143220 hotspot Fix documentation of InitiatingHeapOccupancyPercent
JDK-8143542 hotspot C2 doesn't eliminate identical checks
JDK-8144957 hotspot Remove PICL warning message
JDK-8145725 hotspot Remove the WorkAroundNPTLTimedWaitHang workaround
JDK-8147379 hotspot Investigate if ConvertSleepToYield still should be false by default on
JDK-8148518 hotspot Unsafe.getCharUnaligned() loads aren't folded in case of -XX:-UseUnali
JDK-8148564 hotspot compiler/intrinsics/string/TestStringIntrinsics2.java times out
JDK-8148987 hotspot [Linux] Allow building on older systems without CPU_ALLOC support
JDK-8148992 hotspot VM can hang on exit if root region scanning is initiated but not execu
JDK-8148994 hotspot Replacing MH::invokeBasic with a direct call breaks LF customization
JDK-8149096 hotspot Remove unused code in methodComparator
JDK-8149123 hotspot [TESTBUG] compiler/loopopts/superword/SumRed* tests running on non-x86
JDK-8149141 hotspot Optimized build is broken
JDK-8149356 hotspot Leftover from JDK-8141044: UseNewCode usage
JDK-8149415 hotspot [AArch64] implement JVMCI CodeInstaller
JDK-8149421 hotspot Vectorized Post Loops
JDK-8149427 hotspot Remove .class files from the hotspot repo .hgignore file
JDK-8149472 hotspot NPE when executing HotSpotConstantReflectionProvider::constantEquals w
JDK-8149541 hotspot Use log_error() instead of log_info() when verification reports a prob
JDK-8149542 hotspot Missing failure reporting in HeapRegion::verify
JDK-8149543 hotspot range check CastII nodes should not be split through Phi
JDK-8149648 hotspot Add number of regions to the G1HeapSummary event
JDK-8149650 hotspot Create a trace event for G1 heap region type transitions
JDK-8149689 hotspot [JVMCI] CodeInstaller::pd_patch_DataSectionReference should be able to
JDK-8149695 hotspot [JVMCI] add missing Checkstyle configuration file
JDK-8149697 hotspot Fix for 8145725 is broken
JDK-8149740 hotspot NPEs when executing some HotSpotConstantReflectionProvider with null a
JDK-8149797 hotspot Compilation fails with "assert(in_hash) failed: node should be in igvn
JDK-8149813 hotspot Move trusted final field handling from C2 LoadNode::Value to shared co
JDK-8149820 hotspot Move G1YoungGenSizer to g1CollectorPolicy.cpp
JDK-8149826 hotspot Concurrent misspelled in the CMS logging
JDK-8149918 hotspot CPUIDBrandString stub is generated on demand
JDK-8149969 hotspot [JVMCI] PrintNMethods is ignored for CompilerToVM.installCode when not
JDK-8150075 hotspot [JVMCI] expose reserved stack machinery and Inline flag in HotSpotVMCo
JDK-8150197 infrastructure Integrate AIX fixes from build-infra
JDK-8150203 infrastructure Incremental update from build-infra project
JDK-8150257 infrastructure Remove softfloat lib support
JDK-8150497 infrastructure 32 jshell tests failed on Windows 32 bit
JDK-8150337 other-libs sun/misc/SunMiscSignalTest.java failed intermittently
JDK-8145854 security-libs SSLContextImpl.statusResponseManager should be generated if required
JDK-8149417 security-libs Use final restricted flag
JDK-8131027 tools JShell API/tool: suggest imports for a class
JDK-8145472 tools replace remaining java.io.File with java.nio.file.Path
JDK-8147569 tools Error messages from sjavac server does not always get relayed back to
JDK-8147571 tools Information about written .h files is printed on the wrong logging lev
JDK-8148498 tools The sjavac client should never create a port file
JDK-8149328 tools remove the dependency on java.logging from java.compiler
JDK-8149600 tools javac, remove unused options, step 2
JDK-8149772 tools cleanup handling of -encoding in JavacFileManager
JDK-8150427 tools Demote ToolReloadTest.java and mark as intermittently failing
JDK-8150475 tools -sourcepath / crashes javac
JDK-8150874 tools Disable the ComputeFQNsTest.testSuspendIndexing test
JDK-8149915 xml enabling validate-annotations feature for xsd schema with annotation c
JDK-8150470 xml JCK: api/xsl/conf/copy/copy19 test failure
More information about the jdk9-dev
mailing list