From deepak.n.damodaran at oracle.com Mon Dec 2 09:10:01 2019 From: deepak.n.damodaran at oracle.com (Deepak Damodaran) Date: Mon, 2 Dec 2019 14:40:01 +0530 Subject: JDK 14 - Early Access build 25 is available In-Reply-To: <7f6246b3-d3df-09c2-4420-99e4736752dd@oracle.com> References: <7f6246b3-d3df-09c2-4420-99e4736752dd@oracle.com> Message-ID: Hi All, *OpenJDK builds? - JDK 14 *- Early Access build 25 is 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 . * *Next Milestone* ** o ** *12-Dec-2019 Rampdown Phase One.* * Schedule for JDK 14* *??????? 2019/12/12 Rampdown Phase One ??????? 2020/01/16 Rampdown Phase Two ??????? 2020/02/06 Initial Release Candidate ??????? 2020/02/20 Final Release Candidate ??????? 2020/03/17 General Availability * Release notes o https://jdk.java.net/14/release-notes * JEP proposed to target JDK 14 o JEP 365 ZGC on Windows * JEPs targeted to JDK 14, so far: o JEP 305: Pattern Matching for instanceof (Preview) ?was proposed to target. o JEP 343: Packaging Tool (Incubator) ?was proposed to target. o JEP 345: NUMA-Aware Memory Allocation for G1 was integrated. o JEP 349: JFR Event Streaming ?was integrated. o JEP 352:? Non-Volatile Mapped Byte Buffers was targeted. o JEP 358: Helpful NullPointerExceptions was integrated. o JEP 359: Records (Preview) JEP 359: Records (Preview) ?was proposed to target. o JEP 361: Switch Expressions (Standard) ?was intergrated. o JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector ?was targeted. o JEP 364: ZGC on macOS ?was targeted. o JEP 366: Deprecate the ParallelScavenge + SerialOld GC Combination ?was proposed to target. o JEP 367: Remove the Pack200 Tools and API ?was targeted?to JDK 14. o JEP 368: Text Blocks (Second Preview) was proposed to target. * Recent Bug fixes of Interest * Build 25: o JDK-8233301: Implementation of JEP 366: Deprecate the ParallelScavenge + SerialOld GC Combination o JDK-8233296: The behavior of MulticastSocket getOption/setOption for IP_MULTICAST_LOOP is changed to conform the specification of StandardSocketOptions.IP_MULTICAST_LOOP * Build 24: o JDK-8233141 :DatagramSocket.send and MulticastSocket.send throw IllegalArgumentException when the socket is not connected and the packet doesn't contain any address ) o JDK-8214024: Remove the default keytool -keyalg value o JDK-8232019: Add LuxTrust certificate updates to the existing root program * Build 23 o JDK 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector o JDK 8224817: Implementation of JEP 364: ZGC on macOS * Changes in this build *jpackage EA -* Build 14-jpackage+1-70 (2019/11/12) * This is an early access build of JEP 343: Packaging Tool , aimed at testing a prototype implementation of? jpackage, which is a new tool for packaging self-contained Java applications along with a Java Runtime Environment. * These early-access builds are provided under the GNU General Public License, version?2, with the Classpath Exception * Build is now available http://jdk.java.net/jpackage/ * Please send feedback via e-mail to core-libs-dev at openjdk.java.net Regards Deepak Damodaran Quality Outreach Oracle, Bangalore, India **** -------------- next part -------------- An HTML attachment was scrubbed... URL: From deepak.n.damodaran at oracle.com Fri Dec 6 13:43:51 2019 From: deepak.n.damodaran at oracle.com (Deepak Damodaran) Date: Fri, 6 Dec 2019 19:13:51 +0530 Subject: OpenJDK 14 build 26 test results now available In-Reply-To: <3d1a362a-2387-4cb6-9f1f-c5aaca8d8d6d@oracle.com> References: <3d1a362a-2387-4cb6-9f1f-c5aaca8d8d6d@oracle.com> Message-ID: *OpenJDK 1**4 ea build **26 test results are now available at * ** https://download.java.net/openjdk/testresults/14/testresults.html The jdk test results contain 7 differencesfrom the build 25 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge14/25/jdk/JTwork pass: 7,573; fail: 2; error: 1; not run: 2,495 1: /scratch/export/home/aginfra/muneer/jtest/merge14/26/jdk/JTwork pass: 7,578; fail: 2; error: 1; not run: 2,499 0 1 Test --- pass com/sun/net/httpserver/HttpServerTest.java --- pass java/net/NetworkInterface/NoSetNetworkInterface.java --- pass java/nio/channels/DatagramChannel/ManySourcesAndTargets.java pass --- javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java --- pass jdk/jfr/event/compiler/TestDeoptimization.java --- pass jdk/jfr/jvm/TestFormatDuration.java --- pass sun/security/provider/KeyStore/WrongStoreType.java 7 differences The hotspot test results contain 3 differencesfrom the build 25 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge14/25/hotspot/JTwork pass: 5,686; not run: 411 1: /scratch/export/home/aginfra/muneer/jtest/merge14/26/hotspot/JTwork pass: 5,689; not run: 410 0 1 Test --- pass compiler/conversions/TestPrimitiveConversions.java --- pass gc/z/TestAlwaysPreTouch.java --- pass vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001/TestDescription.java 3 differences The langtools test results contain 2 differences from the build 25 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge14/25/langtools/JTwork pass: 3,645; not run: 386 1: /scratch/export/home/aginfra/muneer/jtest/merge14/26/langtools/JTwork pass: 3,647; not run: 386 0 1 Test --- pass tools/javac/ConditionalExpressionResolvePending.java --- pass tools/javac/patterns/BreakAndLoops.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 Dec 16 06:32:34 2019 From: deepak.n.damodaran at oracle.com (deepak.n.damodaran at oracle.com) Date: Mon, 16 Dec 2019 12:02:34 +0530 Subject: JDK 14 enters Rampdown Phase One In-Reply-To: References: Message-ID: <6929cef3-5e46-6b48-98b8-a19637497351@oracle.com> Hi All, *Per the JDK 14 schedule , we are now in Rampdown Phase One* *Please advise if you have found any issues while testing the latest Early Access build. * * Schedule for JDK 14 o *2019/12/12 Rampdown Phase One* o 2020/01/16 Rampdown Phase Two o 2020/02/06 Initial Release Candidate o 2020/02/20 Final Release Candidate o 2020/03/17 General Availability * The overall feature set is frozen. o No further JEPs will be targeted to this release o For more details , see Mark Reinhold's email to jdk-dev mailing list [1] * Features included in JDK 14:. o JEP 305: Pattern Matching for instanceof (Preview) o JEP 343: Packaging Tool (Incubator) o JEP 345: NUMA-Aware Memory Allocation for G1 o JEP 349: JFR Event Streaming o JEP 352: Non-Volatile Mapped Byte Buffers o JEP 358: Helpful NullPointerExceptions o JEP 359: Records (Preview) JEP 359: Records (Preview) o JEP 361: Switch Expressions (Standard) o JEP 362: Deprecate the Solaris and SPARC Ports o JEP 363: Remove the Concurrent Mark Sweep Garbage Collector o JEP 364: ZGC on macOS o JEP 365 ZGC on Windows o JEP 366: Deprecate ParallelScavenge SerialOld GC Combination o JEP 367: Remove the Pack200 Tools and API o JEP 368: Text Blocks (Second Preview) o JEP 370: Foreign-Memory Access API (Incubator) *JDK 14 **Early Access build 27 **is available**at : - jdk.java.net/14/* * Release notes o https://jdk.java.net/14/release-notes * Recent fixes that might be of interest o Build 27: + JDK-8212780: Packaging Tool Implementation + JDK-8234370: Implementation of JEP 362: Deprecate the Solaris and SPARC Ports + JDK-8190492: Remove SSLv2Hello and SSLv3 from default enabled TLS protocols + JDK-8214481: freetype path does not disable TrueType hinting with AA+FM hints + JDK-8234076: JVM crashes on Windows 10 using --module=NAME + JDK-8222756: Plural support in CompactNumberFormat + JDK-8234211: allow discoverable javac plugins to be invoked by default o Build 26: + JDK-8233223: Add Amazon Root CA certificates + JDK-8235263: Revert TLS 1.3 change that wrapped IOExceptions + JDK-8234893: ARM32: build failure after JDK-8234387 Regards Deepak Damodaran [1] https://mail.openjdk.java.net/pipermail/jdk-dev/2019-December/003795.html -------------- next part -------------- An HTML attachment was scrubbed... URL: