git: openjdk/jdk8u: 17 new changesets

Andrew John Hughes andrew at openjdk.org
Thu Aug 11 03:09:07 UTC 2022


Changeset: f3c87ce7
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2022-05-30 15:12:35 +0000
URL:       https://git.openjdk.org/jdk8u/commit/f3c87ce70bcc8421ec40e393e9649dfac30d2336

8287521: Bump update version of OpenJDK: 8u352

Reviewed-by: sgehwolf

! .jcheck/conf
! common/autoconf/version-numbers

Changeset: 820ab134
Author:    Alexey Pavlyutkin <apavlyutkin at azul.com>
Committer: Yuri Nesterenko <yan at openjdk.org>
Date:      2022-05-31 06:21:10 +0000
URL:       https://git.openjdk.org/jdk8u/commit/820ab134927cb76c61cf9c144637d18e0e2a4f2c

8235385: Crash on aarch64 JDK due to long offset
8287508: The tests added to jdk-8 by 8235385 are to be ported to jdk-11

Co-authored-by: Wang Zhuo <wzhuo at openjdk.org>
Co-authored-by: Andrew Haley <aph at openjdk.org>
Reviewed-by: aph, andrew
Backport-of: 156c486e920b1ca406064dd189562b830990f7f9

! hotspot/src/cpu/aarch64/vm/aarch64.ad
! hotspot/src/cpu/aarch64/vm/ad_encode.m4
+ hotspot/test/compiler/8235385/NonVolatileMemoryAccessWithLongOffset.java

Changeset: 83e90957
Author:    Alex Kasko <akasko at openjdk.org>
Date:      2022-06-15 11:25:55 +0000
URL:       https://git.openjdk.org/jdk8u/commit/83e90957bef15267bed792ee5d8d65899a2487e8

8280963: Incorrect PrintFlags formatting on Windows

Reviewed-by: andrew

! hotspot/src/share/vm/runtime/globals.cpp
+ hotspot/test/runtime/CommandLine/PrintFlagsUintxTest.java

Changeset: cf6b6282
Author:    yibo.yl <yibo.yl at alibaba-inc.com>
Committer: Denghui Dong <ddong at openjdk.org>
Date:      2022-06-27 12:27:18 +0000
URL:       https://git.openjdk.org/jdk8u/commit/cf6b6282c4836e561e88a114a8d72db4180b160c

8260589: Crash in JfrTraceIdLoadBarrier::load(_jclass*)

Reviewed-by: zgu
Backport-of: a9d2267f8d306522522c999ff584ccaa34c46456

! hotspot/src/share/vm/jfr/recorder/checkpoint/types/jfrTypeSet.cpp
! hotspot/src/share/vm/jfr/recorder/checkpoint/types/traceid/jfrTraceId.cpp
! hotspot/src/share/vm/jfr/recorder/checkpoint/types/traceid/jfrTraceId.hpp
! hotspot/src/share/vm/jfr/support/jfrTraceIdExtension.hpp
! hotspot/src/share/vm/oops/typeArrayKlass.cpp
+ jdk/test/jdk/jfr/jvm/TestPrimitiveClasses.java

Changeset: 1b4f32d6
Author:    Dongbo He <dongbohe at openjdk.org>
Date:      2022-06-29 16:30:55 +0000
URL:       https://git.openjdk.org/jdk8u/commit/1b4f32d61e3b0460c82598f24dbd5c4dd0fc3bbe

8173361: various crashes in JvmtiExport::post_compiled_method_load

Don't post information that uses metadata from unloaded nmethods

Reviewed-by: andrew, sspitsyn
Backport-of: b1d915ef80ebdf511dc2897b20ada78b3dc44241

! hotspot/src/share/vm/code/nmethod.cpp
! hotspot/src/share/vm/oops/instanceKlass.cpp
! hotspot/src/share/vm/prims/jvmtiExport.cpp
! hotspot/src/share/vm/prims/jvmtiImpl.cpp
! hotspot/src/share/vm/prims/jvmtiImpl.hpp
! hotspot/src/share/vm/runtime/serviceThread.cpp
! hotspot/src/share/vm/runtime/serviceThread.hpp
! hotspot/src/share/vm/runtime/thread.hpp

Changeset: a3c0ed26
Author:    Yuri Nesterenko <yan at openjdk.org>
Date:      2022-06-30 11:10:31 +0000
URL:       https://git.openjdk.org/jdk8u/commit/a3c0ed269c37879c4763f2a58b5d469b7797e3c3

8087283: Add support for the XML Signature here() function to the JDK XPath implementation

Reviewed-by: andrew
Backport-of: 22fad64529a890dd3ae8b07c7981d9a720cf8e96

! jaxp/src/com/sun/org/apache/xpath/internal/compiler/FunctionTable.java
! jaxp/src/com/sun/org/apache/xpath/internal/compiler/Keywords.java
+ jaxp/src/com/sun/org/apache/xpath/internal/functions/FuncHere.java
! jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/XalanXPathAPI.java

Changeset: ce73401e
Author:    Takakuri <k.takakuri at fujitsu.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2022-07-07 11:40:35 +0000
URL:       https://git.openjdk.org/jdk8u/commit/ce73401ef42bbe758aa1ed6e6b3412bf70ef63b4

8136354: [TEST_BUG] Test  java/awt/image/RescaleOp/RescaleAlphaTest.java with Bad action for script

Backport-of: da688f57c3822e0327ad717290bed88baa73bd17

! jdk/test/java/awt/image/RescaleOp/RescaleAlphaTest.java

Changeset: 6e8292f1
Author:    Jaroslav Bachorik <jbachorik at openjdk.org>
Date:      2022-07-08 14:29:12 +0000
URL:       https://git.openjdk.org/jdk8u/commit/6e8292f1d997aa160a9826967ee4467e93585bc7

8283849: AsyncGetCallTrace may crash JVM on guarantee

Reviewed-by: phh
Backport-of: 19639855311a47ed532547743ea3873eb8b016d3

! hotspot/src/share/vm/code/codeCache.cpp
! hotspot/src/share/vm/prims/forte.cpp
! hotspot/src/share/vm/runtime/thread.cpp
! hotspot/src/share/vm/runtime/thread.hpp

Changeset: eeef4de5
Author:    Dongbo He <dongbohe at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2022-07-08 17:58:19 +0000
URL:       https://git.openjdk.org/jdk8u/commit/eeef4de5dcf3bd9c5aff971ac9181c13c64a66f8

8150669: C1 intrinsic for Class.isPrimitive

Reviewed-by: phh
Backport-of: 890f94d7e6be731ac2ebae2f1ad3cc20ec836115

! hotspot/src/share/vm/c1/c1_Canonicalizer.cpp
! hotspot/src/share/vm/c1/c1_GraphBuilder.cpp
! hotspot/src/share/vm/c1/c1_LIRGenerator.cpp
! hotspot/src/share/vm/c1/c1_LIRGenerator.hpp
+ hotspot/test/compiler/intrinsics/klass/TestIsPrimitive.java

Changeset: e0051850
Author:    Dongbo He <dongbohe at openjdk.org>
Committer: Andrew John Hughes <andrew at openjdk.org>
Date:      2022-07-10 15:19:42 +0000
URL:       https://git.openjdk.org/jdk8u/commit/e005185072cbf0b79b62bcfa7a37f9e1a2e03af2

8235218: Minimal VM is broken after JDK-8173361

Reviewed-by: sgehwolf, andrew
Backport-of: c10f731b11f314c97660df08c62f3c3d2f718f54

! hotspot/src/share/vm/prims/jvmtiImpl.hpp

Changeset: 972112ed
Author:    Dongbo He <dongbohe at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
Date:      2022-07-11 02:49:54 +0000
URL:       https://git.openjdk.org/jdk8u/commit/972112ed520b8f5465ae15c47e6af2db92aa3a58

8233019: java.lang.Class.isPrimitive() (C1) returns wrong result if Klass* is aligned to 32bit

Reviewed-by: phh
Backport-of: b67ca938f37f952e53f73d2e0b8ebcaf96139fda

! hotspot/src/cpu/aarch64/vm/c1_LIRAssembler_aarch64.cpp
! hotspot/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp
! hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp
! hotspot/src/share/vm/c1/c1_LIRGenerator.cpp
! hotspot/test/compiler/intrinsics/klass/TestIsPrimitive.java

Changeset: 4f7dd0ca
Author:    Alexey Pavlyutkin <apavlyutkin at azul.com>
Committer: Yuri Nesterenko <yan at openjdk.org>
Date:      2022-07-11 06:25:29 +0000
URL:       https://git.openjdk.org/jdk8u/commit/4f7dd0ca1625e9b870174ee21f9423cb4ff7ae09

8256722: handle VC++:1927 VS2019 in  abstract_vm_version

Backport-of: 146fe86ff68095b5eb0ce1387061699738280c06

! hotspot/src/share/vm/runtime/vm_version.cpp

Changeset: 0de66bd8
Author:    Olga Mikhaltsova <omikhaltcova at openjdk.org>
Committer: Yuri Nesterenko <yan at openjdk.org>
Date:      2022-07-11 11:11:05 +0000
URL:       https://git.openjdk.org/jdk8u/commit/0de66bd811c89d8648d3751f60fe46aaa2eb26fc

8282538: PKCS11 tests fail on CentOS Stream 9

Backport-of: d8fd22239bafecdaaedb8985ab6d709ed846e808

= jdk/test/sun/security/pkcs11/nss/db/cert9.db
= jdk/test/sun/security/pkcs11/nss/db/key4.db

Changeset: de9f1497
Author:    Olga Mikhaltsova <omikhaltcova at openjdk.org>
Committer: Yuri Nesterenko <yan at openjdk.org>
Date:      2022-07-11 11:11:50 +0000
URL:       https://git.openjdk.org/jdk8u/commit/de9f14976a285fcf1ea073c374582d6965e4f0dd

8194873: right ALT key hotkeys no longer work in Swing components
8155742: [Windows] robot.keyPress(KeyEvent.VK_ALT_GRAPH) throws java.lang.IllegalArgumentException in windows

Reviewed-by: alitvinov, yan, serb
Backport-of: 91f281c8d713e489ddc282f935ebd879485c4b41

! jdk/src/share/classes/com/sun/java/swing/plaf/motif/MotifLookAndFeel.java
! jdk/src/share/classes/javax/swing/plaf/basic/BasicButtonListener.java
! jdk/src/share/classes/javax/swing/plaf/basic/BasicLabelUI.java
! jdk/src/share/classes/javax/swing/plaf/basic/BasicLookAndFeel.java
! jdk/src/share/classes/javax/swing/plaf/basic/BasicMenuItemUI.java
! jdk/src/share/classes/javax/swing/plaf/basic/BasicMenuUI.java
! jdk/src/share/classes/javax/swing/plaf/basic/BasicTabbedPaneUI.java
! jdk/src/share/classes/javax/swing/plaf/basic/BasicTextUI.java
! jdk/src/share/classes/sun/swing/SwingUtilities2.java
! jdk/src/windows/native/sun/windows/awt_Component.cpp
! jdk/src/windows/native/sun/windows/awt_Robot.cpp
! jdk/test/java/awt/Robot/ModifierRobotKey/ModifierRobotKeyTest.java
! jdk/test/java/awt/event/MouseEvent/AltGraphModifierTest/AltGraphModifierTest.java
+ jdk/test/javax/swing/event/RightAltKeyTest.java

Changeset: 40a18594
Author:    Takakuri <k.takakuri at fujitsu.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2022-07-12 12:03:17 +0000
URL:       https://git.openjdk.org/jdk8u/commit/40a18594ba21d7a345ff82792fc361f7e691e669

8130895: Test javax/swing/system/6799345/TestShutdown.java fails on Solaris11 Sparcv9

Backport-of: 4140fd05a447c888856c54aee22c475173030833

! jdk/src/share/classes/java/awt/KeyboardFocusManager.java
! jdk/src/share/classes/sun/awt/KeyboardFocusManagerPeerImpl.java

Changeset: f7f6d9d0
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2022-07-21 02:31:56 +0000
URL:       https://git.openjdk.org/jdk8u/commit/f7f6d9d07fa3f166fe0155f80c61730c1c788ac5

Merge


Changeset: 1460bfaf
Author:    Andrew John Hughes <andrew at openjdk.org>
Date:      2022-08-01 20:16:17 +0000
URL:       https://git.openjdk.org/jdk8u/commit/1460bfaf8a3be7c4772bfbb75b8a3a31560a2c2c

Merge




More information about the jdk8u-dev-changes mailing list