git: openjdk/loom: jep-vt: 15 new changesets
duke
duke at openjdk.java.net
Fri Apr 8 06:32:30 UTC 2022
Changeset: ff781bb3
Author: Chris Plummer <chris.plummer at oracle.com>
Date: 2022-04-07 19:51:51 +0000
URL: https://git.openjdk.java.net/loom/commit/ff781bb3ee7df9185daf0cb16d1ad366a1a1a400
Make sure when initializing the ThreadInfo lists that vthreads are put on the proper list.
! src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/ThreadInfo.java
Changeset: 70722e54
Author: Chris Plummer <chris.plummer at oracle.com>
Date: 2022-04-07 19:52:07 +0000
URL: https://git.openjdk.java.net/loom/commit/70722e54fcc502cc3e519a050e2b13f126b71ce8
Get rid of expensive asserts in incr/dec_cur_stack_depth()
! src/hotspot/share/prims/jvmtiThreadState.cpp
Changeset: aeb1a856
Author: lmesnik <leonid.mesnik at oracle.com>
Date: 2022-04-07 13:52:51 +0000
URL: https://git.openjdk.java.net/loom/commit/aeb1a85695dc86363f5efa4b8b18cbab2761a7b1
jshell tests excluded
! test/langtools/TEST.groups
Changeset: ee774b3f
Author: Chris Plummer <chris.plummer at oracle.com>
Date: 2022-04-07 19:55:39 +0000
URL: https://git.openjdk.java.net/loom/commit/ee774b3f347208fd886a45079ec151f4e218ddba
Merge branch 'fibers' of https://github.com/openjdk/loom into fibers
Changeset: ab796d5a
Author: lmesnik <leonid.mesnik at oracle.com>
Date: 2022-04-07 16:26:57 +0000
URL: https://git.openjdk.java.net/loom/commit/ab796d5af68c70b2c5a3b1fd3af1cbcfe6fb25c7
reverted changes in test/lib-test/jdk/test/whitebox/CPUInfoTest.java
! test/lib-test/jdk/test/whitebox/CPUInfoTest.java
Changeset: 5249663c
Author: lmesnik <leonid.mesnik at oracle.com>
Date: 2022-04-07 16:29:55 +0000
URL: https://git.openjdk.java.net/loom/commit/5249663c4a9c9e89df52f1091be111a99630e31c
test/hotspot/jtreg/applications/jcstress/collections.java removed
- test/hotspot/jtreg/applications/jcstress/collections.java
Changeset: 3360848f
Author: lmesnik <leonid.mesnik at oracle.com>
Date: 2022-04-07 16:41:22 +0000
URL: https://git.openjdk.java.net/loom/commit/3360848f50ab6c9dfaa36b76bf846d65dc174712
gc/whitebox/TestConcMarkCycleWB.java aligned with jdk/jdk and excluded
! test/hotspot/jtreg/ProblemList-Xcomp.txt
! test/hotspot/jtreg/gc/whitebox/TestConcMarkCycleWB.java
Changeset: f8cb3203
Author: lmesnik <leonid.mesnik at oracle.com>
Date: 2022-04-07 16:10:10 +0000
URL: https://git.openjdk.java.net/loom/commit/f8cb320383739d82268f38fd0a923e34fa4cf7e3
SuspendWithCurrentThread.java aligned with jdk/jdk
! test/hotspot/jtreg/serviceability/jvmti/SuspendWithCurrentThread/SuspendWithCurrentThread.java
Changeset: 3057b4b4
Author: lmesnik <leonid.mesnik at oracle.com>
Date: 2022-04-07 18:03:02 +0000
URL: https://git.openjdk.java.net/loom/commit/3057b4b4365f19203b61020b97a34a065e782371
test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEnter/mcontenter001/mcontenter001.cpp reverted to jdk/jdk
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEnter/mcontenter001/mcontenter001.cpp
Changeset: 9106ce2c
Author: lmesnik <leonid.mesnik at oracle.com>
Date: 2022-04-07 19:10:35 +0000
URL: https://git.openjdk.java.net/loom/commit/9106ce2ce9ceea44b6ad02fa4e27ffe9cf5d9fd6
test/lib-test/jdk/test/whitebox/CPUInfoTest.java reverted back
! test/lib-test/jdk/test/whitebox/CPUInfoTest.java
Changeset: 7205ecf2
Author: Coleen Phillimore <coleenp at openjdk.org>
Date: 2022-04-08 03:44:57 +0000
URL: https://git.openjdk.java.net/loom/commit/7205ecf20e1b736673b462a1a636e7598722e96f
Some more descriptive names, removed redundant asserts. Request for comments.
! src/hotspot/cpu/aarch64/continuationHelper_aarch64.inline.hpp
! src/hotspot/cpu/aarch64/continuation_aarch64.inline.hpp
! src/hotspot/cpu/aarch64/frame_aarch64.inline.hpp
! src/hotspot/cpu/arm/continuationHelper_arm.inline.hpp
! src/hotspot/cpu/arm/continuation_arm.inline.hpp
! src/hotspot/cpu/arm/frame_arm.hpp
! src/hotspot/cpu/arm/frame_arm.inline.hpp
! src/hotspot/cpu/ppc/continuationHelper_ppc.inline.hpp
! src/hotspot/cpu/ppc/continuation_ppc.inline.hpp
! src/hotspot/cpu/ppc/frame_ppc.hpp
! src/hotspot/cpu/ppc/frame_ppc.inline.hpp
! src/hotspot/cpu/s390/continuationHelper_s390.inline.hpp
! src/hotspot/cpu/s390/continuation_s390.inline.hpp
! src/hotspot/cpu/s390/frame_s390.hpp
! src/hotspot/cpu/s390/frame_s390.inline.hpp
! src/hotspot/cpu/x86/continuationHelper_x86.inline.hpp
! src/hotspot/cpu/x86/continuation_x86.inline.hpp
! src/hotspot/cpu/x86/frame_x86.inline.hpp
! src/hotspot/cpu/zero/continuationHelper_zero.inline.hpp
! src/hotspot/cpu/zero/continuation_zero.inline.hpp
! src/hotspot/cpu/zero/frame_zero.hpp
! src/hotspot/cpu/zero/frame_zero.inline.hpp
! src/hotspot/share/runtime/continuation.cpp
! src/hotspot/share/runtime/frame.inline.hpp
! src/hotspot/share/runtime/thread.cpp
Changeset: cf82dc73
Author: Serguei Spitsyn <serguei.spitsyn at oracle.com>
Date: 2022-04-08 04:48:40 +0000
URL: https://git.openjdk.java.net/loom/commit/cf82dc739b17c16724c79d2b14103653a2840685
JVMTI review: restore handshake guarantee in enter_interp_only_mode
! src/hotspot/share/prims/jvmtiEventController.cpp
Changeset: 529f73da
Author: Serguei Spitsyn <serguei.spitsyn at oracle.com>
Date: 2022-04-08 05:01:09 +0000
URL: https://git.openjdk.java.net/loom/commit/529f73da9d83118b000aa0421baffbbf90e4c441
JVMTI review: correct comment for pending_interp_only_mode
! src/hotspot/share/prims/jvmtiThreadState.hpp
Changeset: 1179847c
Author: Alan Bateman <alan.bateman at oracle.com>
Date: 2022-04-08 06:10:41 +0000
URL: https://git.openjdk.java.net/loom/commit/1179847c8d377ea0b01f771829de34ed09533e33
Merge
! src/hotspot/share/runtime/continuation.cpp
! src/hotspot/share/runtime/continuation.cpp
Changeset: 35ebe783
Author: Alan Bateman <alan.bateman at oracle.com>
Date: 2022-04-08 06:12:55 +0000
URL: https://git.openjdk.java.net/loom/commit/35ebe7836710e725e6b470eaf00a8e4fe2172f74
Revert test/langtools/TEST.groups
! test/langtools/TEST.groups
More information about the loom-dev
mailing list