git: openjdk/jdk21u: master: 9 new changesets

Paul Hohensee phh at openjdk.org
Wed Aug 28 05:03:26 UTC 2024


Changeset: 4f286127
Branch: master
Author:    Daniel Hu <costmuch at amazon.com>
Committer: Ben Taylor <btaylor at openjdk.org>
Date:      2024-08-23 17:18:19 +0000
URL:       https://git.openjdk.org/jdk21u/commit/4f286127b4221c6173f914e22d9ddb9790b1f634

8316193: jdk/jfr/event/oldobject/TestListenerLeak.java java.lang.Exception: Could not find leak

Backport-of: f6be922952642f40dcf0d27b7896c9a6acdd6378

! test/jdk/jdk/jfr/event/oldobject/TestListenerLeak.java

Changeset: fe470759
Branch: master
Author:    Daniel Hu <costmuch at amazon.com>
Committer: Victor Rudometov <vrudomet at openjdk.org>
Date:      2024-08-26 16:20:48 +0000
URL:       https://git.openjdk.org/jdk21u/commit/fe470759515e0e9fa689b251eda53506787c3b34

8309894: compiler/vectorapi/VectorLogicalOpIdentityTest.java fails on SVE system with UseSVE=0

Reviewed-by: phh
Backport-of: 60544f9088c11e4718a9cd77f21792c6ba387440

! test/hotspot/jtreg/compiler/lib/ir_framework/README.md
! test/hotspot/jtreg/compiler/lib/ir_framework/test/IREncodingPrinter.java
! test/hotspot/jtreg/compiler/vectorapi/VectorLogicalOpIdentityTest.java
! test/hotspot/jtreg/testlibrary_tests/ir_framework/tests/TestPreconditions.java

Changeset: f2c5ecfc
Branch: master
Author:    KIRIYAMA Takuya <kiriyama.takuya at fujitsu.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2024-08-26 22:58:20 +0000
URL:       https://git.openjdk.org/jdk21u/commit/f2c5ecfce428052df1a64cdd81718b28b8ed3b7a

8336284: Test TestClhsdbJstackLock.java/TestJhsdbJstackLock.java fails with -Xcomp after JDK-8335743

Backport-of: 1fe3ada001e188754df5de00bf6804f028ad274b

! test/hotspot/jtreg/serviceability/sa/TestClhsdbJstackLock.java
! test/hotspot/jtreg/serviceability/sa/TestJhsdbJstackLock.java

Changeset: dccf4de4
Branch: master
Author:    SendaoYan <syan at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2024-08-26 22:59:48 +0000
URL:       https://git.openjdk.org/jdk21u/commit/dccf4de431671ff151c482d271bd6636fbbf2525

8335150: Test LogGeneratedClassesTest.java fails on rpmbuild mock enviroment

Backport-of: 403fa3760f629873258447cc9aefa09f9a27e7a4

! test/jdk/java/lang/invoke/lambda/LogGeneratedClassesTest.java

Changeset: 15664b1b
Branch: master
Author:    SendaoYan <syan at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2024-08-26 23:00:09 +0000
URL:       https://git.openjdk.org/jdk21u/commit/15664b1bbfe7c7dc2e545cfa4ad4c0e7690b5e3c

8322881: java/nio/file/Files/CopyMoveVariations.java fails with AccessDeniedException due to permissions of files in /tmp

Backport-of: bf13a4e2819fa5bcb3e4f2281121d4e0b5535403

! test/jdk/java/nio/file/Files/CopyMoveVariations.java

Changeset: ec5976d5
Branch: master
Author:    Matthias Baesken <mbaesken at openjdk.org>
Date:      2024-08-27 06:16:20 +0000
URL:       https://git.openjdk.org/jdk21u/commit/ec5976d531b8702d1b99604af8db5afcf63bfd19

8311306: Test com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java failed: out of expected range

Backport-of: e1fd663f224909c09f2f6fab7ad20f7b7864b62b

! test/jdk/com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java

Changeset: 345b4174
Branch: master
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2024-08-27 11:33:03 +0000
URL:       https://git.openjdk.org/jdk21u/commit/345b4174556d9e9c6827ed08b8ab36ff0bb31349

8338286: GHA: Demote x86_32 to hotspot build only

Backport-of: da7311bbe37c2b9632b117d52a77c659047820b7

! .github/workflows/main.yml

Changeset: db914b77
Branch: master
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2024-08-27 11:33:24 +0000
URL:       https://git.openjdk.org/jdk21u/commit/db914b770b82b8d8cc4e95da83b1c7b7ac3fd9b0

8335409: Can't allocate and retain memory from resource area in frame::oops_interpreted_do oop closure after 8329665

Reviewed-by: phh, stuefe
Backport-of: 7ab96c74e2c39f430a5c2f65a981da7314a2385b

! src/hotspot/share/interpreter/oopMapCache.cpp
! src/hotspot/share/interpreter/oopMapCache.hpp
! src/hotspot/share/runtime/frame.cpp

Changeset: 33f4d805
Branch: master
Author:    Daniel Hu <costmuch at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2024-08-27 16:46:42 +0000
URL:       https://git.openjdk.org/jdk21u/commit/33f4d805747ed1c63ab7fba169149d2dfbb2cded

8280120: [IR Framework] Add attribute to @IR to enable/disable IR matching based on the architecture

Backport-of: a8549b63674be433617b986f392e4ff7afef5185

! test/hotspot/jtreg/compiler/lib/ir_framework/IR.java
! test/hotspot/jtreg/compiler/lib/ir_framework/README.md
! test/hotspot/jtreg/compiler/lib/ir_framework/test/IREncodingPrinter.java
! test/hotspot/jtreg/compiler/loopopts/superword/SumRed_Long.java
+ test/hotspot/jtreg/testlibrary_tests/ir_framework/tests/TestPlatformChecks.java
! test/hotspot/jtreg/testlibrary_tests/ir_framework/tests/TestPreconditions.java



More information about the jdk-updates-changes mailing list