From liangchenblue at gmail.com Wed Jan 6 23:19:11 2021 From: liangchenblue at gmail.com (-) Date: Wed, 6 Jan 2021 17:19:11 -0600 Subject: Cannot build new jdk on Windows after commit d29c78d Message-ID: Hello, I am a Windows 10 user trying to build OpenJDK HEAD so that I can try to fix a bug in javadoc. However, when I run make configure, my configure fails because it cannot detect a regular microsoft visual studio installation, which contains spaces in its directory name. I have tried to reinstall microsoft visual studio to a directory without spaces in name and pointed VSCOMMTOOLS system var to that directory. It succeeded but failed subsequently for other dependencies that have spaces in directory names. I have determined that the problem arises after this commit: d29c78da19ba78214efe9e7856cde30fdd9ba8ab When I checkout the commit before, 74be819 , when the "fixpath.c" was used rather than "fixpath.sh", I can run "make configure" successfully, without failing for subsequent space problems. I think this problem lies within the "fixpath.sh" bash script. Unfortunately, I am no good at shell. I hope Magnus Ihse Bursie, who did the c to bash migration, can find a solution to this space in windows directory name failing fixpath problem. Best, liangchenblue at gmail.com From powers.anirvan at gmail.com Thu Jan 7 15:20:08 2021 From: powers.anirvan at gmail.com (Anirvan Sarkar) Date: Fri, 8 Jan 2021 00:20:08 +0900 Subject: Cannot build new jdk on Windows after commit d29c78d In-Reply-To: References: Message-ID: ++ build-dev On Thu, 7 Jan 2021 at 8:19 AM, - wrote: > Hello, > > I am a Windows 10 user trying to build OpenJDK HEAD > so that I can try to fix a bug in > javadoc. > > However, when I run make configure, my configure fails because it cannot > detect a regular microsoft visual studio installation, which contains > spaces in its directory name. > > I have tried to reinstall microsoft visual studio to a directory without > spaces in name and pointed VSCOMMTOOLS system var to that directory. It > succeeded but failed subsequently for other dependencies that have spaces > in directory names. > > I have determined that the problem arises after this commit: > d29c78da19ba78214efe9e7856cde30fdd9ba8ab > < > https://github.com/openjdk/jdk/commit/d29c78da19ba78214efe9e7856cde30fdd9ba8ab > > > > When I checkout the commit before, 74be819 > < > https://github.com/openjdk/jdk/commit/74be819088e13e244131cfb32d7d498ab213d075 > >, > when the "fixpath.c" was used rather than "fixpath.sh", I can run "make > configure" successfully, without failing for subsequent space problems. > > I think this problem lies within the "fixpath.sh" bash script. > Unfortunately, I am no good at shell. I hope Magnus Ihse Bursie, who did > the c to bash migration, can find a solution to this space in windows > directory name failing fixpath problem. > > Best, > liangchenblue at gmail.com > -- Anirvan From deepak.n.damodaran at oracle.com Fri Jan 8 14:25:17 2021 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Fri, 8 Jan 2021 19:55:17 +0530 Subject: OpenJDK 16 EA build 31 test results now available In-Reply-To: <84d964f7-ed1e-9e05-7550-a6208fe2ebf2@oracle.com> References: <84d964f7-ed1e-9e05-7550-a6208fe2ebf2@oracle.com> Message-ID: *OpenJDK 1**6 EA build 31**test results are now available at * ** https://download.java.net/openjdk/testresults/16/testresults.html The jdk test results contain 2 differencesfrom the build 30 test results. One new testcase failure found. Investigation is going on the same. 0: /qoutreach1/jdktest/merge16/30/jdk/JTwork pass: 7,883; fail: 2; not run: 2,755 1: /qoutreach1/jdktest/merge16/31/jdk/JTwork pass: 7,883; fail: 2; not run: 2,755 0 1 Test pass fail sun/security/lib/cacerts/VerifyCACerts.java fail pass tools/jpackage/share/jdk/jpackage/tests/JavaOptionsTest.java 2 differences The hotspot test results contain 1 differencefrom the build 30 test results. 1 new testcase failure found. Investigation on the same is in progress. 0: /qoutreach1/jdktest/merge16/30/hotspot/JTwork pass: 5,878; not run: 554 1: /qoutreach1/jdktest/merge16/31/hotspot/JTwork pass: 5,877; fail: 1; not run: 555 0 1 Test pass fail vmTestbase/nsk/sysdict/vm/stress/chain/chain007/chain007.java 1 differences The langtools test results contain 4 differences from the build 30 test results. No new testcase failures found. 0: /qoutreach1/jdktest/merge16/30/langtools/JTwork pass: 3,743; not run: 412 1: /qoutreach1/jdktest/merge16/31/langtools/JTwork pass: 3,747; not run: 412 0 1 Test --- pass tools/javac/lambda/methodReferenceExecution/MethodReferenceIntersection4.java --- pass tools/javac/patterns/Annotations.java --- pass tools/javac/patterns/NoModifiersOnBinding.java --- pass tools/javac/sealed/T8258662/T8258662.java 4 differences Regards, Deepak Damodaran QualityOutreach Oracle, Bangalore, India From deepak.n.damodaran at oracle.com Sun Jan 10 15:50:48 2021 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Sun, 10 Jan 2021 21:20:48 +0530 Subject: OpenJDK 17 EA build 4 test results now available In-Reply-To: <06ccf8d6-e8a4-43c5-fd11-6650947dbfce@oracle.com> References: <06ccf8d6-e8a4-43c5-fd11-6650947dbfce@oracle.com> Message-ID: <078c8803-95f5-3759-acfd-46b23317bee0@oracle.com> *OpenJDK 1**7 EA build 4**test results are now available at * ** https://download.java.net/openjdk/testresults/17/testresults.html The jdk test results contain 2 differencesfrom the build 3 test results. One new testcase failure found. Investigation is going on the same. 0: /qoutreach1/jdktest/merge17/3/jdk/JTwork pass: 7,888; fail: 1; not run: 2,755 1: /qoutreach1/jdktest/merge17/4/jdk/JTwork pass: 7,888; fail: 2; not run: 2,757 0 1 Test --- pass java/security/cert/CertPathValidator/OCSP/GetAndPostTests.java pass fail sun/security/lib/cacerts/VerifyCACerts.java 2 differences The hotspot test results contain 3 differencesfrom the build 3 test results. No new testcase failures found. 0: /qoutreach1/jdktest/merge17/3/hotspot/JTwork pass: 5,879; fail: 1; not run: 556 1: /qoutreach1/jdktest/merge17/4/hotspot/JTwork pass: 5,880; not run: 557 0 1 Test pass --- compiler/gcbarriers/UnsafeIntrinsicsTest.java --- pass compiler/gcbarriers/UnsafeIntrinsicsTest.java#z fail pass vmTestbase/nsk/sysdict/vm/stress/chain/chain007/chain007.java 3 differences The langtools test results contain 3 differences from the build 3 test results. No new testcase failures found. 0: /qoutreach1/jdktest/merge17/3/langtools/JTwork pass: 3,743; not run: 413 1: /qoutreach1/jdktest/merge17/4/langtools/JTwork pass: 3,746; not run: 413 0 1 Test --- pass tools/javac/classfiles/T8255757/T8255757.java --- pass tools/javac/fatalErrors/ImproveFatalErrorHandling.java --- pass tools/javac/sealed/T8258662/T8258662.java 3 differences Regards, Deepak Damodaran QualityOutreach Oracle, Bangalore, India From deepak.n.damodaran at oracle.com Fri Jan 15 11:10:36 2021 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Fri, 15 Jan 2021 16:40:36 +0530 Subject: JDK 16 is now in Rampdown Phase Two In-Reply-To: <0a58388e-cff7-239e-5c91-0a8df8d8238a@oracle.com> References: <0a58388e-cff7-239e-5c91-0a8df8d8238a@oracle.com> Message-ID: <2ef239c7-15a0-5843-2a46-9e21b5a97a12@oracle.com> *Per the JDK 16 schedule , we are in Rampdown Phase Two* *[1] . * *Please advise if you find any issues while testing the latest Early Access builds.* * Schedule for JDK 16 o *2021/01/14? Rampdown Phase Two* o 2021/02/04? Initial Release Candidate o 2021/02/18? Final Release Candidate o 2021/03/16? General Availability * Release Notes [2] OpenJDK 16 Early Access build 32**is now available at http://jdk.java.net/16 * These early-access, open-source builds are provided under the GNU General Public License, version?2, with the Classpath Exception . * Features [3] - the overall feature set is frozen. No further JEPs will be targeted to this release. * Changes in recent builds that maybe of interest: o Build 32: + JDK-8259028 - ClassCastException when using custom filesystem with wrapper FileChannel impl # Apache Lucene found. + JDK-8253996 - Javac error on jdk16 build 18: invalid flag: -Xdoclint:-missing # Apache Zookeeper found. o Build 31: + JDK-8259027: NullPointerException in makeMappedSegment due to NULL Unmapper when length of segment is 0 # Reported by Apache Lucene o Build 30: + JDK-8254023: A module declaration is not allowed to be a target of an annotation that lacks an @Target meta-annotation # Reported by JUnit5 + JDK-8256693: getAnnotatedReceiverType parameterizes types too eagerly * JDK 16 - topics of interest o Investigating MD5 overheads: https://cl4es.github.io/2021/01/04/Investigating-MD5-Overheads.html o Towards OpenJDK 17 - a quick update on startup performance https://cl4es.github.io/2020/12/06/Towards-OpenJDK-17.html o Migrating OpenJDK to Git & GitHub - GitHub Universe 2020 session replay https://inside.java/2020/12/11/skara-github-universe/ Project Panama/foreign EA Build 16-panama+3-385 (2020/12/10) is available now [4] * What's new o jextract is now fully compatible with Java 16 o New architecture based on Foreign-Memory Access API (JEP 370 , JEP 383 , JEP 393 ) and Foreign Linker API (JEP 389 ) * These early-access builds are provided under the GNU General Public License, version?2, with the Classpath Exception * EA builds are produced for the purpose of gathering feedback. Use for any other purpose is at your own risk. * Please send feedback via e-mail to panama-dev at openjdk.java.net . To send e-mail to this address you must first subscribe to the mailing list . * Project Panama - topics of interest o ?The Vector API? with John Rose and Paul Sandoz https://inside.java/2020/11/17/podcast-007/ o ?The Foreign Memory Access API? with Maurizio Cimadamore and Jorn Vernee https://inside.java/2020/12/11/podcast-009/ o ?The Foreign Linker API? with Maurizio Cimadamore and Jorn Vernee https://inside.java/2020/12/21/podcast-010/ OpenJDK 17 Early Access build 5**is now available at http://jdk.java.net/17 * These early-access, open-source builds are provided under the GNU General Public License, version?2, with the Classpath Exception . * Changes in recent builds that maybe of interest: o Build 4: + JDK-8258800: Deprecate -XX:+AlwaysLockClassLoader o Build 3: + JDK-8246005: KeyStoreSpi::engineStore(LoadStoreParameter) spec mismatch to its behavior + JDK-8258765: getAnnotatedReceiverType parameterizes types too eagerly * JDK 17 - topic of interest o Towards OpenJDK 17 - a quick update on startup performance: + https://cl4es.github.io/2020/12/06/Towards-OpenJDK-17.html Java Cryptographic Roadmap [5] has been updated * Removing root certificates with 1024-bit keys in July 2021 CPU. * Disabling of SHA-1 JARS signed after 2019-01-01 has been postponed to July 2021 CPU. Regards Deepak [1] https://mail.openjdk.java.net/pipermail/jdk-dev/2021-January/005001.html [2] https://jdk.java.net/16/release-notes [3] http://openjdk.java.net/projects/jdk/16/ [4] https://mail.openjdk.java.net/pipermail/panama-dev/2020-December/011605.html [5] https://java.com/en/jre-jdk-cryptoroadmap.html From deepak.n.damodaran at oracle.com Mon Jan 18 12:28:44 2021 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Mon, 18 Jan 2021 17:58:44 +0530 Subject: OpenJDK 16 EA build 32 test results now available In-Reply-To: References: Message-ID: *OpenJDK 1**6 EA build 32**test results are now available at * ** https://download.java.net/openjdk/testresults/16/testresults.html The jdk test results contain 4 differencesfrom the build 31 test results. Two test errors are found, investigating the same. 0: /qoutreach1/jdktest/merge16/31/jdk/JTwork pass: 7,883; fail: 2; not run: 2,755 1: /qoutreach1/jdktest/merge16/32/jdk/JTwork pass: 7,883; fail: 1; error: 2; not run: 2,753 0 1 Test pass error com/sun/java/swing/plaf/windows/8016551/bug8016551.java --- pass java/lang/annotation/typeAnnotations/TestReceiverTypeOwnerType.java pass error javax/accessibility/SlowPanelIteration/SlowPanelIteration.java fail pass sun/security/lib/cacerts/VerifyCACerts.java 4 differences The hotspot test results contain 27 differences from the build 31 test results. 1 new testcase failure found. Investigation on the same is in progress. 0: /qoutreach1/jdktest/merge16/31/hotspot/JTwork pass: 5,877; fail: 1; not run: 555 1: /qoutreach1/jdktest/merge16/32/hotspot/JTwork pass: 5,858; fail: 1; not run: 555 0 1 Test --- pass compiler/arraycopy/TestArrayCopyMaskedWithZeroSrc.java pass --- compiler/blackhole/BlackholeDiagnosticUnlockTest.java pass --- compiler/blackhole/BlackholeInstanceReturnTest.java#c1 pass --- compiler/blackhole/BlackholeInstanceReturnTest.java#c1-no-coops pass --- compiler/blackhole/BlackholeInstanceReturnTest.java#c2 pass --- compiler/blackhole/BlackholeInstanceReturnTest.java#c2-no-coops pass --- compiler/blackhole/BlackholeInstanceTest.java#c1 pass --- compiler/blackhole/BlackholeInstanceTest.java#c1-no-coops pass --- compiler/blackhole/BlackholeInstanceTest.java#c2 pass --- compiler/blackhole/BlackholeInstanceTest.java#c2-no-coops pass --- compiler/blackhole/BlackholeNonVoidWarningTest.java pass --- compiler/blackhole/BlackholeNullCheckTest.java#c1 pass --- compiler/blackhole/BlackholeNullCheckTest.java#c1-no-coops pass --- compiler/blackhole/BlackholeNullCheckTest.java#c2 pass --- compiler/blackhole/BlackholeNullCheckTest.java#c2-no-coops pass --- compiler/blackhole/BlackholeStaticReturnTest.java#c1 pass --- compiler/blackhole/BlackholeStaticReturnTest.java#c1-no-coops pass --- compiler/blackhole/BlackholeStaticReturnTest.java#c2 pass --- compiler/blackhole/BlackholeStaticReturnTest.java#c2-no-coops pass --- compiler/blackhole/BlackholeStaticTest.java#c1 pass --- compiler/blackhole/BlackholeStaticTest.java#c1-no-coops pass --- compiler/blackhole/BlackholeStaticTest.java#c2 pass --- compiler/blackhole/BlackholeStaticTest.java#c2-no-coops --- pass compiler/loopopts/TestDivZeroDominatedBy.java --- pass runtime/cds/appcds/LambdaWithOldClass.java fail pass vmTestbase/nsk/sysdict/vm/stress/chain/chain007/chain007.java pass fail vmTestbase/nsk/sysdict/vm/stress/chain/chain008/chain008.java 27 differences The langtools test results contain 2 differences from the build 31 test results. No new testcase failures found. 0: /qoutreach1/jdktest/merge16/31/langtools/JTwork pass: 3,747; not run: 412 1: /qoutreach1/jdktest/merge16/32/langtools/JTwork pass: 3,747; not run: 413 0 1 Test pass --- tools/javac/T8245956/T8245956.java --- pass tools/javac/doclint/LimitedImage.java 2 differences Regards, Deepak Damodaran QualityOutreach Oracle, Bangalore, India From deepak.n.damodaran at oracle.com Mon Jan 18 16:49:44 2021 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Mon, 18 Jan 2021 22:19:44 +0530 Subject: OpenJDK 17 EA build 5 test results now available In-Reply-To: <1be15a0e-c6f6-d8e2-8b15-4e3eebd9cd83@oracle.com> References: <1be15a0e-c6f6-d8e2-8b15-4e3eebd9cd83@oracle.com> Message-ID: <69cd1234-ab3c-1765-60ee-b9d3fd76731e@oracle.com> *OpenJDK 1**7 EA build 5**test results are now available at * ** https://download.java.net/openjdk/testresults/17/testresults.html The jdk test results contain 10 differencesfrom the build 4 test results. Observed multiple test errors, looking into the root cause. 0: /qoutreach1/jdktest/merge17/4/jdk/JTwork pass: 7,888; fail: 2; not run: 2,757 1: /qoutreach1/jdktest/merge17/5/jdk/JTwork pass: 7,890; fail: 1; error: 3; not run: 2,767 0 1 Test pass error com/sun/java/swing/plaf/windows/8016551/bug8016551.java --- pass java/lang/annotation/typeAnnotations/TestReceiverTypeOwnerType.java --- pass java/util/concurrent/forkjoin/AsyncShutdownNow.java --- pass java/util/concurrent/forkjoin/AsyncShutdownNowInvokeAny.java --- pass java/util/concurrent/forkjoin/AsyncShutdownNowInvokeAnyRace.java pass --- java/util/concurrent/forkjoin/FJExceptionTableLeak.java pass error javax/accessibility/JList/AccessibleJListChildNPETest.java pass error javax/accessibility/SlowPanelIteration/SlowPanelIteration.java fail pass sun/security/lib/cacerts/VerifyCACerts.java --- pass sun/security/pkcs11/KeyAgreement/IllegalPackageAccess.java 10 differences The hotspot test results contain 28 differencesfrom the build 4 test results. 2 new testcase failures found. Investigation is going on the same. 0: /qoutreach1/jdktest/merge17/4/hotspot/JTwork pass: 5,880; not run: 557 1: /qoutreach1/jdktest/merge17/5/hotspot/JTwork pass: 5,858; fail: 2; not run: 560 0 1 Test pass --- compiler/arguments/TestStressIGVNOptions.java --- pass compiler/arguments/TestStressOptions.java pass --- compiler/blackhole/BlackholeDiagnosticUnlockTest.java pass --- compiler/blackhole/BlackholeInstanceReturnTest.java#c1 pass --- compiler/blackhole/BlackholeInstanceReturnTest.java#c1-no-coops pass --- compiler/blackhole/BlackholeInstanceReturnTest.java#c2 pass --- compiler/blackhole/BlackholeInstanceReturnTest.java#c2-no-coops pass --- compiler/blackhole/BlackholeInstanceTest.java#c1 pass --- compiler/blackhole/BlackholeInstanceTest.java#c1-no-coops pass --- compiler/blackhole/BlackholeInstanceTest.java#c2 pass --- compiler/blackhole/BlackholeInstanceTest.java#c2-no-coops pass --- compiler/blackhole/BlackholeNonVoidWarningTest.java pass --- compiler/blackhole/BlackholeNullCheckTest.java#c1 pass --- compiler/blackhole/BlackholeNullCheckTest.java#c1-no-coops pass --- compiler/blackhole/BlackholeNullCheckTest.java#c2 pass --- compiler/blackhole/BlackholeNullCheckTest.java#c2-no-coops pass --- compiler/blackhole/BlackholeStaticReturnTest.java#c1 pass --- compiler/blackhole/BlackholeStaticReturnTest.java#c1-no-coops pass --- compiler/blackhole/BlackholeStaticReturnTest.java#c2 pass --- compiler/blackhole/BlackholeStaticReturnTest.java#c2-no-coops pass --- compiler/blackhole/BlackholeStaticTest.java#c1 pass --- compiler/blackhole/BlackholeStaticTest.java#c1-no-coops pass --- compiler/blackhole/BlackholeStaticTest.java#c2 pass --- compiler/blackhole/BlackholeStaticTest.java#c2-no-coops --- pass compiler/loopopts/TestDivZeroDominatedBy.java --- pass runtime/jni/checked/TestCheckedReleaseArrayElements.java pass fail vmTestbase/nsk/sysdict/vm/stress/btree/btree010/btree010.java pass fail vmTestbase/nsk/sysdict/vm/stress/chain/chain007/chain007.java 28 differences The langtools test results contain 10 differences from the build 4 test results. No new testcase failures found. 0: /qoutreach1/jdktest/merge17/4/langtools/JTwork pass: 3,746; not run: 413 1: /qoutreach1/jdktest/merge17/5/langtools/JTwork pass: 3,752; not run: 415 0 1 Test pass --- tools/doclint/AccessibilityTest5.java pass --- tools/doclint/HtmlVersionTest.java --- pass tools/javac/T8257740/T8257740_1.java --- pass tools/javac/T8257740/T8257740_2.java --- pass tools/javac/doclint/LimitedImage.java --- pass tools/javac/lambda/methodReferenceExecution/MethodReferenceIntersection4.java --- pass tools/javac/patterns/Annotations.java --- pass tools/javac/patterns/NoModifiersOnBinding.java --- pass tools/javac/preview/DeclaredUsingPreview.java --- pass tools/javac/preview/PreviewAutoSuppress.java 10 differences Regards, Deepak Damodaran QualityOutreach Oracle, Bangalore, India From deepak.n.damodaran at oracle.com Fri Jan 22 12:16:37 2021 From: deepak.n.damodaran at oracle.com (Deepak Damodaran) Date: Fri, 22 Jan 2021 12:16:37 +0000 Subject: OpenJDK 16 EA build 33 test results now available In-Reply-To: References: Message-ID: OpenJDK 16 EA build 33 test results are now available at https://download.java.net/openjdk/testresults/16/testresults.html The jdk test results contain 2 differences from the build 32 test results. No new testcase failures found. 0: /qoutreach1/jdktest/merge16/32/jdk/JTwork pass: 7,883; fail: 1; error: 2; not run: 2,753 1: /qoutreach1/jdktest/merge16/33/jdk/JTwork pass: 7,885; fail: 1; not run: 2,753 0 1 Test error pass com/sun/java/swing/plaf/windows/8016551/bug8016551.java error pass javax/accessibility/SlowPanelIteration/SlowPanelIteration.java 2 differences The hotspot test results contain 5 differences from the build 32 test results. 1 new testcase failure found. The test seems to an unstable one. 0: /qoutreach1/jdktest/merge16/32/hotspot/JTwork pass: 5,858; fail: 1; not run: 555 1: /qoutreach1/jdktest/merge16/33/hotspot/JTwork pass: 5,861; fail: 1; not run: 554 0 1 Test --- pass compiler/loopopts/TestBrokenAntiDependenceWithPhi.java --- pass compiler/loopstripmining/BackedgeNodeWithOutOfLoopControl.java --- pass compiler/vectorapi/Test8259353.java pass fail vmTestbase/nsk/sysdict/vm/stress/btree/btree010/btree010.java fail pass vmTestbase/nsk/sysdict/vm/stress/chain/chain008/chain008.java 5 differences The langtools test results contain 1 difference from the build 32 test results. No new testcase failures found. 0: /qoutreach1/jdktest/merge16/32/langtools/JTwork pass: 3,747; not run: 413 1: /qoutreach1/jdktest/merge16/33/langtools/JTwork pass: 3,748; not run: 413 0 1 Test --- pass tools/javac/lambda/methodReference/BoundUnboundSearchTest.java 1 differences Regards, Deepak Damodaran Quality Outreach Oracle, Bangalore, India From deepak.n.damodaran at oracle.com Mon Jan 25 10:13:23 2021 From: deepak.n.damodaran at oracle.com (Deepak Damodaran) Date: Mon, 25 Jan 2021 10:13:23 +0000 Subject: OpenJDK 17 EA build 6 test results now available In-Reply-To: <4DDCFC95-E187-44D0-B3D4-6F2B7DD20C16@oracle.com> References: <4DDCFC95-E187-44D0-B3D4-6F2B7DD20C16@oracle.com> Message-ID: OpenJDK 17 EA build 6 test results are now available at https://download.java.net/openjdk/testresults/17/testresults.html The jdk test results contain 7 differences from the build 5 test results. No new testcase failures found. 0: /qoutreach1/jdktest/merge17/5/jdk/JTwork pass: 7,890; fail: 1; error: 3; not run: 2,767 1: /qoutreach1/jdktest/merge17/6/jdk/JTwork pass: 7,895; fail: 1; not run: 2,768 0 1 Test error pass com/sun/java/swing/plaf/windows/8016551/bug8016551.java --- pass java/net/httpclient/StreamCloseTest.java error pass javax/accessibility/JList/AccessibleJListChildNPETest.java error pass javax/accessibility/SlowPanelIteration/SlowPanelIteration.java pass --- sun/security/lib/CheckBlacklistedCerts.java --- pass sun/security/lib/CheckBlockedCerts.java --- pass sun/security/tools/jarsigner/CheckSignerCertChain.java 7 differences The hotspot test results contain 10 differences from the build 5 test results. No new testcase failures found. 0: /qoutreach1/jdktest/merge17/5/hotspot/JTwork pass: 5,858; fail: 2; not run: 560 1: /qoutreach1/jdktest/merge17/6/hotspot/JTwork pass: 5,868; not run: 559 0 1 Test --- pass compiler/arraycopy/TestArrayCopyMaskedWithZeroSrc.java --- pass compiler/loopopts/TestBrokenAntiDependenceWithPhi.java --- pass compiler/loopstripmining/BackedgeNodeWithOutOfLoopControl.java --- pass gtest/LargePageGtests.java#use-large-pages --- pass gtest/LargePageGtests.java#use-large-pages-1G --- pass gtest/LargePageGtests.java#use-large-pages-sysV --- pass runtime/Monitor/MonitorUsedDeflationThresholdTest.java --- pass runtime/cds/appcds/LambdaWithOldClass.java fail pass vmTestbase/nsk/sysdict/vm/stress/btree/btree010/btree010.java fail pass vmTestbase/nsk/sysdict/vm/stress/chain/chain007/chain007.java 10 differences The langtools test results contain 2 differences from the build 5 test results. No new testcase failures found. 0: /qoutreach1/jdktest/merge17/5/langtools/JTwork pass: 3,752; not run: 415 1: /qoutreach1/jdktest/merge17/6/langtools/JTwork pass: 3,752; not run: 416 0 1 Test pass --- tools/javac/T8245956/T8245956.java --- pass tools/javac/lambda/methodReference/BoundUnboundSearchTest.java 2 differences Regards, Deepak Damodaran Quality Outreach Oracle, Bangalore, India