dragonwell-project / dragonwell8

Alibaba Dragonwell8 JDK
http://dragonwell-jdk.io
GNU General Public License v2.0
4.2k stars 497 forks source link

java/dyn/BasicStealTest.java编译报错 #479

Open sendaoYan opened 1 year ago

sendaoYan commented 1 year ago
/home/yansendao/git/dragonwell8/jdk/test/java/dyn/BasicStealTest.java:42: error: getCoroutineSupport() is not public in Thread; cannot be accessed from outside package
            Coroutine threadCoro = Thread.currentThread().getCoroutineSupport().threadCoroutine();
                                                         ^
1 error

TEST RESULT: Failed. Compilation failed: Compilation failed
--------------------------------------------------

https://tone.aliyun-inc.com/ws/xesljfzh/test_result/145628?tab=1

image

sendaoYan commented 1 year ago

java/dyn/ConcurrentStealTest.java

java/dyn/CoroutineTest.java