From gnu.andrew at redhat.com Thu Jun 3 17:19:09 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Thu, 03 Jun 2021 17:19:09 +0000 Subject: hg: jdk8u/jdk8u: 2 new changesets Message-ID: <202106031719.153HJ96e020546@aojmv0008.oracle.com> Changeset: 5892050572b3 Author: vkempik Date: 2020-08-10 22:42 +0300 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/rev/5892050572b3 8250876: Fix issues with cross-compile on macos Reviewed-by: erikj, ihse Contributed-by: benty at amazon.com ! common/autoconf/toolchain.m4 Changeset: d2e85075e016 Author: andrew Date: 2021-06-01 05:34 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/rev/d2e85075e016 Added tag jdk8u302-b05 for changeset 5892050572b3 ! .hgtags From gnu.andrew at redhat.com Thu Jun 3 17:19:18 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Thu, 03 Jun 2021 17:19:18 +0000 Subject: hg: jdk8u/jdk8u/corba: Added tag jdk8u302-b05 for changeset d4bb92501f9b Message-ID: <202106031719.153HJIvR020664@aojmv0008.oracle.com> Changeset: 6e8029bd8c62 Author: andrew Date: 2021-06-01 05:34 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/corba/rev/6e8029bd8c62 Added tag jdk8u302-b05 for changeset d4bb92501f9b ! .hgtags From gnu.andrew at redhat.com Thu Jun 3 17:19:26 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Thu, 03 Jun 2021 17:19:26 +0000 Subject: hg: jdk8u/jdk8u/jaxp: Added tag jdk8u302-b05 for changeset f529944cbf6e Message-ID: <202106031719.153HJQXc020775@aojmv0008.oracle.com> Changeset: 7443fa2f19b0 Author: andrew Date: 2021-06-01 05:34 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jaxp/rev/7443fa2f19b0 Added tag jdk8u302-b05 for changeset f529944cbf6e ! .hgtags From gnu.andrew at redhat.com Thu Jun 3 17:19:33 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Thu, 03 Jun 2021 17:19:33 +0000 Subject: hg: jdk8u/jdk8u/jaxws: Added tag jdk8u302-b05 for changeset 0113b64bec62 Message-ID: <202106031719.153HJXgB020838@aojmv0008.oracle.com> Changeset: 55f9e93f9393 Author: andrew Date: 2021-06-01 05:34 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jaxws/rev/55f9e93f9393 Added tag jdk8u302-b05 for changeset 0113b64bec62 ! .hgtags From gnu.andrew at redhat.com Thu Jun 3 17:19:40 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Thu, 03 Jun 2021 17:19:40 +0000 Subject: hg: jdk8u/jdk8u/langtools: Added tag jdk8u302-b05 for changeset ef5cb85b148e Message-ID: <202106031719.153HJefK020920@aojmv0008.oracle.com> Changeset: b13b58afad1e Author: andrew Date: 2021-06-01 05:34 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/langtools/rev/b13b58afad1e Added tag jdk8u302-b05 for changeset ef5cb85b148e ! .hgtags From gnu.andrew at redhat.com Thu Jun 3 17:19:48 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Thu, 03 Jun 2021 17:19:48 +0000 Subject: hg: jdk8u/jdk8u/nashorn: Added tag jdk8u302-b05 for changeset a247af3c2e26 Message-ID: <202106031719.153HJmaX020987@aojmv0008.oracle.com> Changeset: 067a65992a07 Author: andrew Date: 2021-06-01 05:34 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/rev/067a65992a07 Added tag jdk8u302-b05 for changeset a247af3c2e26 ! .hgtags From gnu.andrew at redhat.com Thu Jun 3 17:19:57 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Thu, 03 Jun 2021 17:19:57 +0000 Subject: hg: jdk8u/jdk8u/jdk: 21 new changesets Message-ID: <202106031719.153HJw4P021056@aojmv0008.oracle.com> Changeset: cb560b38d15a Author: jbachorik Date: 2021-05-07 17:23 +0200 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/cb560b38d15a 8266723: JFR periodic events are causing extra allocations Reviewed-by: adinn ! src/share/classes/jdk/jfr/internal/JVM.java ! src/share/classes/jdk/jfr/internal/Logger.java ! src/share/classes/jdk/jfr/internal/RequestEngine.java Changeset: 93a23f95f629 Author: smarks Date: 2014-12-01 17:59 -0800 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/93a23f95f629 8035000: clean up ActivationLibrary.DestroyThread Reviewed-by: lancea ! test/java/rmi/activation/Activatable/checkActivateRef/CheckActivateRef.java ! test/java/rmi/activation/Activatable/checkAnnotations/CheckAnnotations.java ! test/java/rmi/activation/Activatable/checkImplClassLoader/CheckImplClassLoader.java ! test/java/rmi/activation/Activatable/checkRegisterInLog/CheckRegisterInLog.java ! test/java/rmi/activation/Activatable/createPrivateActivable/CreatePrivateActivatable.java ! test/java/rmi/activation/Activatable/downloadParameterClass/DownloadParameterClass.java ! test/java/rmi/activation/Activatable/elucidateNoSuchMethod/ElucidateNoSuchMethod.java ! test/java/rmi/activation/Activatable/extLoadedImpl/ExtLoadedImplTest.java ! test/java/rmi/activation/Activatable/forceLogSnapshot/ForceLogSnapshot.java ! test/java/rmi/activation/Activatable/inactiveGroup/InactiveGroup.java ! test/java/rmi/activation/Activatable/lookupActivationSystem/LookupActivationSystem.java ! test/java/rmi/activation/Activatable/nestedActivate/NestedActivate.java ! test/java/rmi/activation/Activatable/nonExistentActivatable/NonExistentActivatable.java ! test/java/rmi/activation/Activatable/restartCrashedService/RestartCrashedService.java ! test/java/rmi/activation/Activatable/restartLatecomer/RestartLatecomer.java ! test/java/rmi/activation/Activatable/restartService/RestartService.java ! test/java/rmi/activation/Activatable/unregisterInactive/UnregisterInactive.java ! test/java/rmi/activation/ActivateFailedException/activateFails/ActivateFails.java ! test/java/rmi/activation/ActivationGroup/downloadActivationGroup/DownloadActivationGroup.java ! test/java/rmi/activation/ActivationSystem/activeGroup/IdempotentActiveGroup.java ! test/java/rmi/activation/ActivationSystem/modifyDescriptor/ModifyDescriptor.java ! test/java/rmi/activation/ActivationSystem/stubClassesPermitted/StubClassesPermitted.java ! test/java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup.java ! test/java/rmi/activation/CommandEnvironment/SetChildEnv.java ! test/java/rmi/activation/rmidViaInheritedChannel/InheritedChannelNotServerSocket.java ! test/java/rmi/activation/rmidViaInheritedChannel/RmidViaInheritedChannel.java ! test/java/rmi/registry/altSecurityManager/AltSecurityManager.java ! test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/UseCustomSocketFactory.java ! test/java/rmi/testlibrary/ActivationLibrary.java ! test/java/rmi/testlibrary/RMID.java Changeset: c52704d27852 Author: serb Date: 2019-03-16 17:50 -0700 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/c52704d27852 7106851: Test should not use System.exit Reviewed-by: aivanov, psadhukhan, kaddepalli + test/javax/accessibility/6192422/bug6192422.java Changeset: 7fb344096b3b Author: pchopra Date: 2015-08-13 16:26 +0300 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/7fb344096b3b 8081764: [TEST_BUG] Test javax/swing/plaf/aqua/CustomComboBoxFocusTest.java fails on Windows, Solaris Sparcv9 and Linux but passes on MacOSX Reviewed-by: alexsch, azvegint ! test/javax/swing/plaf/aqua/CustomComboBoxFocusTest.java Changeset: 51233f24cf43 Author: prr Date: 2020-09-19 17:36 +0000 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/51233f24cf43 8249142: java/awt/FontClass/CreateFont/DeleteFont.sh is unstable Reviewed-by: serb ! test/java/awt/FontClass/CreateFont/DeleteFont.java ! test/java/awt/FontClass/CreateFont/DeleteFont.sh Changeset: 9122a352fb12 Author: kshefov Date: 2015-08-05 16:35 +0300 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/9122a352fb12 8028618: [TEST BUG] javax/swing/JScrollBar/bug4202954/bug4202954.java fails Reviewed-by: alexsch, azvegint Contributed-by: nadeesh.tv at oracle.com ! test/javax/swing/JScrollBar/bug4202954/bug4202954.java Changeset: dc8461142fb8 Author: weijun Date: 2015-03-16 18:08 +0800 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/dc8461142fb8 8074836: Resolve disabled warnings for libosxkrb5 8074835: Resolve disabled warnings for libj2gss Reviewed-by: erikj ! make/lib/SecurityLibraries.gmk ! src/share/native/sun/security/jgss/wrapper/GSSLibStub.c ! src/share/native/sun/security/krb5/nativeccache.c Changeset: 801743983ed6 Author: mikael Date: 2014-02-18 17:55 -0800 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/801743983ed6 8035287: gcc warnings compiling various libraries files Reviewed-by: prr ! src/share/native/com/sun/java/util/jar/pack/bands.cpp ! src/share/native/sun/java2d/opengl/OGLContext.c ! src/solaris/native/sun/awt/awt_Font.c ! src/solaris/native/sun/java2d/x11/X11SurfaceData.c ! src/solaris/native/sun/xawt/XToolkit.c Changeset: e6d50cd7310b Author: sla Date: 2014-03-21 09:38 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/e6d50cd7310b 8037825: Fix warnings and enable "warnings as errors" in serviceability native libraries Reviewed-by: alanb ! make/lib/ServiceabilityLibraries.gmk ! src/share/back/SDE.c ! src/share/back/eventHandler.c ! src/share/back/log_messages.c ! src/share/instrument/InvocationAdapter.c ! src/share/instrument/PathCharsValidator.c ! src/solaris/back/util_md.h ! src/solaris/native/sun/management/MacosxOperatingSystem.c ! src/windows/back/linker_md.c ! src/windows/back/proc_md.h Changeset: 4984fad6c950 Author: pchelko Date: 2014-05-22 15:46 +0400 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/4984fad6c950 8043646: libosxapp.dylib fails to build on Mac OS 10.9 with clang Reviewed-by: anthony, serb ! src/macosx/native/sun/osxapp/ThreadUtilities.m Changeset: bae272e8923c Author: ctornqvi Date: 2017-01-05 16:46 -0500 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/bae272e8923c 8172188: JDI tests fail due to "permission denied" when creating temp file Reviewed-by: hseigel, mseledtsov ! test/com/sun/jdi/ShellScaffold.sh Changeset: 72e77abe6d85 Author: serb Date: 2018-01-22 08:00 -0800 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/72e77abe6d85 6990210: [TEST_BUG] EventDispatchThread/HandleExceptionOnEDT/HandleExceptionOnEDT.java fails on gnome Reviewed-by: serb Contributed-by: Michal Vala ! test/java/awt/EventDispatchThread/HandleExceptionOnEDT/HandleExceptionOnEDT.java Changeset: 7a7302919f69 Author: sgehwolf Date: 2021-05-19 12:10 +0200 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/7a7302919f69 8266929: Unable to use algorithms from 3p providers Summary: Delay initializtion of AID cache table until after jar verification Reviewed-by: phh ! src/share/classes/sun/security/x509/AlgorithmId.java Changeset: 68d30424a687 Author: snazarki Date: 2021-05-26 12:00 +0300 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/68d30424a687 8267426: MonitorVmStartTerminate test timed out on Embedded VM Reviewed-by: dholmes, sspitsyn ! test/sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java Changeset: a6258600dfe0 Author: pchopra Date: 2015-05-22 17:30 +0300 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/a6258600dfe0 8078855: [TEST_BUG] javax/swing/JComboBox/8032878/bug8032878.java fails in WindowsClassicLookAndFeel Reviewed-by: alexsch, aivanov ! test/javax/swing/JComboBox/8032878/bug8032878.java Changeset: 18b7da5618f5 Author: psadhukhan Date: 2020-12-14 11:34 +0000 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/18b7da5618f5 8196092: javax/swing/JComboBox/8032878/bug8032878.java fails Reviewed-by: serb, pbansal ! test/javax/swing/JComboBox/8032878/bug8032878.java Changeset: 63e69aef6997 Author: andrew Date: 2021-05-26 18:02 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/63e69aef6997 Merge Changeset: c6da1ce5c680 Author: mbalao Date: 2021-05-18 22:34 +0000 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/c6da1ce5c680 8265462: Handle multiple slots in the NSS Internal Module from SunPKCS11's Secmod Reviewed-by: valeriep, andrew ! src/share/classes/sun/security/pkcs11/Secmod.java ! src/share/native/sun/security/pkcs11/j2secmod.c ! src/share/native/sun/security/pkcs11/j2secmod.h ! src/share/native/sun/security/pkcs11/wrapper/pkcs11t.h Changeset: 219c9107171b Author: abakhtin Date: 2021-05-27 19:17 +0300 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/219c9107171b 8202299: Java Keystore fails to load PKCS12/PFX certificates created in WindowsServer2016 Reviewed-by: phh, andrew ! src/share/classes/sun/security/pkcs12/PKCS12KeyStore.java + test/sun/security/pkcs12/EmptyPassword.java Changeset: d727e88aa12a Author: wetmore Date: 2020-12-02 04:14 +0000 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/d727e88aa12a 8254631: Better support ALPN byte wire values in SunJSSE Reviewed-by: xuelei, dfuchs, sgehwolf ! src/share/classes/sun/security/ssl/AlpnExtension.java ! src/share/lib/security/java.security-aix ! src/share/lib/security/java.security-linux ! src/share/lib/security/java.security-macosx ! src/share/lib/security/java.security-solaris ! src/share/lib/security/java.security-windows + test/sun/security/ssl/ALPN/AlpnGreaseTest.java Changeset: 8f0c77f98b2a Author: andrew Date: 2021-06-01 05:34 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/8f0c77f98b2a Added tag jdk8u302-b05 for changeset d727e88aa12a ! .hgtags From gnu.andrew at redhat.com Thu Jun 3 17:20:06 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Thu, 03 Jun 2021 17:20:06 +0000 Subject: hg: jdk8u/jdk8u/hotspot: 9 new changesets Message-ID: <202106031720.153HK63k021131@aojmv0008.oracle.com> Changeset: 88e29f735f12 Author: jbachorik Date: 2021-05-07 17:37 +0200 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/88e29f735f12 8266723: JFR periodic events are causing extra allocations Reviewed-by: adinn ! src/share/vm/jfr/jni/jfrJniMethod.cpp ! src/share/vm/jfr/jni/jfrJniMethod.hpp ! src/share/vm/jfr/jni/jfrJniMethodRegistration.cpp ! src/share/vm/jfr/utilities/jfrJavaLog.cpp ! src/share/vm/jfr/utilities/jfrJavaLog.hpp Changeset: 25016dd2c4cd Author: ctornqvi Date: 2014-06-24 07:10 -0700 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/25016dd2c4cd 8047939: [TESTBUG] Rewrite test/runtime/8001071/Test8001071.sh Summary: Rewrote the test in Java, limited the heap size to avoid time out issues on machines with a lot of memory Reviewed-by: minqi, rdurbin, dcubed - test/runtime/8001071/Test8001071.java - test/runtime/8001071/Test8001071.sh + test/runtime/Unsafe/RangeCheck.java Changeset: 2d8e910c71e3 Author: vkempik Date: 2021-05-20 15:46 +0000 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/2d8e910c71e3 8267235: [macos_aarch64] InterpreterRuntime::throw_pending_exception messing up LR results in crash Reviewed-by: akozlov, aph ! src/cpu/aarch64/vm/macroAssembler_aarch64.cpp Changeset: 85c1e19cae36 Author: andrew Date: 2021-05-26 18:02 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/85c1e19cae36 Merge - test/runtime/8001071/Test8001071.java - test/runtime/8001071/Test8001071.sh Changeset: 4962a2ce077a Author: phh Date: 2021-05-27 13:27 +0000 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/4962a2ce077a 8239053: [8u] clean up undefined-var-template warnings Summary: From 8182299, clean up undefined-var-template warnings Reviewed-by: phh, simonis Contributed-by: benty at amazon.com ! src/share/vm/memory/binaryTreeDictionary.cpp ! src/share/vm/memory/binaryTreeDictionary.hpp ! src/share/vm/utilities/hashtable.cpp ! src/share/vm/utilities/hashtable.hpp Changeset: 32dfc0a37b47 Author: phh Date: 2021-05-27 13:27 +0000 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/32dfc0a37b47 8239400: [8u] clean up undefined-var-template warnings Summary: From 8182299, clean up delete-non-virtual-dtor warnings in HotSpot Reviewed-by: phh, simonis Contributed-by: benty at amazon.com ! src/os/aix/vm/decoder_aix.hpp ! src/os/bsd/vm/decoder_machO.hpp ! src/os/windows/vm/decoder_windows.hpp ! src/share/vm/classfile/classLoader.hpp ! src/share/vm/prims/jvmtiImpl.hpp ! src/share/vm/runtime/perfData.hpp ! src/share/vm/utilities/decoder.hpp ! src/share/vm/utilities/decoder_elf.hpp Changeset: 36b8f4cb56c2 Author: vkempik Date: 2020-08-10 22:42 +0300 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/36b8f4cb56c2 8250876: Fix issues with cross-compile on macos Reviewed-by: erikj, ihse Contributed-by: benty at amazon.com ! make/bsd/makefiles/saproc.make Changeset: 54326de2a1d7 Author: simonis Date: 2021-05-07 19:42 +0000 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/54326de2a1d7 8267689: [aarch64] Crash due to bad shift in indirect addressing mode Reviewed-by: adinn, aph, phh ! src/cpu/aarch64/vm/aarch64.ad Changeset: f5e5d3ac66a0 Author: andrew Date: 2021-06-01 05:34 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/f5e5d3ac66a0 Added tag jdk8u302-b05 for changeset 54326de2a1d7 ! .hgtags From paul.hohensee at gmail.com Wed Jun 9 21:46:55 2021 From: paul.hohensee at gmail.com (paul.hohensee at gmail.com) Date: Wed, 09 Jun 2021 21:46:55 +0000 Subject: hg: jdk8u/jdk8u/jdk: 8267545: [8u] Enable Xcode 12 builds on macOS Message-ID: <202106092146.159LkuKd021022@aojmv0008.oracle.com> Changeset: 9f55d69c13a7 Author: phh Date: 2021-06-09 21:46 +0000 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/9f55d69c13a7 8267545: [8u] Enable Xcode 12 builds on macOS Summary: Makefile and source code patches to enable Xcode 12 builds Reviewed-by: simonis, andrew Contributed-by: benty at amazon.com, hohensee at amazon.com ! make/lib/CoreLibraries.gmk ! src/macosx/native/apple/applescript/AppleScriptExecutionContext.m ! src/macosx/native/sun/osxapp/ThreadUtilities.h ! src/share/native/sun/misc/URLClassPath.c From paul.hohensee at gmail.com Wed Jun 9 21:47:11 2021 From: paul.hohensee at gmail.com (paul.hohensee at gmail.com) Date: Wed, 09 Jun 2021 21:47:11 +0000 Subject: hg: jdk8u/jdk8u/hotspot: 8267545: [8u] Enable Xcode 12 builds on macOS Message-ID: <202106092147.159LlBNR021077@aojmv0008.oracle.com> Changeset: 782f3b88b5ba Author: phh Date: 2021-06-09 21:45 +0000 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/782f3b88b5ba 8267545: [8u] Enable Xcode 12 builds on macOS Summary: Makefile and source code patches to enable Xcode 12 builds Reviewed-by: simonis, andrew Contributed-by: benty at amazon.com, hohensee at amazon.com ! make/bsd/makefiles/gcc.make ! make/bsd/makefiles/jsig.make ! src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp ! src/share/vm/utilities/ostream.cpp From paul.hohensee at gmail.com Wed Jun 9 21:47:35 2021 From: paul.hohensee at gmail.com (paul.hohensee at gmail.com) Date: Wed, 09 Jun 2021 21:47:35 +0000 Subject: hg: jdk8u/jdk8u: 8267545: [8u] Enable Xcode 12 builds on macOS Message-ID: <202106092147.159LlZFY021295@aojmv0008.oracle.com> Changeset: 50e950384272 Author: phh Date: 2021-06-09 21:44 +0000 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/rev/50e950384272 8267545: [8u] Enable Xcode 12 builds on macOS Summary: Makefile patches to enable Xcode 12 builds Reviewed-by: simonis, andrew Contributed-by: benty at amazon.com, hohensee at amazon.com ! common/autoconf/basics.m4 ! common/autoconf/flags.m4 ! common/autoconf/generated-configure.sh ! common/autoconf/libraries.m4 ! common/autoconf/platform.m4 ! common/autoconf/toolchain.m4 From felix.yang at huawei.com Fri Jun 11 08:03:33 2021 From: felix.yang at huawei.com (felix.yang at huawei.com) Date: Fri, 11 Jun 2021 08:03:33 +0000 Subject: hg: jdk8u/jdk8u/jdk: 8268444: keytool -v -list print is incorrect after backport JDK-8141457 Message-ID: <202106110803.15B83Y6k008322@aojmv0008.oracle.com> Changeset: 80412c544023 Author: dongbohe Date: 2021-06-09 17:53 +0800 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/80412c544023 8268444: keytool -v -list print is incorrect after backport JDK-8141457 Reviewed-by: coffeys, mullan, sgehwolf ! src/share/classes/sun/security/tools/keytool/Resources.java From gnu.andrew at redhat.com Mon Jun 21 04:28:19 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Mon, 21 Jun 2021 04:28:19 +0000 Subject: hg: jdk8u/jdk8u: Added tag jdk8u302-b06 for changeset 50e950384272 Message-ID: <202106210428.15L4SJBc028578@aojmv0008.oracle.com> Changeset: 1cf600b857ba Author: andrew Date: 2021-06-14 18:18 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/rev/1cf600b857ba Added tag jdk8u302-b06 for changeset 50e950384272 ! .hgtags From gnu.andrew at redhat.com Mon Jun 21 04:28:34 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Mon, 21 Jun 2021 04:28:34 +0000 Subject: hg: jdk8u/jdk8u/jaxp: Added tag jdk8u302-b06 for changeset 7443fa2f19b0 Message-ID: <202106210428.15L4SYpr028701@aojmv0008.oracle.com> Changeset: 5f019dc37164 Author: andrew Date: 2021-06-14 18:18 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jaxp/rev/5f019dc37164 Added tag jdk8u302-b06 for changeset 7443fa2f19b0 ! .hgtags From gnu.andrew at redhat.com Mon Jun 21 04:28:26 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Mon, 21 Jun 2021 04:28:26 +0000 Subject: hg: jdk8u/jdk8u/corba: Added tag jdk8u302-b06 for changeset 6e8029bd8c62 Message-ID: <202106210428.15L4SQDu028642@aojmv0008.oracle.com> Changeset: c9effa70be0a Author: andrew Date: 2021-06-14 18:18 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/corba/rev/c9effa70be0a Added tag jdk8u302-b06 for changeset 6e8029bd8c62 ! .hgtags From gnu.andrew at redhat.com Mon Jun 21 04:28:45 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Mon, 21 Jun 2021 04:28:45 +0000 Subject: hg: jdk8u/jdk8u/langtools: Added tag jdk8u302-b06 for changeset b13b58afad1e Message-ID: <202106210428.15L4SjZO028851@aojmv0008.oracle.com> Changeset: dccbf90608eb Author: andrew Date: 2021-06-14 18:18 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/langtools/rev/dccbf90608eb Added tag jdk8u302-b06 for changeset b13b58afad1e ! .hgtags From gnu.andrew at redhat.com Mon Jun 21 04:28:39 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Mon, 21 Jun 2021 04:28:39 +0000 Subject: hg: jdk8u/jdk8u/jaxws: Added tag jdk8u302-b06 for changeset 55f9e93f9393 Message-ID: <202106210428.15L4SdAR028791@aojmv0008.oracle.com> Changeset: 29ad7b133014 Author: andrew Date: 2021-06-14 18:18 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jaxws/rev/29ad7b133014 Added tag jdk8u302-b06 for changeset 55f9e93f9393 ! .hgtags From gnu.andrew at redhat.com Mon Jun 21 04:28:58 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Mon, 21 Jun 2021 04:28:58 +0000 Subject: hg: jdk8u/jdk8u/jdk: Added tag jdk8u302-b06 for changeset 80412c544023 Message-ID: <202106210428.15L4SwpQ028974@aojmv0008.oracle.com> Changeset: 7762468ad650 Author: andrew Date: 2021-06-14 18:18 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/7762468ad650 Added tag jdk8u302-b06 for changeset 80412c544023 ! .hgtags From gnu.andrew at redhat.com Mon Jun 21 04:28:51 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Mon, 21 Jun 2021 04:28:51 +0000 Subject: hg: jdk8u/jdk8u/nashorn: Added tag jdk8u302-b06 for changeset 067a65992a07 Message-ID: <202106210428.15L4SpZk028910@aojmv0008.oracle.com> Changeset: 1a5a89139fa0 Author: andrew Date: 2021-06-14 18:18 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/rev/1a5a89139fa0 Added tag jdk8u302-b06 for changeset 067a65992a07 ! .hgtags From gnu.andrew at redhat.com Mon Jun 21 04:29:06 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Mon, 21 Jun 2021 04:29:06 +0000 Subject: hg: jdk8u/jdk8u/hotspot: Added tag jdk8u302-b06 for changeset 782f3b88b5ba Message-ID: <202106210429.15L4T6O6029033@aojmv0008.oracle.com> Changeset: 542ef054d462 Author: andrew Date: 2021-06-14 18:18 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/542ef054d462 Added tag jdk8u302-b06 for changeset 782f3b88b5ba ! .hgtags From gnu.andrew at redhat.com Mon Jun 28 05:06:57 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Mon, 28 Jun 2021 05:06:57 +0000 Subject: hg: jdk8u/jdk8u/hotspot: 8269388: Default build of OpenJDK 8 fails on newer GCCs with warnings as errors on format-overflow Message-ID: <202106280506.15S56vb5019785@aojmv0008.oracle.com> Changeset: c43e69afd9aa Author: jvanek Date: 2021-06-28 06:05 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c43e69afd9aa 8269388: Default build of OpenJDK 8 fails on newer GCCs with warnings as errors on format-overflow Summary: Disable promoting the format-overflow warning to an error in os_linux.cpp until the code is fixed Reviewed-by: andrew ! make/linux/makefiles/gcc.make From gnu.andrew at redhat.com Mon Jun 28 18:48:21 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Mon, 28 Jun 2021 18:48:21 +0000 Subject: hg: jdk8u/jdk8u: 8269468: JDK-8269388 breaks the build on older GCCs Message-ID: <202106281848.15SImL7R012347@aojmv0008.oracle.com> Changeset: 26920b304bf9 Author: andrew Date: 2021-06-28 19:46 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/rev/26920b304bf9 8269468: JDK-8269388 breaks the build on older GCCs Summary: Only set -Wno-error=format-overflow when -Wformat-overflow is supported Reviewed-by: aph, sgehwolf ! common/autoconf/flags.m4 ! common/autoconf/generated-configure.sh ! common/autoconf/hotspot-spec.gmk.in From gnu.andrew at redhat.com Mon Jun 28 18:48:38 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Mon, 28 Jun 2021 18:48:38 +0000 Subject: hg: jdk8u/jdk8u/hotspot: 8269468: JDK-8269388 breaks the build on older GCCs Message-ID: <202106281848.15SImc5u012484@aojmv0008.oracle.com> Changeset: 78dfe32cac58 Author: andrew Date: 2021-06-28 19:46 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/78dfe32cac58 8269468: JDK-8269388 breaks the build on older GCCs Summary: Only set -Wno-error=format-overflow when -Wformat-overflow is supported Reviewed-by: aph, sgehwolf ! make/linux/makefiles/gcc.make From gnu.andrew at redhat.com Tue Jun 29 01:58:14 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Tue, 29 Jun 2021 01:58:14 +0000 Subject: hg: jdk8u/jdk8u: Added tag jdk8u302-b07 for changeset 26920b304bf9 Message-ID: <202106290158.15T1wEnE025210@aojmv0008.oracle.com> Changeset: f7f1e6a9ee97 Author: andrew Date: 2021-06-28 19:48 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/rev/f7f1e6a9ee97 Added tag jdk8u302-b07 for changeset 26920b304bf9 ! .hgtags From gnu.andrew at redhat.com Tue Jun 29 01:58:22 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Tue, 29 Jun 2021 01:58:22 +0000 Subject: hg: jdk8u/jdk8u/corba: Added tag jdk8u302-b07 for changeset c9effa70be0a Message-ID: <202106290158.15T1wMhg025275@aojmv0008.oracle.com> Changeset: 78fc946c1154 Author: andrew Date: 2021-06-28 06:07 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/corba/rev/78fc946c1154 Added tag jdk8u302-b07 for changeset c9effa70be0a ! .hgtags From gnu.andrew at redhat.com Tue Jun 29 01:58:34 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Tue, 29 Jun 2021 01:58:34 +0000 Subject: hg: jdk8u/jdk8u/jaxws: Added tag jdk8u302-b07 for changeset 29ad7b133014 Message-ID: <202106290158.15T1wY8b025403@aojmv0008.oracle.com> Changeset: eae73754c31e Author: andrew Date: 2021-06-28 06:07 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jaxws/rev/eae73754c31e Added tag jdk8u302-b07 for changeset 29ad7b133014 ! .hgtags From gnu.andrew at redhat.com Tue Jun 29 01:58:28 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Tue, 29 Jun 2021 01:58:28 +0000 Subject: hg: jdk8u/jdk8u/jaxp: Added tag jdk8u302-b07 for changeset 5f019dc37164 Message-ID: <202106290158.15T1wS4s025340@aojmv0008.oracle.com> Changeset: 1988106f4b5d Author: andrew Date: 2021-06-28 06:07 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jaxp/rev/1988106f4b5d Added tag jdk8u302-b07 for changeset 5f019dc37164 ! .hgtags From gnu.andrew at redhat.com Tue Jun 29 01:58:46 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Tue, 29 Jun 2021 01:58:46 +0000 Subject: hg: jdk8u/jdk8u/nashorn: Added tag jdk8u302-b07 for changeset 1a5a89139fa0 Message-ID: <202106290158.15T1wkOV025557@aojmv0008.oracle.com> Changeset: a69c36cf0f4f Author: andrew Date: 2021-06-28 06:07 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/rev/a69c36cf0f4f Added tag jdk8u302-b07 for changeset 1a5a89139fa0 ! .hgtags From gnu.andrew at redhat.com Tue Jun 29 01:58:40 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Tue, 29 Jun 2021 01:58:40 +0000 Subject: hg: jdk8u/jdk8u/langtools: Added tag jdk8u302-b07 for changeset dccbf90608eb Message-ID: <202106290158.15T1weqP025467@aojmv0008.oracle.com> Changeset: 361a561709af Author: andrew Date: 2021-06-28 06:07 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/langtools/rev/361a561709af Added tag jdk8u302-b07 for changeset dccbf90608eb ! .hgtags From gnu.andrew at redhat.com Tue Jun 29 01:58:51 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Tue, 29 Jun 2021 01:58:51 +0000 Subject: hg: jdk8u/jdk8u/jdk: Added tag jdk8u302-b07 for changeset 7762468ad650 Message-ID: <202106290158.15T1wpbI025618@aojmv0008.oracle.com> Changeset: d58d184d3cb9 Author: andrew Date: 2021-06-28 06:07 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/d58d184d3cb9 Added tag jdk8u302-b07 for changeset 7762468ad650 ! .hgtags From gnu.andrew at redhat.com Tue Jun 29 01:58:58 2021 From: gnu.andrew at redhat.com (gnu.andrew at redhat.com) Date: Tue, 29 Jun 2021 01:58:58 +0000 Subject: hg: jdk8u/jdk8u/hotspot: Added tag jdk8u302-b07 for changeset 78dfe32cac58 Message-ID: <202106290158.15T1wwGg025686@aojmv0008.oracle.com> Changeset: 1bcfb8cc3c6d Author: andrew Date: 2021-06-28 19:48 +0100 URL: https://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/1bcfb8cc3c6d Added tag jdk8u302-b07 for changeset 78dfe32cac58 ! .hgtags