git: openjdk/loom: jep-vt: 5 new changesets

duke duke at openjdk.java.net
Fri Apr 15 01:07:12 UTC 2022


Changeset: 9b31aff1
Author:    Serguei Spitsyn <serguei.spitsyn at oracle.com>
Date:      2022-04-14 18:13:34 +0000
URL:       https://git.openjdk.java.net/loom/commit/9b31aff1a82cdd3937bbe5327d2329824d25067c

fix regression in JCK test for GetThreadCpuTime: make expected error codes priority

! src/hotspot/share/prims/jvmti.xml
! src/hotspot/share/prims/jvmtiEnter.xsl
! src/hotspot/share/prims/jvmtiEnv.cpp

Changeset: 08b89d52
Author:    lmesnik <leonid.mesnik at oracle.com>
Date:      2022-04-14 14:31:14 +0000
URL:       https://git.openjdk.java.net/loom/commit/08b89d5208a9cef459a8c738c29eadeb3e9c6145

problemlist cleanup

! test/hotspot/jtreg/ProblemList.txt

Changeset: 6b1ff4f4
Author:    Coleen Phillimore <coleenp at openjdk.org>
Date:      2022-04-14 21:52:50 +0000
URL:       https://git.openjdk.java.net/loom/commit/6b1ff4f43b8e59e5ef4fd5e16bdb5d12393075c4

Split out ContinuationEntry and ContinuationWrapper classes

Reviewed-by: rpressler

+ src/hotspot/cpu/aarch64/continuationEntry_aarch64.inline.hpp
! src/hotspot/cpu/aarch64/continuationFreezeThaw_aarch64.inline.hpp
! src/hotspot/cpu/aarch64/continuationHelper_aarch64.inline.hpp
! src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp
! src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp
+ src/hotspot/cpu/arm/continuationEntry_arm.inline.hpp
= src/hotspot/cpu/arm/continuationFreezeThaw_arm.inline.hpp
! src/hotspot/cpu/arm/continuationHelper_arm.inline.hpp
+ src/hotspot/cpu/ppc/continuationEntry_ppc.inline.hpp
= src/hotspot/cpu/ppc/continuationFreezeThaw_ppc.inline.hpp
! src/hotspot/cpu/ppc/continuationHelper_ppc.inline.hpp
+ src/hotspot/cpu/s390/continuationEntry_s390.inline.hpp
= src/hotspot/cpu/s390/continuationFreezeThaw_s390.inline.hpp
! src/hotspot/cpu/s390/continuationHelper_s390.inline.hpp
+ src/hotspot/cpu/x86/continuationEntry_x86.inline.hpp
! src/hotspot/cpu/x86/continuationFreezeThaw_x86.inline.hpp
! src/hotspot/cpu/x86/continuationHelper_x86.inline.hpp
! src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64.cpp
+ src/hotspot/cpu/zero/continuationEntry_zero.inline.hpp
= src/hotspot/cpu/zero/continuationFreezeThaw_zero.inline.hpp
! src/hotspot/cpu/zero/continuationHelper_zero.inline.hpp
! src/hotspot/share/classfile/javaClasses.cpp
! src/hotspot/share/jfr/recorder/stacktrace/jfrStackTrace.cpp
! src/hotspot/share/oops/stackChunkOop.cpp
! src/hotspot/share/prims/jvmtiEnvBase.cpp
! src/hotspot/share/prims/stackwalk.hpp
! src/hotspot/share/runtime/continuation.cpp
! src/hotspot/share/runtime/continuation.hpp
- src/hotspot/share/runtime/continuation.inline.hpp
+ src/hotspot/share/runtime/continuationEntry.cpp
+ src/hotspot/share/runtime/continuationEntry.hpp
+ src/hotspot/share/runtime/continuationEntry.inline.hpp
! src/hotspot/share/runtime/continuationFreezeThaw.cpp
! src/hotspot/share/runtime/continuationHelper.hpp
! src/hotspot/share/runtime/continuationHelper.inline.hpp
+ src/hotspot/share/runtime/continuationWrapper.cpp
+ src/hotspot/share/runtime/continuationWrapper.inline.hpp
! src/hotspot/share/runtime/deoptimization.cpp
! src/hotspot/share/runtime/frame.cpp
! src/hotspot/share/runtime/thread.cpp
! src/hotspot/share/runtime/thread.hpp
! src/hotspot/share/runtime/thread.inline.hpp
! src/hotspot/share/runtime/vframe.hpp

Changeset: 670b720d
Author:    lmesnik <leonid.mesnik at oracle.com>
Date:      2022-04-14 16:06:44 +0000
URL:       https://git.openjdk.java.net/loom/commit/670b720d8c821f94dabb42f471ccd2cead05d0a7

vmTestbase/nsk/jdb/kill/kill001/kill001.java excluded

! test/hotspot/jtreg/ProblemList-svc-vthread.txt

Changeset: 137b0619
Author:    lmesnik <leonid.mesnik at oracle.com>
Date:      2022-04-14 18:03:02 +0000
URL:       https://git.openjdk.java.net/loom/commit/137b06193c8938e2ad6a52186221003f63d30e56

Merge

! src/hotspot/share/runtime/continuation.cpp
! src/hotspot/share/runtime/continuation.cpp



More information about the loom-dev mailing list