dragonwell-project / dragonwell8

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

启动参数报错 UseWisp2 #536

Open hupper0 opened 1 year ago

hupper0 commented 1 year ago

启动参数:-Denv=pre -Dlog4j2.formatMsgNoLookups=true -XX:+UnlockExperimentalVMOptions -XX:+UseWisp2

环境: openjdk version "1.8.0_362" OpenJDK Runtime Environment (Alibaba Dragonwell Standard Edition 8.14.15) (build 1.8.0_362-b01) OpenJDK 64-Bit Server VM (Alibaba Dragonwell Standard Edition 8.14.15) (build 25.362-b01, mixed mode)

报错信息: Unrecognized VM option 'UseWisp2'

Error: Could not create the Java Virtual Machine.

Error: A fatal exception has occurred. Program will exit.

sendaoYan commented 1 year ago

standard版本不支持协程,使用协程特性需要使用extended版本

https://github.com/dragonwell-project/dragonwell8/releases/download/dragonwell-extended-8.14.15_jdk8u362-ga/Alibaba_Dragonwell_Extended_8.14.15_x64_linux.tar.gz