git: openjdk/loom: fibers: 2 new changesets

duke duke at openjdk.java.net
Sat Mar 6 00:41:21 UTC 2021


Changeset: e066dadc
Author:    lmesnik <leonid.mesnik at oracle.com>
Date:      2021-03-05 16:39:40 +0000
URL:       https://git.openjdk.java.net/loom/commit/e066dadc

Ported some more tests.

! src/hotspot/share/prims/jvmti.xml
! src/hotspot/share/prims/jvmtiEnv.cpp
! src/hotspot/share/prims/jvmtiEnvBase.cpp
! src/hotspot/share/prims/jvmtiEnvBase.hpp
! src/hotspot/share/prims/jvmtiThreadState.cpp
! src/jdk.jdwp.agent/share/native/libjdwp/ThreadReferenceImpl.c
! src/jdk.jdwp.agent/share/native/libjdwp/debugLoop.c
! src/jdk.jdwp.agent/share/native/libjdwp/eventFilter.c
! src/jdk.jdwp.agent/share/native/libjdwp/eventFilter.h
! src/jdk.jdwp.agent/share/native/libjdwp/eventHandler.c
! src/jdk.jdwp.agent/share/native/libjdwp/stepControl.c
! src/jdk.jdwp.agent/share/native/libjdwp/stepControl.h
! src/jdk.jdwp.agent/share/native/libjdwp/threadControl.c
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetAllThreads/allthr01/allthr01.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetAllThreads/allthr01/liballthr01.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetAllThreads/allthr02/allthr02.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetAllThreads/allthr02/liballthr02.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameCount/framecnt01/framecnt01.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameCount/framecnt01/libframecnt01.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameCount/framecnt02/framecnt02.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameCount/framecnt02/libframecnt02.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameCount/framecnt03/framecnt03.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameCount/framecnt03/libframecnt03.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameLocation/frameloc01/frameloc01.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameLocation/frameloc01/frameloc01a.jasm
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameLocation/frameloc01/libframeloc01.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameLocation/frameloc02/frameloc02.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameLocation/frameloc02/libframeloc02.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameLocation/frameloc03/frameloc03.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameLocation/frameloc03/libframeloc03.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr01/getstacktr01.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr01/libgetstacktr01.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr02/getstacktr02.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr02/libgetstacktr02.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr03/getstacktr03.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr03/libgetstacktr03.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr04/getstacktr04.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr04/libgetstacktr04.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr05/getstacktr05.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr05/libgetstacktr05.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr06/getstacktr06.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr06/libgetstacktr06.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr07/getstacktr07.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr07/libgetstacktr07.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr08/getstacktr08.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr08/libgetstacktr08.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr09/getstacktr09.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr09/libgetstacktr09.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadInfo/thrinfo01/libthrinfo01.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadInfo/thrinfo01/thrinfo01.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadInfo/thrinfo02/libthrinfo02.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadInfo/thrinfo02/thrinfo02.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat01/libthrstat01.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat01/thrstat01.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat02/libthrstat02.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat02/thrstat02.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat03/libthrstat03.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat03/thrstat03.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat04/libthrstat04.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat04/thrstat04.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat05/libthrstat05.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat05/thrstat05.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/ResumeThread/resumethrd01/libresumethrd01.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/ResumeThread/resumethrd01/resumethrd01.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/ResumeThread/resumethrd02/libresumethrd02.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/ResumeThread/resumethrd02/resumethrd02.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/ResumeThreadList/resumethrdlst01/libresumethrdlst01.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/ResumeThreadList/resumethrdlst01/resumethrdlst01.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/ResumeThreadList/resumethrdlst02/libresumethrdlst02.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/ResumeThreadList/resumethrdlst02/resumethrdlst02.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThread/suspendthrd01/libsuspendthrd01.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThread/suspendthrd01/suspendthrd01.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThread/suspendthrd02/libsuspendthrd02.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThread/suspendthrd02/suspendthrd02.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThread/suspendthrd03/libsuspendthrd03.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThread/suspendthrd03/suspendthrd03.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThreadList/suspendthrdlst01/libsuspendthrdlst01.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThreadList/suspendthrdlst01/suspendthrdlst01.java
+ test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThreadList/suspendthrdlst02/libsuspendthrdlst02.cpp
+ test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThreadList/suspendthrdlst02/suspendthrdlst02.java
! test/hotspot/jtreg/serviceability/jvmti/vthread/DoContinueSingleStepTest/libDoContinueSingleStepTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/MethodExitTest/libMethodExitTest.cpp
+ test/hotspot/jtreg/serviceability/jvmti/vthread/SuspendResumeAll/SuspendResumeAll.java
+ test/hotspot/jtreg/serviceability/jvmti/vthread/SuspendResumeAll/libSuspendResumeAll.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadNotifyFramePopTest/libVThreadNotifyFramePopTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadTest/libVThreadTest.cpp
- test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendvthr001.java
- test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendvthr001/TestDescription.java
- test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendvthr001/libsuspendvthr001.cpp
- test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendvthr001/suspendvthr001.cpp
! test/lib/jdk/test/lib/jvmti/jvmti_common.h
! test/lib/jdk/test/lib/jvmti/jvmti_thread.h

Changeset: c1cfc31f
Author:    lmesnik <leonid.mesnik at oracle.com>
Date:      2021-03-05 16:40:38 +0000
URL:       https://git.openjdk.java.net/loom/commit/c1cfc31f

Merge branch 'fibers' of https://github.com/openjdk/loom into fibers




More information about the loom-dev mailing list