git: openjdk/loom: fibers: for simplicity get rid of MyPackage package in continuation tests

duke duke at openjdk.java.net
Wed Mar 11 04:04:29 UTC 2020


Changeset: 96665fc8
Author:    Serguei Spitsyn <serguei.spitsyn at oracle.com>
Date:      2020-03-11 04:03:53 +0000
URL:       https://git.openjdk.java.net/loom/commit/96665fc8

for simplicity get rid of MyPackage package in continuation tests

+ test/hotspot/jtreg/serviceability/jvmti/vthread/ContFramePopTest/ContFramePopTest.java
- test/hotspot/jtreg/serviceability/jvmti/vthread/ContFramePopTest/MyPackage/ContFramePopTest.java
! test/hotspot/jtreg/serviceability/jvmti/vthread/ContFramePopTest/libContFramePopTest.cpp
+ test/hotspot/jtreg/serviceability/jvmti/vthread/ContStackDepthTest/ContStackDepthTest.java
- test/hotspot/jtreg/serviceability/jvmti/vthread/ContStackDepthTest/MyPackage/ContStackDepthTest.java
! test/hotspot/jtreg/serviceability/jvmti/vthread/ContStackDepthTest/libContStackDepthTest.cpp
+ test/hotspot/jtreg/serviceability/jvmti/vthread/ContYieldBreakPointTest/ContYieldBreakPointTest.java
- test/hotspot/jtreg/serviceability/jvmti/vthread/ContYieldBreakPointTest/MyPackage/ContYieldBreakPointTest.java
! test/hotspot/jtreg/serviceability/jvmti/vthread/ContYieldBreakPointTest/libContYieldBreakPointTest.cpp
+ test/hotspot/jtreg/serviceability/jvmti/vthread/ContinuationTest/ContinuationTest.java
- test/hotspot/jtreg/serviceability/jvmti/vthread/ContinuationTest/MyPackage/ContinuationTest.java
! test/hotspot/jtreg/serviceability/jvmti/vthread/ContinuationTest/libContinuationTest.cpp



More information about the loom-dev mailing list