git: openjdk/loom: fibers: renaming in two JVMTI tests: replace Fiber with VThread

duke duke at openjdk.java.net
Sat Mar 7 02:35:47 UTC 2020


Changeset: 4aa525ef
Author:    lmesnik <leonid.mesnik at oracle.com>
Committer: Serguei Spitsyn <serguei.spitsyn at oracle.com>
Date:      2020-03-07 02:34:46 +0000
URL:       https://git.openjdk.java.net/loom/commit/4aa525ef

renaming in two JVMTI tests: replace Fiber with VThread

- test/hotspot/jtreg/serviceability/jvmti/vthread/FiberMonitorTest/FiberMonitorTest.java
- test/hotspot/jtreg/serviceability/jvmti/vthread/FiberMonitorTest/libFiberMonitorTest.c
- test/hotspot/jtreg/serviceability/jvmti/vthread/FiberTest/MyPackage/FiberTest.java
- test/hotspot/jtreg/serviceability/jvmti/vthread/FiberTest/libFiberTest.c
+ test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadMonitorTest/VThreadMonitorTest.java
+ test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadMonitorTest/libVThreadMonitorTest.c
+ test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadTest/VThreadTest.java
+ test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadTest/libVThreadTest.c



More information about the loom-dev mailing list