From deepak.n.damodaran at oracle.com Fri Jan 8 14:22:24 2021 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Fri, 8 Jan 2021 19:52:24 +0530 Subject: OpenJDK 16 EA build 31 test results now available In-Reply-To: References: Message-ID: <84d964f7-ed1e-9e05-7550-a6208fe2ebf2@oracle.com> *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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From deepak.n.damodaran at oracle.com Sun Jan 10 15:29:46 2021 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Sun, 10 Jan 2021 20:59:46 +0530 Subject: OpenJDK 17 EA build 4 test results now available In-Reply-To: References: Message-ID: <06ccf8d6-e8a4-43c5-fd11-6650947dbfce@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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Sjoerd.Brauer at flex.com Wed Jan 13 08:56:04 2021 From: Sjoerd.Brauer at flex.com (Sjoerd Brauer) Date: Wed, 13 Jan 2021 08:56:04 +0000 Subject: FW: suggestions to improve AWT (mostly Linux related) In-Reply-To: References: Message-ID: From: Sjoerd Brauer Sent: woensdag 13 januari 2021 09:54 To: 'quality-discuss at openjdk.java.net' Subject: suggestions to improve AWT (mostly Linux related) Dear all, I've been working with a Raspbian CLI environment for a while and notice some unexpected behavior from AWT.Robot. Java registers the Raspbian CLI as a headless environment even though it can be accessed directly through a keyboard and mouse (I did as well). When fooling the java environment by setting the headless property to false it throws X11 errors because it relies on an X server to do the IO stuff. This is the part where I believe AWT can be improved. Yes I understand AWT exists for creating a GUI and CLI is not considered a GUI. Yes I understand and agree that because using a CLI some AWT related stuff should not work. Even though this is the case there already exists some exceptions of using AWT in a headless environment as described by Oracle: https://www.oracle.com/technical-resources/articles/javase/headless.html (I'm assuming OpenJDK shares this behavior but I didn't test this). I suggest the following improvements to the AWT. * Don't make IO simulation classes like AWT.Robot rely on the X-Server but make it work directly on the OS IO system. * https://pypi.org/project/keyboard/ is a great example on how you could do this (albeit written in python). * Separate the headless exception into headless and a new CLIEnvironment exception. Because the AWT is part of the Java Foundation Classes I'm writing this to you. Hopefully you find my feedback useful. Kind regards, Sjoerd Brauer Legal Disclaimer : The information contained in this message may be privileged and confidential. It is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. If you have received this message in error, please immediately notify the sender and delete or destroy any copy of this message! -------------- next part -------------- An HTML attachment was scrubbed... URL: From deepak.n.damodaran at oracle.com Fri Jan 15 11:09:48 2021 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Fri, 15 Jan 2021 16:39:48 +0530 Subject: JDK 16 is now in Rampdown Phase Two In-Reply-To: References: Message-ID: <0a58388e-cff7-239e-5c91-0a8df8d8238a@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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From deepak.n.damodaran at oracle.com Mon Jan 18 09:39:01 2021 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Mon, 18 Jan 2021 15:09:01 +0530 Subject: FW: suggestions to improve AWT (mostly Linux related) In-Reply-To: <56d7e449-6773-79af-5109-1f75ff413b71@oracle.com> References: <56d7e449-6773-79af-5109-1f75ff413b71@oracle.com> Message-ID: <2a670506-cfb2-7422-581e-584409c348c8@oracle.com> Adding OpenJDK quality-discuss group. Regards Deepak On 15/01/21 5:23 pm, deepak.n.damodaran at oracle.com wrote: > > Hi Sjoerd Brauer, > > Could you please post this in AWT dev group - > https://mail.openjdk.java.net/pipermail/awt-dev/ > ? > > Regards > Deepak > > On 13/01/21 2:26 pm, Sjoerd Brauer wrote: >> >> *From:*Sjoerd Brauer >> *Sent:* woensdag 13 januari 2021 09:54 >> *To:* 'quality-discuss at openjdk.java.net' >> >> *Subject:* suggestions to improve AWT (mostly Linux related) >> >> Dear all, >> >> I?ve been working with a Raspbian CLI environment for a while and >> notice some unexpected behavior from AWT.Robot. >> >> Java registers the Raspbian CLI as a headless environment even though >> it can be accessed directly through a keyboard and mouse (I did as well). >> >> When fooling the java environment by setting the headless property to >> false it throws X11 errors because it relies on an X server to do the >> IO stuff. >> >> This is the part where I believe AWT can be improved. >> >> Yes I understand AWT exists for creating a GUI and CLI is not >> considered a GUI. >> >> Yes I understand and agree that because using a CLI some AWT related >> stuff should not work. >> >> Even though this is the case there already exists some exceptions of >> using AWT in a headless environment as described by Oracle: >> >> https://www.oracle.com/technical-resources/articles/javase/headless.html >> >> (I?m assuming OpenJDK shares this behavior but I didn?t test this). >> >> I suggest the following improvements to the AWT. >> >> * Don?t make IO simulation classes like AWT.Robot rely on the >> X-Server but make it work directly on the OS IO system. >> o https://pypi.org/project/keyboard/ >> is a great example on >> how you could do this (albeit written in python). >> * Separate the headless exception into headless and a new >> CLIEnvironment exception. >> >> Because the AWT is part of the Java Foundation Classes I?m writing >> this to you. >> >> Hopefully you find my feedback useful. >> >> Kind regards, >> >> Sjoerd Brauer >> >> Legal Disclaimer : >> The information contained in this message may be privileged and >> confidential. >> It is intended to be read only by the individual or entity to whom it >> is addressed >> or by their designee. If the reader of this message is not the >> intended recipient, >> you are on notice that any distribution of this message, in any form, >> is strictly prohibited. If you have received this message in error, >> please immediately notify the sender and delete or destroy any copy >> of this message! -------------- next part -------------- An HTML attachment was scrubbed... URL: From deepak.n.damodaran at oracle.com Mon Jan 18 12:27:36 2021 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Mon, 18 Jan 2021 17:57:36 +0530 Subject: OpenJDK 16 EA build 32 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 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From deepak.n.damodaran at oracle.com Mon Jan 18 16:48:58 2021 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Mon, 18 Jan 2021 22:18:58 +0530 Subject: OpenJDK 17 EA build 5 test results now available In-Reply-To: <06ccf8d6-e8a4-43c5-fd11-6650947dbfce@oracle.com> References: <06ccf8d6-e8a4-43c5-fd11-6650947dbfce@oracle.com> Message-ID: <1be15a0e-c6f6-d8e2-8b15-4e3eebd9cd83@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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From deepak.n.damodaran at oracle.com Fri Jan 22 12:08:26 2021 From: deepak.n.damodaran at oracle.com (Deepak Damodaran) Date: Fri, 22 Jan 2021 12:08:26 +0000 Subject: OpenJDK 16 EA build 33 test results now available 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From deepak.n.damodaran at oracle.com Mon Jan 25 10:12:08 2021 From: deepak.n.damodaran at oracle.com (Deepak Damodaran) Date: Mon, 25 Jan 2021 10:12:08 +0000 Subject: OpenJDK 17 EA build 6 test results now available Message-ID: <4DDCFC95-E187-44D0-B3D4-6F2B7DD20C16@oracle.com> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: