From deepak.n.damodaran at oracle.com Wed Feb 5 06:35:35 2020 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Wed, 5 Feb 2020 12:05:35 +0530 Subject: OpenJDK 14 build 34 test results now available In-Reply-To: References: Message-ID: <05a595ae-5d2f-e858-c557-bc1ac5c32f96@oracle.com> * * *OpenJDK 1**4 ea build **34 test results are now available at * ** https://download.java.net/openjdk/testresults/14/testresults.html The jdk test results contain 1 differencefrom the build 33 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge14/33/jdk/JTwork pass: 7,622; fail: 2; error: 1; not run: 2,530 1: /scratch/export/home/aginfra/muneer/jtest/merge14/34/jdk/JTwork pass: 7,623; fail: 2; error: 1; not run: 2,530 0 1 Test --- pass java/rmi/server/RMISocketFactory/useSocketFactory/unicast/TCPEndpointReadBug.java 1 differences The hotspot test results contain 0 differencesfrom the build 33 test results. Certain tests were failed due to test infrastructure issue. The langtools test results contain 0 differences from the build 33 test results. -- Regards, Deepak Damodaran QualityOutreach Oracle, Bangalore, India -------------- next part -------------- An HTML attachment was scrubbed... URL: From deepak.n.damodaran at oracle.com Thu Feb 6 05:12:03 2020 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Thu, 6 Feb 2020 10:42:03 +0530 Subject: OpenJDK 15 build 8 test results now available In-Reply-To: <54e842c4-172b-1b8d-7b43-164bc98abb14@oracle.com> References: <54e842c4-172b-1b8d-7b43-164bc98abb14@oracle.com> Message-ID: *OpenJDK 1**5 ea build **8 test results are now available at * ** https://download.java.net/openjdk/testresults/15/testresults.html The jdk test results contain 1 differencefrom the build 7 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge15/7/jdk/JTwork pass: 7,625; fail: 2; error: 1; not run: 2,544 1: /scratch/export/home/aginfra/muneer/jtest/merge15/8/jdk/JTwork pass: 7,626; fail: 2; error: 1; not run: 2,544 0 1 Test --- pass java/rmi/server/RMISocketFactory/useSocketFactory/unicast/TCPEndpointReadBug.java 1 differences The hotspot test results contain 8 differencesfrom the build 7 test results. Certain tests were failed due to test infrastructure issue. 0: /scratch/export/home/aginfra/muneer/jtest/merge15/7/hotspot/JTwork pass: 5,707; fail: 43; not run: 372 1: /scratch/export/home/aginfra/muneer/jtest/merge15/8/hotspot/JTwork pass: 5,705; fail: 45; error: 1; not run: 371 0 1 Test --- fail compiler/graalunit/GraphTest.java --- fail compiler/graalunit/NodesTest.java --- pass compiler/intrinsics/Test8237524.java pass --- runtime/CommandLine/OptionsValidation/TestOptionsWithRanges_generate.sh pass --- runtime/handshake/HandshakeDirectTest.java pass error serviceability/dcmd/gc/RunFinalizationTest.java --- pass vmTestbase/jit/tiered/Test.java pass --- vmTestbase/jit/tiered/TestDescription.java 8 differences The langtools test results contain 1 differencefrom the build 7 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge15/7/langtools/JTwork pass: 3,667; not run: 393 1: /scratch/export/home/aginfra/muneer/jtest/merge15/8/langtools/JTwork pass: 3,668; not run: 393 0 1 Test --- pass tools/javac/patterns/NoUnnecessaryCast.java 1 differences -- Regards, Deepak Damodaran QualityOutreach Oracle, Bangalore, India -------------- next part -------------- An HTML attachment was scrubbed... URL: From deepak.n.damodaran at oracle.com Tue Feb 11 07:42:27 2020 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Tue, 11 Feb 2020 13:12:27 +0530 Subject: JDK 14 is now in the Release Candidate Phase In-Reply-To: References: Message-ID: <8dce3ad0-0dec-393d-5cb0-0d772ec808e6@oracle.com> Hi All, *Per the JDK 14 schedule [1] , we are now in the Release Candidate Phase * The stabilization repository, jdk/jdk14, *is open for P1 bug fixes * per the JDK Release Process (JEP 3) [2]. All changes require approval via the Fix-Request Process [3]. For more details, see Mark Reinhold's email to jdk-dev mailing list [4] OpenJDK 14 EA build 36 is now available at http://jdk.java.net/14 * These early access, open source builds are provided under the GNU General Public License, version?2, with the Classpath Exception . OpenJDK 15 EA build 9 is now available at http://jdk.java.net/15 * * * These early access, open source builds are provided under the GNU General Public License, version?2, with the Classpath Exception . * Significant changes since the last availability email: o build 8 + JDK-8235783: DatagramSocket::disconnect should allow an implementation to throw UncheckedIOException + JDK-8237528: Inefficient compilation of Pattern Matching for instanceof # Reported by?JaCoCo. o build 7 + JDK-8236105: DatagramSocket.send() and MulticastSocket.send() methods throw an IllegalArgumentException + JDK-8231422: Better serial filter handling + JDK-8227758: More valid PKIX processing + JDK-8230318: Better trust store usage + JDK-8234484: Add ability to configure third port for remote JMX Project Loom Early-Access Builds - Build 15-loom+3-20 (2020/1/27) * These early-access builds are provided under the GNU General Public License, version?2, with the Classpath Exception . * These builds are intended for developers looking to "kick the tyres" and provide feedback on using the API or by sending bug reports. Warning: This build is based on an incomplete version of JDK 14 . Links to FOSDEM Videos that might be of interest: * https://twitter.com/OpenJDK/status/1225008387009785857 * https://twitter.com/OpenJDK/status/1225011154159833088 * https://twitter.com/OpenJDK/status/1225009792596488193 Regards Deepak [1] https://openjdk.java.net/projects/jdk/14/#Schedule [2] https://openjdk.java.net/jeps/3 [3] https://openjdk.java.net/jeps/3#Fix-Request-Process [4] https://mail.openjdk.java.net/pipermail/jdk-dev/2020-February/003885.html -- Regards, Deepak Damodaran QualityOutreach Oracle, Bangalore, India -------------- next part -------------- An HTML attachment was scrubbed... URL: From deepak.n.damodaran at oracle.com Mon Feb 17 06:33:10 2020 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Mon, 17 Feb 2020 12:03:10 +0530 Subject: OpenJDK 14 build 36 test results now available In-Reply-To: <05a595ae-5d2f-e858-c557-bc1ac5c32f96@oracle.com> References: <05a595ae-5d2f-e858-c557-bc1ac5c32f96@oracle.com> Message-ID: *OpenJDK 1**4 ea build **36 test results are now available at * ** https://download.java.net/openjdk/testresults/14/testresults.html The jdk test results contain 0 differencesfrom the build 34 test results. The hotspot test results contain 0 differencesfrom the build 34 test results. Certain tests were failed due to test infrastructure issue. The langtools test results contain 0 differences from the build 34 test results. -- Regards, Deepak Damodaran QualityOutreach Oracle, Bangalore, India -------------- next part -------------- An HTML attachment was scrubbed... URL: From deepak.n.damodaran at oracle.com Mon Feb 17 12:09:38 2020 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Mon, 17 Feb 2020 17:39:38 +0530 Subject: OpenJDK 15 build 10 test results now available In-Reply-To: References: Message-ID: <2d7803a5-e349-530d-8e98-a738727eef54@oracle.com> *OpenJDK 1**5 ea build **10 test results are now available at * ** https://download.java.net/openjdk/testresults/15/testresults.html The jdk test results contain 12 differencesfrom the build 8 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge15/8/jdk/JTwork pass: 7,626; fail: 2; error: 1; not run: 2,544 1: /scratch/export/home/aginfra/muneer/jtest/merge15/10/jdk/JTwork pass: 7,638; fail: 2; not run: 2,545 0 1 Test --- pass java/net/DatagramPacket/Setters.java --- pass java/net/DatagramSocketImpl/TestCreate.java error pass java/nio/channels/DatagramChannel/Loopback.java --- pass java/text/Format/DateFormat/Bug8235699.java --- pass javax/naming/spi/FactoryCacheTest.java --- pass jdk/jfr/api/consumer/recordingstream/TestSetStartTime.java --- pass jdk/jfr/api/recording/event/TestPeriod.java --- pass jdk/jfr/event/diagnostics/TestHeapDump.java --- pass jdk/jfr/event/io/TestInstrumentation.java --- pass jdk/jfr/event/runtime/TestDumpReason.java --- pass jdk/jfr/jmx/security/TestEnoughPermission.java --- pass sun/tools/jstatd/TestJstatdRmiPort.java 12 differences The hotspot test results contain 26 differencesfrom the build 8 test results. Certain tests were failed due to test infrastructure issue. 0: /scratch/export/home/aginfra/muneer/jtest/merge15/8/hotspot/JTwork pass: 5,705; fail: 45; error: 1; not run: 371 1: /scratch/export/home/aginfra/muneer/jtest/merge15/10/hotspot/JTwork pass: 5,715; fail: 45; not run: 372 0 1 Test --- pass applications/ctw/modules/jdk_localedata_2.java --- pass compiler/allocation/TestAllocation.java --- pass compiler/arraycopy/TestCloneAccessStressGCM.java --- pass compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestSingleImplementor.java pass --- runtime/7162488/Test7162488.sh --- pass runtime/7162488/TestUnrecognizedVmOption.java pass --- runtime/CDSCompressedKPtrs/CDSCompressedKPtrsError.java --- pass runtime/FieldLayout/FieldDensityTest.java#id0 --- pass runtime/FieldLayout/FieldDensityTest.java#id1 --- pass runtime/StackGap/TestStackGap.java pass --- runtime/StackGap/testme.sh --- pass runtime/StackGuardPages/TestStackGuardPages.java pass --- runtime/StackGuardPages/testme.sh --- pass runtime/TLS/TestTLS.java pass --- runtime/TLS/testtls.sh --- pass runtime/cds/appcds/TestCombinedCompressedFlags.java --- pass runtime/cds/appcds/TestZGCWithCDS.java --- pass runtime/jni/registerNativesWarning/TestRegisterNativesWarning.java error pass serviceability/dcmd/gc/RunFinalizationTest.java --- pass testlibrary_tests/process/TestNativeProcessBuilder.java pass --- vmTestbase/metaspace/flags/maxMetaspaceSize/TestDescription.java --- pass vmTestbase/metaspace/flags/maxMetaspaceSize/TestMaxMetaspaceSize.java --- pass vmTestbase/vm/compiler/CodeCacheInfo/Test.java pass --- vmTestbase/vm/compiler/CodeCacheInfo/TestDescription.java --- pass vmTestbase/vm/compiler/CodeCacheInfoOnCompilation/Test.java pass --- vmTestbase/vm/compiler/CodeCacheInfoOnCompilation/TestDescription.java 26 differences The langtools test results contain 0 differencesfrom the build 8 test results. -- Regards, Deepak Damodaran QualityOutreach Oracle, Bangalore, India -------------- next part -------------- An HTML attachment was scrubbed... URL: From deepak.n.damodaran at oracle.com Wed Feb 26 07:02:57 2020 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Wed, 26 Feb 2020 12:32:57 +0530 Subject: OpenJDK 15 build 11 test results now available In-Reply-To: <2d7803a5-e349-530d-8e98-a738727eef54@oracle.com> References: <2d7803a5-e349-530d-8e98-a738727eef54@oracle.com> Message-ID: *OpenJDK 1**5 ea build **11 test results are now available at * ** https://download.java.net/openjdk/testresults/15/testresults.html The jdk test results contain 5 differencesfrom the build 10 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge15/10/jdk/JTwork pass: 7,638; fail: 2; not run: 2,545 1: /scratch/export/home/aginfra/muneer/jtest/merge15/11/jdk/JTwork pass: 7,643; fail: 2; not run: 2,546 0 1 Test --- pass jdk/jfr/event/runtime/TestClassRedefinition.java --- pass jdk/jfr/event/runtime/TestRedefineClasses.java --- pass jdk/jfr/event/runtime/TestRetransformClasses.java --- pass jdk/jfr/javaagent/TestEventInstrumentation.java --- pass sun/security/krb5/auto/SaslMutual.java 5 differences The hotspot test results contain 7 differencesfrom the build 10 test results. Certain tests were failed due to test infrastructure issue. 0: /scratch/export/home/aginfra/muneer/jtest/merge15/10/hotspot/JTwork pass: 5,715; fail: 45; not run: 372 1: /scratch/export/home/aginfra/muneer/jtest/merge15/11/hotspot/JTwork pass: 5,720; fail: 45; not run: 377 0 1 Test --- pass compiler/arraycopy/TestTightlyCoupledAllocationAssert.java --- pass compiler/c1/RangeCheckVerificationOfIR.java pass --- compiler/c2/Test8004741.java --- pass compiler/loopstripmining/LoadSplitThruPhi.java --- pass runtime/ClassFile/TestCheckedExceptions.java --- pass runtime/FieldLayout/OldLayoutCheck.java#id0 --- pass runtime/logging/loadLibraryTest/LoadLibraryTest.java 7 differences The langtools test results contain 0 differencesfrom the build 10 test results. -- Regards, Deepak Damodaran QualityOutreach Oracle, Bangalore, India -------------- next part -------------- An HTML attachment was scrubbed... URL: