Notes generated: Sun Nov 03 07:18:46 CET 2024
None.
Issue | Description |
---|---|
JDK-8205432 |
New Japanese Era Name: Reiwa An instance representing the new Reiwa era has been added to this update. Unlike other eras, there is no public field for this era. It can be obtained by calling The placeholder name, " |
JDK-8211398 |
Square Character Support for Japanese New Era The code point, U+32FF, is reserved by the Unicode Consortium to represent the Japanese square character for the new era that begins from May, 2019. Relevant methods in the |
Issue | Description | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
JDK-8207258 |
Distrust TLS Server Certificates Anchored by Symantec Root CAs The JDK will stop trusting TLS Server certificates issued by Symantec, in line with similar plans recently announced by Google, Mozilla, Apple, and Microsoft. The list of affected certificates includes certificates branded as GeoTrust, Thawte, and VeriSign, which were managed by Symantec. TLS Server certificates issued on or before April 16, 2019 will continue to be trusted until they expire. Certificates issued after that date will be rejected. See the DigiCert support page for information on how to replace your Symantec certificates with a DigiCert certificate (DigiCert took over validation and issuance for all Symantec Website Security SSL/TLS certificates on December 1, 2017). An exception to this policy is that TLS Server certificates issued through two subordinate Certificate Authorities managed by Apple, and identified below, will continue to be trusted as long as they are issued on or before December 31, 2019. The restrictions are enforced in the JDK implementation (the An application will receive an Exception with a message indicating the trust anchor is not trusted, ex:
If necessary, and at your own risk, you can work around the restrictions by removing "SYMANTEC_TLS" from the The restrictions are imposed on the following Symantec Root certificates included in the JDK:
If you have a TLS Server certificate issued by one of the CAs above, you should have received a message from DigiCert with information about replacing that certificate, free of charge. You can also use the
If any of the certificates in the chain are issued by one of the root CAs in the table above are listed in the output you will need to update the certificate or contact the organization that manages the server if not yours. |
Issue | Description |
---|---|
JDK-8211845 |
Command-Line Flag -XX:+ExtensiveErrorReports The command-line flag |
JDK-8211106 |
HotSpot Windows OS Detection Correctly Identifies Windows Server 2019 Prior to this fix, Windows Server 2019 was recognized as "Windows Server 2016", which produced incorrect values in the |
Issue | Description |
---|---|
JDK-8217014 |
Epsilon GC Caused Excess Metaspace Resizing Safepoints In this release, Epsilon has been changed to accept GC requests and resize the metaspace to reduce the number of safepoints that are taken. Before this release, the Epsilon GC was intended to provide minimal runtime overhead by not doing GC and by ignoring all incoming GC requests. However, when a metadata-heavy workload (for example, a workload having lots of classes) needed to resize the metaspace, it relied on the GC to resize the metadata at a GC safepoint. Shared GC code would enter the safepoint to call into GC for it. However, because Epsilon ignored the GC request, the safepoint would be generated, but it would not resize the metaspace. This would cause another safepoint to be generated soon afterwards without ever resizing the metaspace. |
JDK-8215724 |
Epsilon GC handled checked array stores incorrectly Epsilon GC may have violated the specification requirements by accepting the type-incompatible store into the array, instead of throwing the ArrayStoreException. This is now handled correctly, both in this release, and associated backports. Users are advised to upgrade as soon as possible. |
Issue | Description |
---|---|
JDK-8212941 |
Support New Japanese Era in java.time.chrono.JapaneseEra The JapaneseEra class and its |
Priority | Bug | Summary |
---|---|---|
P2 | JDK-8216965 | crash in freetypeScaler.c CopyBW2Grey8 |
P3 | JDK-8201818 | [macosx] Printing attributes break page size set via "java.awt.print.Book" object |
Priority | Bug | Summary |
---|---|---|
P2 | JDK-8213583 | Error while opening the JFileChooser when desktop contains shortcuts pointing to deleted files |
P3 | JDK-8213983 | [macosx] Keyboard shortcut “cmd +`” stops working properly if popup window is displayed |
P3 | JDK-8207070 | Webstart app popup on wrong screen in a one-screen setup changing to multi-monitor |
P4 | JDK-8211218 | remove double semicolon in src/java.desktop/macosx/classes/sun/font/CFont.java |
P4 | JDK-8211267 | StackOverflowError happened by TextField.setFont(...) |
Priority | Bug | Summary |
---|---|---|
P4 | JDK-8213183 | InputMethod cannot be used after its restarting |
Priority | Bug | Summary |
---|---|---|
P2 | JDK-8187364 | Unable to enter zero width non-joiner (ZWNJ) symbol in Swing text component |
Priority | Bug | Summary |
---|---|---|
P2 | JDK-8213151 | [AIX] Some class library files are missing the Classpath exception |
P3 | JDK-8214063 | [AIX] Disable symbol visibility flags |
Priority | Bug | Summary |
---|---|---|
P4 | JDK-8211163 | UNIX version of Java_java_io_Console_echo does not return a clean boolean |
Priority | Bug | Summary |
---|---|---|
P3 | JDK-8216546 | Support new Japanese era in java.lang.Character for Java SE 11 |
P4 | JDK-8218915 | Change isJavaIdentifierStart and isJavaIdentifierPart to handle new code points |
Priority | Bug | Summary |
---|---|---|
P3 | JDK-8197398 | (zipfs) Files.walkFileTree walk indefinitelly while processing JAR file with "/" as a directory inside. |
P3 | JDK-8210394 | (zipfs) jdk/nio/zipfs/ZFSTests.java rootdir.zip: The process cannot access the file because it is being used by another process |
P4 | JDK-8217427 | (dc) nio/channels/DatagramChannel/UseDGWithIPv6.java fails without IPv6 |
P4 | JDK-8034802 | (zipfs) newFileSystem throws UOE when the zip file is located in a custom file system |
Priority | Bug | Summary |
---|---|---|
P3 | JDK-8211382 | ISO2022JP and GB18030 NIO converter issues |
Priority | Bug | Summary |
---|---|---|
P3 | JDK-8211295 | DriverManager::getConnection fails to find driver if it's called from JDBC RowSet |
Priority | Bug | Summary |
---|---|---|
P2 | JDK-8212941 | Support new Japanese era in java.time.chrono.JapaneseEra |
P4 | JDK-8210633 | Cannot parse JapaneseDate string with DateTimeFormatterBuilder Mapped-values |
Priority | Bug | Summary |
---|---|---|
P3 | JDK-8172695 | (scanner) java/util/Scanner/ScanTest.java fails |
Priority | Bug | Summary |
---|---|---|
P3 | JDK-8206120 | Add test cases for lenient Japanese era parsing |
P3 | JDK-8219890 | Calendar.getDisplayName() returns empty string for new Japanese Era on some locales |
P3 | JDK-8217609 | New era placeholder not recognized by java.text.SimpleDateFormat |
P3 | JDK-8205432 | Replace the placeholder Japanese era name |
P3 | JDK-8211398 | Square character support for the Japanese new era |
P4 | JDK-8208656 | Move java/util/Calendar/CalendarTestScripts tests into OpenJDK |
Priority | Bug | Summary |
---|---|---|
P3 | JDK-8214122 | JDWP is broken on 32 bit Windows: transport library missing onLoad entry |
P4 | JDK-8214061 | Buffer written into itself |
P4 | JDK-8214892 | Delayed starting of debugging via jcmd |
Priority | Bug | Summary |
---|---|---|
P1 | JDK-8214206 | Fix for JDK-8213419 is broken on 32-bit |
P2 | JDK-8215317 | [GRAAL] unit test CheckGraalIntrinsics failed after 8213754 |
P2 | JDK-8215100 | AArch64: fix compareTo intrinsic with four-character Latin/Unicode |
P2 | JDK-8215202 | AArch64: jtreg test test/jdk/sun/nio/cs/FindEncoderBugs.java fails |
P2 | JDK-8209511 | C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target' |
P2 | JDK-8208275 | C2 crash in Node::add_req(Node*) |
P2 | JDK-8211100 | HotSpot C1 issue with comparing long numbers on x86 32-bit |
P2 | JDK-8215888 | Register to register spill may use AVX 512 move instruction on unsupported platform. |
P2 | JDK-8211451 | ~2.5% regression on compression benchmark starting with 12-b11 |
P3 | JDK-8216350 | AArch64: monitor unlock fast path not called |
P3 | JDK-8211320 | AArch64: unsafe.compareAndSetByte() and unsafe.compareAndSetShort() c2 intrinsics broken with negative expected value |
P3 | JDK-8209544 | AES encrypt performance regression in jdk11b11 |
P3 | JDK-8213419 | C2 may hang in MulLNode::Ideal()/MulINode::Ideal() with gcc 8.2.1 |
P3 | JDK-8214189 | test/hotspot/jtreg/compiler/intrinsics/mathexact/MulExactLConstantTest.java fails on Windows x64 when run with -XX:-TieredCompilation |
P4 | JDK-8217459 | [PPC64] Cleanup non-vector version of CRC32 |
P4 | JDK-8216060 | [PPC64] Vector CRC implementation should be used by interpreter and be faster for short arrays |
P4 | JDK-8214352 | C1: Unnecessary "compilation bailout: block join failed" with JVMTI |
P4 | JDK-8213086 | Compiler thread creation should be bounded by available space in memory and Code Cache |
P4 | JDK-8219651 | compiler/ciReplay/TestServerVM.java is failing on windows |
P4 | JDK-8212070 | Introduce diagnostic flag to abort VM on failed JIT compilation |
P4 | JDK-8214451 | PPC64/s390: Clean up unused CRC32 prototype and function |
P4 | JDK-8214205 | PPC64: Add instructions for counting trailing zeros |
P4 | JDK-8213754 | PPC64: Add Intrinsics for isDigit/isLowerCase/isUpperCase/isWhitespace |
P4 | JDK-8214059 | Undefined behaviour in ADLC |
Priority | Bug | Summary |
---|---|---|
P1 | JDK-8215724 | Epsilon: ArrayStoreExceptionTest.java fails; missing arraycopy check |
P2 | JDK-8214118 | HeapRegions marked as archive even if CDS mapping fails |
P3 | JDK-8209357 | [PPC64] Fix build which was broken by 8208672 (Enable -Wreorder) |
P3 | JDK-8209433 | [s390] Fix build which was broken by 8208672 (Enable -Wreorder) |
P4 | JDK-8209758 | 2 classes with same name G1PrintCollectionSetClosure cause crash when logging is enabled |
P4 | JDK-8217342 | Build failed with excluding JFR |
P4 | JDK-8211926 | Catastrophic size_t underflow in BitMap::*_large methods |
P4 | JDK-8217014 | Epsilon should not ignore Metadata GC causes |
P4 | JDK-8210192 | Hsperf counter ParNew::CMS should be ParNew:CMS |
P4 | JDK-8217432 | MetaspaceGC::_capacity_until_GC exceeds MaxMetaspaceSize |
P4 | JDK-8213829 | Remove circular dependency between g1CollectedHeap and g1ConcurrentMark |
P4 | JDK-8218192 | Remove copy constructor for MemRegion |
P4 | JDK-8220294 | ZGC fails to build on GCC 4.4.7: Type parameter issue |
P4 | JDK-8214476 | ZGC: Build ZGC by default |
Priority | Bug | Summary |
---|---|---|
P2 | JDK-8213421 | Line number information for execution samples always 0 |
P3 | JDK-8209960 | -Xlog:jfr* doesn't work with the JFR parser |
P3 | JDK-8207829 | FlightRecorderMXBeanImpl is leaking the first classloader which calls it |
P3 | JDK-8215175 | Inconsistencies in JFR event metadata |
P3 | JDK-8215727 | Restore JFR thread sampler loop to old / previous behavior |
P3 | JDK-8165675 | Trace event for thread park has incorrect unit for timeout |
P3 | JDK-8212232 | Wrong metadata for the configuration of the cutoff for old object sample events |
P4 | JDK-8216486 | Possibility of integer overflow in JfrThreadSampler::run() |
P4 | JDK-8216578 | Remove unused/obsolete method in JFR code |
P4 | JDK-8213966 | The ZGC JFR events should be marked as experimental |
Priority | Bug | Summary |
---|---|---|
P2 | JDK-8215951 | AArch64: jtreg test vmTestbase/nsk/jvmti/PopFrame/popframe005 segfaults |
P4 | JDK-8213834 | JVMTI ResourceExhausted should not be posted in CompilerThread |
Priority | Bug | Summary |
---|---|---|
P2 | JDK-8211064 | [AArch64] Interpreter and c1 don't correctly handle jboolean results in native calls |
P2 | JDK-8215397 | jsig.c missing classpath exception |
P2 | JDK-8207924 | serviceability/sa/TestUniverse.java#id0 intermittently fails with assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded |
P3 | JDK-8211844 | [aix] ProcessBuilder: Piping between created processes does not work. |
P3 | JDK-8216559 | [JFR] Native libraries not correctly parsed from /proc/self/maps |
P3 | JDK-8216376 | [PPC64] Possibly unreliable stack frame resizing in template interpreter |
P3 | JDK-8211106 | [windows] Update OS detection code to recognize Windows Server 2019 |
P3 | JDK-8206107 | [x86_32] jck tests for ldc2_w bytecode fail |
P3 | JDK-8211326 | add OS user related information to hs_err file |
P3 | JDK-8214827 | Incorrect call ClassLoaders.toFileURL("jrt:/java.compiler") |
P3 | JDK-8210043 | Invalid assert(HeapBaseMinAddress > 0) in ReservedHeapSpace::initialize_compressed_heap |
P3 | JDK-8215947 | JVM crash with -XX:+DumpSharedSpaces |
P3 | JDK-8214162 | Need to add new flag ExtensiveErrorReports to the command-line flags section in the java command reference |
P3 | JDK-8200109 | NMT: diff_malloc_site assert(early->flags() == current->flags(), "Must be the same memory type") |
P3 | JDK-8211821 | PrintStringTableStatistics crashes JVM |
P3 | JDK-8216049 | stringTable::intern creates redundant String when looking up existing one |
P3 | JDK-8215962 | Support ThreadPriorityPolicy mode 1 for non-root users on linux/bsd |
P3 | JDK-8205633 | TestOptionsWithRanges.java of '-XX:TLABSize=2147483648' fails intermittently |
P3 | JDK-8212173 | Thread._stack_base/_stack_size initialized too late for new threads |
P4 | JDK-8218156 | "jcmd VM.metaspace basic" misreports free chunk space |
P4 | JDK-8211845 | A new switch to control verbosity of hs-err files |
P4 | JDK-8216982 | Assertion poison page established too early |
P4 | JDK-8206075 | On x86, assert on unbound assembler Labels used as branch targets |
P4 | JDK-8217994 | os::print_hex_dump should be more resilient against unreadable memory |
P4 | JDK-8212937 | Parent class loader may not have a referred ClassLoaderData instance when obtained in Klass::class_in_module_of_loader |
P4 | JDK-8212481 | PPC64: Enable POWER9 CPU detection |
P4 | JDK-8217315 | Proper units should print more significant digits |
P4 | JDK-8213992 | Rename and make DieOnSafepointTimeout the diagnostic option |
P4 | JDK-8216302 | StackTraceElement::fill_in can use cached Class.name |
P4 | JDK-8216308 | StackTraceElement::fill_in can use injected Class source-file |
P4 | JDK-8208480 | Test failure: assert(is_bound() || is_unused()) after JDK-8206075 in C1 |
P4 | JDK-8213410 | UseCompressedOops requirement check fails fails on 32-bit system |
P4 | JDK-8217378 | UseCriticalCMSThreadPriority is broken |
P4 | JDK-8217628 | Verbose ArrayIndexOutOfBoundsException message also in JNI calls. |
P4 | JDK-8220283 | ZGC fails to build on GCC 4.4.7: ATTRIBUTE_ALIGNED compatibility issue |
Priority | Bug | Summary |
---|---|---|
P5 | JDK-8021335 | Missing synchronization when reading counters for live threads and peak thread count |
Priority | Bug | Summary |
---|---|---|
P3 | JDK-8208647 | switch jtreg to 4.2b13 |
P4 | JDK-8217520 | Remove vm.opt.MaxGCPauseMillis == "null" from TestOldGenCollectionUsage.java |
Priority | Bug | Summary |
---|---|---|
P2 | JDK-8219251 | Langtools tests default memory size needs to be 768m |
P3 | JDK-8219260 | Default number of test jobs needs to be consistently calculated |
P4 | JDK-8211268 | Disable unsupported GCs for Zero |
Priority | Bug | Summary |
---|---|---|
P2 | JDK-8213154 | Update copyright headers of files in src tree that are missing Classpath exception |
Priority | Bug | Summary |
---|---|---|
P4 | JDK-8215128 | Test library OSInfo.getSolarisVersion cannot determine Solaris version |
Priority | Bug | Summary |
---|---|---|
P2 | JDK-8214513 | A PKCS12 keystore from Java 8 using custom PBE parameters cannot be read in Java 11 |
P2 | JDK-8216280 | Allow later Symantec Policy distrust date for two Apple SubCAs |
P3 | JDK-8211049 | Second parameter of "initialize" method is not used |
P3 | JDK-8214100 | use of keystore probing results in unnecessary exception thrown |
P4 | JDK-8213952 | Relax DNSName restriction as per RFC 1123 |
Priority | Bug | Summary |
---|---|---|
P1 | JDK-8210912 | Build error in src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c after JDK-8029661 |
Priority | Bug | Summary |
---|---|---|
P2 | JDK-8214129 | SSL session resumption/SNI with TLS1.2 causes StackOverflowError |
P2 | JDK-8217579 | TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after 8211883 |
P3 | JDK-8207258 | Distrust TLS server certificates anchored by Symantec Root CAs |
P3 | JDK-8210974 | No extensions debug log for ClientHello |
P3 | JDK-8213782 | NullPointerException in sun.security.ssl.OutputRecord.changeWriteCiphers |
P3 | JDK-8213202 | Possible race condition in TLS 1.3 session resumption |
P3 | JDK-8210989 | RSASSA-PSS certificate cannot be selected for client auth on TLSv1.2 |
P3 | JDK-8214339 | SSLSocketImpl erroneously wraps SocketException |
P3 | JDK-8029661 | Support TLS v1.2 algorithm in SunPKCS11 provider |
P3 | JDK-8212885 | TLS 1.3 resumed session does not retain peer certificate chain |
P3 | JDK-8214688 | TLS 1.3 session resumption with hello retry request failed with "illegal_parameter" |
P4 | JDK-8211787 | javax/net/ssl/TLSCommon/TLSTest.java throws java.net.SocketTimeoutException: Read timed out |
Priority | Bug | Summary |
---|---|---|
P4 | JDK-8217657 | Move the test for default value of jdk.includeInExceptions into own test |
Priority | Bug | Summary |
---|---|---|
P3 | JDK-8207395 | jar should support UNC-path arguments for the jar -C parameter |
Priority | Bug | Summary |
---|---|---|
P3 | JDK-8212233 | javadoc fails on jdk12 with "The code being documented uses modules but the packages defined in $URL are in the unnamed module." |
Priority | Bug | Summary |
---|---|---|
P3 | JDK-8209615 | ParseError in XMLEventReader on a valid input |
P4 | JDK-8210874 | Test for JDK-8209615 |
Priority | Bug | Summary |
---|---|---|
P4 | JDK-8221769 | Revert JDK-8221767 mistakenly pushed to jdk11u 11.0.3 |
Priority | Bug | Summary |
---|---|---|
P3 | JDK-8215330 | javax.xml.catalog.CatalogResolverImpl: GroupEntry.matchURI fails to match |