[jdk21u-dev] Integrated: 8317299: safepoint scalarization doesn't keep track of the depth of the JVM state
Martin Doerr
mdoerr at openjdk.org
Fri Jun 14 16:25:24 UTC 2024
On Thu, 13 Jun 2024 15:04:52 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> Backport of [JDK-8317299](https://bugs.openjdk.org/browse/JDK-8317299). Needs manual integration in callnode.cpp, callnode.hpp, macro.cpp and vector.cpp because of unrelated context differences. All hunks are integrated.
> In addition, I had to insert `@enablePreview` into the test update because MemorySegment is a preview API and is disabled by default in JDK21. Please review!
This pull request has now been integrated.
Changeset: d2f857ac
Author: Martin Doerr <mdoerr at openjdk.org>
URL: https://git.openjdk.org/jdk21u-dev/commit/d2f857ac9e6916b9850c0dc38365cf78c8015649
Stats: 23 lines in 5 files changed: 15 ins; 0 del; 8 mod
8317299: safepoint scalarization doesn't keep track of the depth of the JVM state
Reviewed-by: phh
Backport-of: 6d911f68a3244c40a62ab2570dfec68b8d0ed5d8
-------------
PR: https://git.openjdk.org/jdk21u-dev/pull/716
More information about the jdk-updates-dev
mailing list