From deepak.n.damodaran at oracle.com Thu Oct 1 06:55:57 2020 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Thu, 1 Oct 2020 12:25:57 +0530 Subject: OpenJDK 16 build 17 test results now available In-Reply-To: <2859218a-c39e-3884-3291-244a46e57f20@oracle.com> References: <2859218a-c39e-3884-3291-244a46e57f20@oracle.com> Message-ID: <9c069ac2-2f44-af52-1335-5e0a0df8597f@oracle.com> *OpenJDK 1**6 ea build **17 test results are now available at * ** https://download.java.net/openjdk/testresults/16/testresults.html The jdk test results contain 9 differencesfrom the build 15 test results. No new testcase failures found. 0: /qoutreach1/jdktest/merge16/15/jdk/JTwork pass: 7,790; fail: 2; not run: 2,607 1: /qoutreach1/jdktest/merge16/17/jdk/JTwork pass: 7,799; fail: 1; not run: 2,609 0 1 Test --- pass com/sun/jdi/JdbOptions.java --- pass com/sun/net/httpserver/CreateHttpServerTest.java --- pass com/sun/net/httpserver/HeadersTest.java --- pass com/sun/net/httpserver/HttpPrincipalTest.java --- pass java/lang/annotation/typeAnnotations/TypeVariableBoundParameterIndex.java --- pass java/util/Locale/LanguageRangeTest.java --- pass java/util/zip/GZIP/GZIPOutputStreamHeaderTest.java --- pass sun/security/ec/SignatureKAT.java fail pass tools/jlink/plugins/GenerateJLIClassesPluginTest.java 9 differences The hotspot test results contain 12 differencesfrom the build 15 test results. No new testcase failures found. 0: /qoutreach1/jdktest/merge16/15/hotspot/JTwork pass: 5,863; fail: 47; not run: 427 1: /qoutreach1/jdktest/merge16/17/hotspot/JTwork pass: 5,869; fail: 46; not run: 429 0 1 Test --- pass compiler/c2/cr6340864/TestIntVectRotate.java --- pass compiler/c2/cr6340864/TestLongVectRotate.java pass --- gc/stress/jfr/TestStressBigAllocationGCEventsWithG1.java pass --- runtime/cds/DeterministicDump.java --- pass runtime/cds/PrimitiveClassMirrors.java --- pass runtime/cds/ServiceLoaderTest.java --- pass runtime/cds/appcds/jigsaw/NewModuleFinderTest.java --- pass runtime/cds/appcds/jigsaw/RedefineClassesInModuleGraph.java --- pass runtime/cds/appcds/jigsaw/modulepath/OptimizeModuleHandlingTest.java pass --- runtime/cds/serviceability/ReplaceCriticalClassesForSubgraphs.java --- pass serviceability/jvmti/RedefineClasses/TransformerDeadlockTest.java fail pass vmTestbase/nsk/sysdict/vm/stress/btree/btree010/btree010.java 12 differences The langtools test results contain 1 differences from the build 15 test results. No new testcase failures found. 0: /qoutreach1/jdktest/merge16/15/langtools/JTwork pass: 3,711; not run: 408 1: /qoutreach1/jdktest/merge16/17/langtools/JTwork pass: 3,712; not run: 408 0 1 Test --- pass tools/javac/api/lambdaErrorRecovery/TestGetTypeMirrorReference.java 1 differences -- Regards, Deepak Damodaran QualityOutreach Oracle, Bangalore, India From deepak.n.damodaran at oracle.com Mon Oct 5 10:16:36 2020 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Mon, 5 Oct 2020 15:46:36 +0530 Subject: JDK 16 EA build 18 is now available In-Reply-To: <11d0c20e-42e8-4565-2255-09bab4b1fbae@oracle.com> References: <11d0c20e-42e8-4565-2255-09bab4b1fbae@oracle.com> Message-ID: <24316fbc-7771-5b5e-8bb2-4b83dda55891@oracle.com> OpenJDK 16 Early Access build 18**is now available at http://jdk.java.net/16 * These early-access , open-source builds are provided under the o GNU General Public License, version?2, with the Classpath Exception . * Features: o JEPs proposed to target JDK 16 + JEP 376: ZGC: Concurrent Thread-Stack Processing + JEP 386: Alpine Linux Port + JEP 388: Windows/AArch64 Port o JEPs targeted to JDK 16, so far: + JEP 338: Vector API (Incubator) + JEP 347: Enable C++14 Language Features + JEP 357: Migrate from Mercurial to Git + JEP 369: Migrate to GitHub + JEP 387: Elastic Metaspace * Release Notes are available at http://jdk.java.net/16/release-notes ** * Changes in recent builds that maybe of interest: o Build 18 + JDK-8235710: Removal of Legacy Elliptic Curves + JDK-8245527: LDAP Channel Binding support for Java GSS/Kerberos + JDK-8252739: Deflater.setDictionary(byte[], int off, int len) ignores the starting offset for the dictionary # Reported by Apache Lucene o Build 17 + JDK-8247281: Object monitors no longer keep strong references to their associated object + JDK-8202473: A type variable with multiple bounds does not correctly place type annotation # Reported by ByteBuddy + JDK-8234808: jdb quoted option parsing broken # Reported by Apache Tomcat o Build 16 + JDK-8172366:?SUN, SunRsaSign, and SunEC Providers Supports SHA-3 Based Signature Algorithms + JDK-8244706: GZIPOutputStream now sets the GZIP OS Header Field to the correct default value * Quality Report for September 2020 was published here [1].? Thanks to everyone who contributed by creating features or enhancements, logging? bugs, or downloading and testing the early-access builds. *__* Regards Deepak [1] https://wiki.openjdk.java.net/display/quality/Quality+Outreach+report+September+2020 From deepak.n.damodaran at oracle.com Wed Oct 7 08:46:08 2020 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Wed, 7 Oct 2020 14:16:08 +0530 Subject: OpenJDK 16 build 18 test results now available In-Reply-To: References: Message-ID: *OpenJDK 1**6 ea build **18 test results are now available at * ** https://download.java.net/openjdk/testresults/16/testresults.html The jdk test results contain 7 differencesfrom the build 17 test results. 1 new testcase failed due to known issue. 0: /qoutreach1/jdktest/merge16/17/jdk/JTwork pass: 7,799; fail: 1; not run: 2,609 1: /qoutreach1/jdktest/merge16/18/jdk/JTwork pass: 7,804; fail: 2; not run: 2,612 0 1 Test --- pass com/sun/jndi/ldap/LdapCBPropertiesTest.java --- pass java/lang/invoke/lambda/LambdaEagerInitTest.java --- pass java/util/zip/DeflaterDictionaryTests.java pass fail sun/security/lib/cacerts/VerifyCACerts.java --- pass sun/security/x509/AlgorithmId/OmitAlgIdParam.java --- pass tools/jlink/JLinkReproducible3Test.java --- pass tools/jpackage/share/MultiLauncherTwoPhaseTest.java 7 differences The hotspot test results contain 6 differencesfrom the build 17 test results. No new testcase failures found. 0: /qoutreach1/jdktest/merge16/17/hotspot/JTwork pass: 5,869; fail: 46; not run: 429 1: /qoutreach1/jdktest/merge16/18/hotspot/JTwork pass: 5,875; fail: 46; not run: 427 0 1 Test --- pass compiler/arguments/TestStressIGVNOptions.java --- pass compiler/debug/TestGenerateStressSeed.java --- pass gc/g1/TestHumongousConcurrentStartUndo.java --- pass runtime/handshake/AsyncHandshakeWalkStackTest.java --- pass runtime/handshake/MixedHandshakeWalkStackTest.java --- pass vmTestbase/vm/mlvm/meth/func/jdi/breakpointOtherStratum/Test.java 6 differences The langtools test results contain 0 differences from the build 17 test results. -- Regards, Deepak Damodaran QualityOutreach Oracle, Bangalore, India From deepak.n.damodaran at oracle.com Tue Oct 13 06:47:13 2020 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Tue, 13 Oct 2020 12:17:13 +0530 Subject: OpenJDK 16 EA build 19 test results now available In-Reply-To: <5cc0c554-a3d7-5cad-911b-f113527fd7d3@oracle.com> References: <5cc0c554-a3d7-5cad-911b-f113527fd7d3@oracle.com> Message-ID: <84548766-0a8a-4ae5-52bb-639000817720@oracle.com> *OpenJDK 1**6 ea build **19 test results are now available at * ** https://download.java.net/openjdk/testresults/16/testresults.html The jdk test results contain 5 differencesfrom the build 18 test results. No new testcase failures found. 0: /qoutreach1/jdktest/merge16/18/jdk/JTwork pass: 7,804; fail: 2; not run: 2,612 1: /qoutreach1/jdktest/merge16/19/jdk/JTwork pass: 7,807; fail: 1; not run: 2,613 0 1 Test --- pass java/nio/charset/CharsetDecoder/CoderMalfunctionErrorTest.java --- pass java/nio/charset/CharsetEncoder/CoderMalfunctionErrorTest.java fail pass sun/security/lib/cacerts/VerifyCACerts.java pass --- sun/security/util/DerInputBuffer/DerInputBufferEqualsHashCode.java --- pass sun/security/util/DerValue/DeepOctets.java 5 differences The hotspot test results contain 0 differencesfrom the build 18 test results. The langtools test results contain 2 differences from the build 18 test results. No new testcase failures found. 0: /qoutreach1/jdktest/merge16/18/langtools/JTwork pass: 3,712; not run: 409 1: /qoutreach1/jdktest/merge16/19/langtools/JTwork pass: 3,714; not run: 410 0 1 Test --- pass tools/javac/lambda/methodReferenceExecution/MethodReferenceTestVarHandle.java --- pass tools/javac/lambda/methodReferenceExecution/MethodReferenceTestVarHandle_neg.java 2 differences -- Regards, Deepak Damodaran QualityOutreach Oracle, Bangalore, India From deepak.n.damodaran at oracle.com Wed Oct 21 17:08:47 2020 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Wed, 21 Oct 2020 22:38:47 +0530 Subject: OpenJDK 16 EA build 20 test results now available In-Reply-To: <14f41ab2-55d1-6467-3a68-0aa40d185987@oracle.com> References: <14f41ab2-55d1-6467-3a68-0aa40d185987@oracle.com> Message-ID: *OpenJDK 1**6 EA build 20**test results are now available at * ** https://download.java.net/openjdk/testresults/16/testresults.html The jdk test results contain 8 differencesfrom the build 19 test results. No new testcase failures found. 0: /qoutreach1/jdktest/merge16/19/jdk/JTwork pass: 7,807; fail: 1; not run: 2,613 1: /qoutreach1/jdktest/merge16/20/jdk/JTwork pass: 7,809; fail: 1; not run: 2,617 0 1 Test pass --- java/lang/ProcessBuilder/RedirectWithLongFilename.java --- pass java/net/httpclient/AggregateRequestBodyTest.java --- pass java/util/jar/JarFile/LargeManifestOOMTest.java --- pass java/util/stream/test/org/openjdk/tests/java/util/stream/CollectorToUnmodListTest.java pass --- tools/launcher/ExecutionEnvironment.java --- pass tools/launcher/ExecutionEnvironment.java#id0 pass --- tools/launcher/Test7029048.java --- pass tools/launcher/Test7029048.java#id0 8 differences The hotspot test results contain 10 differencesfrom the build 19 test results. Two testcase failures found. One is already fixed and the another is intermittent and being monitored. 0: /qoutreach1/jdktest/merge16/19/hotspot/JTwork pass: 5,875; fail: 46; not run: 426 1: /qoutreach1/jdktest/merge16/20/hotspot/JTwork pass: 5,881; fail: 48; not run: 427 0 1 Test --- pass compiler/arraycopy/TestArrayCopyConjoint.java --- pass compiler/arraycopy/TestArrayCopyDisjoint.java --- pass compiler/c2/TestDeadDataLoopIGVN.java --- pass compiler/conversions/TestChainOfIntAddsToLongConversion.java --- pass compiler/intrinsics/string/TestStringLatin1IndexOfChar.java --- pass compiler/loopstripmining/TestOuterStripMinedDeadAfterExpansion.java --- pass compiler/types/TestSubTypeCheckMacroTrichotomy.java pass fail runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java pass fail runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java --- pass runtime/cds/appcds/DumpClassListWithLF.java 10 differences The langtools test results contain 0 differences from the build 19 test results. -- Regards, Deepak Damodaran QualityOutreach Oracle, Bangalore, India From deepak.n.damodaran at oracle.com Fri Oct 23 10:43:05 2020 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Fri, 23 Oct 2020 16:13:05 +0530 Subject: JDK 16 EA build 21 is available In-Reply-To: References: Message-ID: OpenJDK 16 Early Access build 21**is now available at http://jdk.java.net/16 * These early-access , open-source builds are provided under the o GNU General Public License, version?2, with the Classpath Exception . * Schedule (proposed) ??? ??? ??? 2020/12/10 ??? Rampdown Phase One ??? ??? ??? 2021/01/14 ??? Rampdown Phase Two ??? ??? ??? 2021/02/04 ??? ??? Initial Release Candidate ??? ??? ??? 2021/02/18 ??? ??? Final Release Candidate ??? ??? ??? 2021/03/16 ??? ??? General Availability * Features: o JEPs targeted to JDK 16, so far: + JEP 338: Vector API (Incubator) + JEP 347: Enable C++14 Language Features + JEP 357: Migrate from Mercurial to Git + JEP 369: Migrate to GitHub + JEP 376: ZGC: Concurrent Thread-Stack Processing + JEP 386: Alpine Linux Port + JEP 387: Elastic Metaspace + JEP 388: Windows/AArch64 Port ** * Changes in recent builds that maybe of interest: o Build 21 + JDK-8236862: Enhance support of Proxy class + JDK-8237990: Added Property to Control LDAP Authentication Mechanisms Allowed to Authenticate Over Clear Connections + JDK-8242068: Signed JAR support for RSASSA-PSS and EdDSA + JDK-8245417: Improve certificate chain handling + JDK-8253952: Refine ZipOutputStream.putNextEntry() to recalculate ZipEntry's compressed size o Build 20 + JDK-8232092: (fs) Files::isWritable returns false on a writeable root directory (win) # Reported by JUnit5 + JDK-8248262: Wrong link target in ModuleDescriptor#isAutomatic's API documentation # Reported by JUnit5 + JDK-8253965: Delete the outdated java.awt.PeerFixer class + JDK-8253566: clazz.isAssignableFrom will return false for interface implementors # Found by Hibernate Validator + JDK-8254177: US/Pacific-New Zone name removed as part of tzdata2020b o Build 19 + JDK-8253761: Wrong URI syntax printed by jar --describe-module # Reported by JUnit5 Project Lanai Early-Access Build: EA 6 Build 16-lanai+2-229 (2020/10/4) * These early-access builds are provided under the GNU General Public License, version?2, with the Classpath Exception . * These builds are based upon the latest state of the current in development JDK, and so may contain new features and unresolved bugs unrelated to Project Lanai. Project Lanai Wiki: https://wiki.openjdk.java.net/display/lanai/Main * Please send feedback via e-mail tolanai-dev at openjdk.java.net . To send e-mail to this address you must firstsubscribe to the mailing list . Project Panama Early-Access Build: Build 16-panama+2-193 (2020/10/1) * These early-access, open-source builds are provided under the GNU General Public License, version?2, with the Classpath Exception . * These builds are based on an incomplete version of JDK 16. * Please send feedback via e-mail topanama-dev at openjdk.java.net . To send e-mail to this address you must firstsubscribe to the mailing list . Oracle JRE and JDK Cryptographic Roadmap has been updated [1] * Oracle has announced plans to add?support for x25519 and x448 named elliptic curve groups to TLS. * Support is targeted for JDK 11 with the January 2021 CPU release. Oracle Critical Patch Update released 21-Oct-2020 * https://www.oracle.com/security-alerts/cpuoct2020.html *__* Regards Deepak [1] https://java.com/en/jre-jdk-cryptoroadmap.html