From abdul.kolarkunnu at oracle.com Mon May 6 13:07:04 2019 From: abdul.kolarkunnu at oracle.com (abdul.kolarkunnu at oracle.com) Date: Mon, 6 May 2019 18:37:04 +0530 Subject: OpenJDK 13 build 19 test results now available In-Reply-To: <1119a2c1-cb32-c60f-0d4f-8ec40054e555@oracle.com> References: <1119a2c1-cb32-c60f-0d4f-8ec40054e555@oracle.com> Message-ID: *OpenJDK 1**3 ea build **19 test results are now available at * https://download.java.net/openjdk/testresults/13/testresults.html The jdk test results contain 8 differences from the build 18 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge13/18/jdk/JTwork pass: 7,376; error: 2; not run: 2,449 1: /scratch/export/home/aginfra/muneer/jtest/merge13/19/jdk/JTwork pass: 7,378; error: 1; not run: 2,450 0 1 Test --- pass java/io/LineNumberReader/MarkSplitCRLF.java pass --- java/lang/String/concat/StringConcatFactoryEmptyMethods.java --- pass java/lang/String/concat/StringConcatFactoryRepeatedConstants.java --- pass java/nio/channels/SocketChannel/AdaptorStreams.java pass --- java/nio/channels/SocketChannel/Stream.java pass --- jdk/nio/zipfs/MultiReleaseJarTest.java --- pass jdk/nio/zipfs/jarfs/MultiReleaseJarTest.java error pass sun/tools/jstatd/TestJstatdExternalRegistry.java 8 differences The hotspot test results contain 30 differencesfrom the build 18 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge13/18/hotspot/JTwork pass: 5,599; not run: 316 1: /scratch/export/home/aginfra/muneer/jtest/merge13/19/hotspot/JTwork pass: 5,617; not run: 322 0 1 Test --- pass compiler/c2/Test8202414.java --- pass compiler/c2/TestIfWithDeadRegion.java pass --- compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java pass --- compiler/jvmci/compilerToVM/GetConstantPoolTest.java pass --- compiler/jvmci/compilerToVM/GetResolvedJavaMethodTest.java pass --- compiler/jvmci/compilerToVM/JVM_RegisterJVMCINatives.java pass --- compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaField.java pass --- compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaMethod.java --- pass gc/TestAgeOutput.java#id2 --- pass gc/TestGenerationPerfCounter.java#id2 --- pass gc/TestGenerationPerfCounter.java#id3 --- pass gc/TestHumongousReferenceObject.java#id1 --- pass gc/TestMemoryMXBeansAndPoolsPresence.java#id2 --- pass gc/TestMemoryMXBeansAndPoolsPresence.java#id3 --- pass gc/TestPolicyNamePerfCounter.java#id2 --- pass gc/TestPolicyNamePerfCounter.java#id3 --- pass gc/TestSystemGC.java#id2 --- pass gc/TestSystemGC.java#id3 --- pass gc/arguments/TestAlignmentToUseLargePages.java#id2 --- pass gc/arguments/TestAlignmentToUseLargePages.java#id3 --- pass gc/arguments/TestMaxNewSize.java#id2 --- pass gc/arguments/TestMaxNewSize.java#id3 --- pass gc/arguments/TestUseCompressedOopsErgo.java#id2 --- pass gc/arguments/TestUseCompressedOopsErgo.java#id3 --- pass gc/class_unloading/TestClassUnloadingDisabled.java#id2 --- pass gc/class_unloading/TestClassUnloadingDisabled.java#id3 --- pass gc/metaspace/TestMetaspacePerfCounters.java#id1 --- pass gc/metaspace/TestMetaspacePerfCounters.java#id2 --- pass runtime/Shutdown/ShutdownTest.java --- pass vmTestbase/nsk/share/ExceptionCheckingJniEnv/exceptionjni001/TestDescription.java 30 differences The langtools test results contain 1 differencefrom the build 18 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge13/18/langtools/JTwork pass: 3,583; not run: 379 1: /scratch/export/home/aginfra/muneer/jtest/merge13/19/langtools/JTwork pass: 3,584; not run: 380 0 1 Test --- pass tools/javac/annotations/8218152/MalformedAnnotationProcessorTests.java 1 differences -- Regards, Abdul Muneer QualityOutreach Oracle, Bangalore, India From abdul.kolarkunnu at oracle.com Fri May 10 08:34:09 2019 From: abdul.kolarkunnu at oracle.com (abdul.kolarkunnu at oracle.com) Date: Fri, 10 May 2019 14:04:09 +0530 Subject: JDK 13 - Early Access build 20 is available In-Reply-To: <133b83f1-2159-f657-cd8e-63a499ff12f5@oracle.com> References: <133b83f1-2159-f657-cd8e-63a499ff12f5@oracle.com> Message-ID: <8f393a8e-b532-b4b0-341f-8af37f302db7@oracle.com> Hi All, *OpenJDK builds *- JDK 13 - Early Access build 20 is available at http://jdk.java.net/13/ * These early-access , open-source builds are provided under the o GNU General Public License, version?2, with the Classpath Exception . * Changes in this build * Release notes [1] *Significant changes since the last availability email* * build 20 o Removal of T-Systems Deutsche Telekom Root CA 2 certificate (JDK-8222137) o Add new FileSystems.newFileSystem methods (JDK-8218875) o Enhance auto vectorization for x86 (JDK-8222074) o Remove CollectorPolicy and its subclasses (JDK-8198505) o Drop support for pre JDK 1.4 SocketImpl implementations (JDK-8216978) * build 19 o add support for generating method handles from a variable symbol (JDK-8222744) o mark new VM option AllowRedefinitionToAddOrDeleteMethods as deprecated (JDK-8222934) * build 18 o Improve String::equals warmup characteristics (JDK-8215017) o [Containers] Improve systemd slice memory limit support (JDK-8217338) Bug fixes for issues reported by Open Source Projects * build 20 o assert(Compile::current()->live_nodes() < Compile::current()->max_node_limit()) failed: Live Node limit exceeded limit (JDK-8219520) o C2: MemNode::can_see_stored_value() ignores casts which carry control dependency (JDK-8219902) o New fix of the deadlock in sun.security.ssl.SSLSocketImpl (JDK-8219991) JEP updates since last email * JEP 350: Dynamic CDS Archives ? istargeted for JDK 13. * JEP 351: ZGC: Uncommit Unused Memory istargeted for JDK 13 * JEP 353: Reimplement the Legacy Socket API ?moved to Candidate * JEP 354: Switch Expressions moved to Candidate. OpenJDK Committers? Workshop, 1?2 August 2019 [2] [1] http://jdk.java.net/13/release-notes [2] https://mail.openjdk.java.net/pipermail/announce/2019-April/000269.html -- Regards, Abdul Muneer QualityOutreach Oracle, Bangalore, India From abdul.kolarkunnu at oracle.com Mon May 13 10:20:52 2019 From: abdul.kolarkunnu at oracle.com (abdul.kolarkunnu at oracle.com) Date: Mon, 13 May 2019 15:50:52 +0530 Subject: OpenJDK 13 build 20 test results now available In-Reply-To: <7486ae50-1be5-18d2-54a7-52e34318381d@oracle.com> References: <7486ae50-1be5-18d2-54a7-52e34318381d@oracle.com> Message-ID: *OpenJDK 1**3 ea build **20 test results are now available at * https://download.java.net/openjdk/testresults/13/testresults.html The jdk test results contain 10 differences from the build 19 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge13/19/jdk/JTwork pass: 7,378; error: 1; not run: 2,450 1: /scratch/export/home/aginfra/muneer/jtest/merge13/20/jdk/JTwork pass: 7,382; error: 1; not run: 2,451 0 1 Test --- pass java/net/ServerSocket/NullConstructor.java pass --- java/net/Socket/OldImpl.java --- pass java/net/Socket/OldSocketImplTest.java pass --- java/net/Socket/OldSocketImplTestDriver.java --- pass java/net/URL/NonOverridableHandlerFactory.java --- pass java/nio/file/Files/SymlinkTime.java --- pass java/util/regex/NegativeArraySize.java pass --- javax/management/monitor/DerivedGaugeMonitorTest.java --- pass jdk/jfr/event/runtime/TestTableStatisticsEvent.java --- pass jdk/nio/zipfs/NewFileSystemTests.java 10 differences The hotspot test results contain 1 differencefrom the build 19 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge13/19/hotspot/JTwork pass: 5,617; not run: 322 1: /scratch/export/home/aginfra/muneer/jtest/merge13/20/hotspot/JTwork pass: 5,618; not run: 322 0 1 Test --- pass compiler/tiered/Level2RecompilationTest.java 1 differences The langtools test results contain 2 differences from the build 19 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge13/19/langtools/JTwork pass: 3,584; not run: 380 1: /scratch/export/home/aginfra/muneer/jtest/merge13/20/langtools/JTwork pass: 3,586; not run: 380 0 1 Test --- pass tools/javac/T8222949/TestConstantDynamic.java --- pass tools/javac/processing/warnings/TestRepeatedSupportedItems.java 2 differences -- Regards, Abdul Muneer QualityOutreach Oracle, Bangalore, India From abdul.kolarkunnu at oracle.com Mon May 20 03:00:38 2019 From: abdul.kolarkunnu at oracle.com (abdul.kolarkunnu at oracle.com) Date: Mon, 20 May 2019 08:30:38 +0530 Subject: OpenJDK 13 build 21 test results now available In-Reply-To: <5c596889-8b46-b49d-7a18-34053c0ad7d4@oracle.com> References: <5c596889-8b46-b49d-7a18-34053c0ad7d4@oracle.com> Message-ID: * * * * *OpenJDK 1**3 ea build **21 test results are now available at * https://download.java.net/openjdk/testresults/13/testresults.html The jdk test results contain 14 differences from the build 20 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge13/20/jdk/JTwork pass: 7,382; error: 1; not run: 2,451 1: /scratch/export/home/aginfra/muneer/jtest/merge13/21/jdk/JTwork pass: 7,392; error: 1; not run: 2,459 0 1 Test pass --- com/sun/jdi/BasicJDWPConnectionTest.java --- pass com/sun/jdi/JdwpAllowTest.java --- pass com/sun/jdi/JdwpAttachTest.java --- pass com/sun/jdi/JdwpListenTest.java --- pass com/sun/jdi/JdwpNetProps.java --- pass java/net/IPSupport/MinimumPermissions.java --- pass java/net/Socket/RST.java --- pass java/text/Collator/RuleBasedCollatorTest.java pass --- javax/management/remote/mandatory/connection/MultiThreadDeadLockTest.java --- pass javax/net/ssl/SSLSocket/Tls13PacketSize.java --- pass javax/security/sasl/Sasl/DisabledMechanisms.java --- pass sun/security/x509/URICertStore/CRLReadTimeout.java --- pass tools/jlink/plugins/DefaultStripDebugPluginTest.java --- pass tools/jlink/plugins/StripNativeDebugSymbolsPlugin/StripNativeDebugSymbolsPluginTest.java 14 differences The hotspot test results contain 5 differencesfrom the build 20 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge13/20/hotspot/JTwork pass: 5,618; not run: 322 1: /scratch/export/home/aginfra/muneer/jtest/merge13/21/hotspot/JTwork pass: 5,621; not run: 323 0 1 Test --- pass gc/z/TestUncommit.java pass --- runtime/exceptionMsgs/ArrayIndexOutOfBoundsException/ArrayIndexOutOfBoundsExceptionTest.java --- pass runtime/exceptionMsgs/ArrayIndexOutOfBoundsException/ArrayIndexOutOfBoundsExceptionTest.java#id0 --- pass runtime/exceptionMsgs/ArrayIndexOutOfBoundsException/ArrayIndexOutOfBoundsExceptionTest.java#id1 --- pass serviceability/AsyncGetCallTrace/MyPackage/ASGCTBaseTest.java 5 differences The langtools test results contain 2 differences from the build 20 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge13/20/langtools/JTwork pass: 3,586; not run: 380 1: /scratch/export/home/aginfra/muneer/jtest/merge13/21/langtools/JTwork pass: 3,588; not run: 380 0 1 Test --- pass tools/javac/T8215470/BadEnclosingMethodAttrTest.java --- pass tools/javac/T8222251/PreflowNotVisitingLambdaExpTest.java 2 differences -- Regards, Abdul Muneer QualityOutreach Oracle, Bangalore, India From abdul.kolarkunnu at oracle.com Mon May 27 07:34:28 2019 From: abdul.kolarkunnu at oracle.com (abdul.kolarkunnu at oracle.com) Date: Mon, 27 May 2019 13:04:28 +0530 Subject: OpenJDK 13 build 22 test results now available In-Reply-To: References: Message-ID: <5abde871-f781-9fb5-b8ad-55bb88dddc96@oracle.com> *OpenJDK 1**3 ea build **22 test results are now available at * https://download.java.net/openjdk/testresults/13/testresults.html The jdk test results contain 4 differences from the build 21 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge13/21/jdk/JTwork pass: 7,392; error: 1; not run: 2,459 1: /scratch/export/home/aginfra/muneer/jtest/merge13/22/jdk/JTwork pass: 7,396; error: 1; not run: 2,461 0 1 Test --- pass java/text/Format/NumberFormat/TestPeruCurrencyFormat.java --- pass java/util/Calendar/JapanEraNameCompatTest.java --- pass jdk/jfr/event/os/TestVirtualizationInfo.java --- pass jdk/nio/zipfs/InvalidZipHeaderTests.java 4 differences The hotspot test results contain 25 differencesfrom the build 21 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge13/21/hotspot/JTwork pass: 5,621; not run: 323 1: /scratch/export/home/aginfra/muneer/jtest/merge13/22/hotspot/JTwork pass: 5,642; not run: 325 0 1 Test pass --- compiler/floatingpoint/TestFloatJNIArgs.java --- pass compiler/floatingpoint/TestFloatJNIArgs.java#id0 --- pass compiler/floatingpoint/TestFloatJNIArgs.java#id1 --- pass compiler/intrinsics/Test8215792.java --- pass runtime/appcds/dynamicArchive/AppendClasspath.java --- pass runtime/appcds/dynamicArchive/ArchiveConsistency.java --- pass runtime/appcds/dynamicArchive/ArrayKlasses.java --- pass runtime/appcds/dynamicArchive/ClassResolutionFailure.java --- pass runtime/appcds/dynamicArchive/DynamicFlag.java --- pass runtime/appcds/dynamicArchive/DynamicLotsOfClasses.java --- pass runtime/appcds/dynamicArchive/ExcludedClasses.java --- pass runtime/appcds/dynamicArchive/HelloDynamic.java --- pass runtime/appcds/dynamicArchive/HelloDynamicCustom.java --- pass runtime/appcds/dynamicArchive/HelloDynamicCustomUnload.java --- pass runtime/appcds/dynamicArchive/JITInteraction.java --- pass runtime/appcds/dynamicArchive/MainModuleOnly.java --- pass runtime/appcds/dynamicArchive/MethodSorting.java --- pass runtime/appcds/dynamicArchive/MissingArchive.java --- pass runtime/appcds/dynamicArchive/NoClassToArchive.java --- pass runtime/appcds/dynamicArchive/SharedArchiveFileOption.java --- pass runtime/appcds/dynamicArchive/UnsupportedBaseArchive.java --- pass runtime/appcds/dynamicArchive/UnusedCPDuringDump.java --- pass runtime/appcds/dynamicArchive/WrongTopClasspath.java pass --- serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java --- pass serviceability/sa/sadebugd/SADebugDTest.java 25 differences The langtools test results contain 1 differencefrom the build 21 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge13/21/langtools/JTwork pass: 3,588; not run: 380 1: /scratch/export/home/aginfra/muneer/jtest/merge13/22/langtools/JTwork pass: 3,589; not run: 381 0 1 Test --- pass tools/javac/T8222795/ConditionalAndPostfixOperator.java 1 differences -- Regards, Abdul Muneer QualityOutreach Oracle, Bangalore, India From abdul.kolarkunnu at oracle.com Fri May 31 10:15:18 2019 From: abdul.kolarkunnu at oracle.com (abdul.kolarkunnu at oracle.com) Date: Fri, 31 May 2019 15:45:18 +0530 Subject: JDK 13 - Early Access build 23 is available In-Reply-To: <8fc38f92-638d-3411-7077-916e3be849a7@oracle.com> References: <8fc38f92-638d-3411-7077-916e3be849a7@oracle.com> Message-ID: <6a8d2e01-e4c2-3269-be93-2c38333800c6@oracle.com> Hi All, *OpenJDK builds *- JDK 13 - Early Access build 23 is available at http://jdk.java.net/13/ * These early-access , open-source builds are provided under the o GNU General Public License, version?2, with the Classpath Exception . * Changes in this build * Release notes [1] *Significant changes since the last availability email* * build 23 o Support for Unicode 12.1 (JDK-8221431 ) o Add new keytool -showinfo -tls command for displaying TLS configuration information (JDK-8219861 ) * build 22 o New methods for creating DOM and SAX factories with Namespace support (JDK-8219692 ) o Removal of two DocuSign root CA certificates (JDK-8223499 ) * build 21 o JDWP support for IPv6 (JDK-8184770 ) o Change the mechanism by which JDK loads the platform-specific AWT Toolkit (JDK-8212700 ) o Upgrade CLDR to Version 35.1 (JDK-8221432 ) o xConfigurable Read Timeout for CRLs (JDK-8191808 ) o Removal of two Comodo root CA certificates (JDK-8222136 ) Bug fixes for issues reported by Open Source Projects * build 22 o OutOfMemory on compiling with darcula.jar in classpath (JDK-8222807 ) * build 21 o java -version output and certain system properties contain "null" text in their values (JDK-8223695 ) JEP updates since last email * JEP 350: Dynamic CDS Archives ?was *Integrated*. * JEP 351: ZGC: Uncommit Unused Memory ?was *Integrated*. * JEP 353: Reimplement the Legacy Socket API ?was*Targetted* JDK 13. * JEP 355: Text Blocks (Preview) ?was *Proposed to target*?JDK 13. [1] http://jdk.java.net/13/release-notes -- Regards, Abdul Muneer QualityOutreach Oracle, Bangalore, India From abdul.kolarkunnu at oracle.com Fri May 31 12:54:04 2019 From: abdul.kolarkunnu at oracle.com (abdul.kolarkunnu at oracle.com) Date: Fri, 31 May 2019 18:24:04 +0530 Subject: OpenJDK 13 build 23 test results now available In-Reply-To: <8dc81c5c-f000-b974-adb8-812c99460d86@oracle.com> References: <8dc81c5c-f000-b974-adb8-812c99460d86@oracle.com> Message-ID: <74982cca-5259-ac81-63c7-3300c48eb513@oracle.com> *OpenJDK 1**3 ea build **23 test results are now available at * https://download.java.net/openjdk/testresults/13/testresults.html The jdk test results contain 10 differences from the build 22 test results.There is 1 testcase failure, this failure is under investigation, JBS issue already exists for this failure. 0: /scratch/export/home/aginfra/muneer/jtest/merge13/22/jdk/JTwork pass: 7,396; error: 1; not run: 2,461 1: /scratch/export/home/aginfra/muneer/jtest/merge13/23/jdk/JTwork pass: 7,402; error: 2; not run: 2,462 0 1 Test --- pass com/sun/security/sasl/digest/HasInitialResponse.java --- pass java/net/DatagramSocketImpl/TestDefaultBehavior.java --- pass java/net/SocketImpl/TestDefaultBehavior.java --- pass java/net/SocketOption/AfterClose.java --- pass java/net/SocketOption/NullsAndBadValues.java --- pass java/text/Normalizer/ConformanceTest.java --- pass java/text/Normalizer/ICUBasicTest.java --- pass java/text/Normalizer/SquareEraCharacterTest.java pass --- javax/net/ssl/SSLSocket/Tls13PacketSize.java pass error sun/tools/jstatd/TestJstatdExternalRegistry.java 10 differences The hotspot test results contain 5 differencesfrom the build 22 test results. There is 1 testcase failure, this failure is under investigation, JBS issue already exists for this failure. 0: /scratch/export/home/aginfra/muneer/jtest/merge13/22/hotspot/JTwork pass: 5,642; not run: 325 1: /scratch/export/home/aginfra/muneer/jtest/merge13/23/hotspot/JTwork pass: 5,643; error: 1; not run: 326 0 1 Test --- pass compiler/arraycopy/TestArrayCopyWithBadOffset.java pass --- compiler/c2/Test8004741.java --- pass compiler/codecache/stress/UnexpectedDeoptimizationAllTest.java --- pass gc/z/TestHighUsage.java pass error vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq001/TestDescription.java 5 differences The langtools test results contain 1 differencefrom the build 22 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge13/22/langtools/JTwork pass: 3,589; not run: 381 1: /scratch/export/home/aginfra/muneer/jtest/merge13/23/langtools/JTwork pass: 3,590; not run: 381 0 1 Test --- pass tools/javac/processing/warnings/TestRepeatedItemsRuntime.java 1 differences -- Regards, Abdul Muneer QualityOutreach Oracle, Bangalore, India