He-Pin commented on code in PR #1724: URL: https://github.com/apache/pekko/pull/1724#discussion_r1920630777
########## project/JdkOptions.scala: ########## @@ -49,6 +49,11 @@ object JdkOptions extends AutoPlugin { lazy val versionSpecificJavaOptions = if (isJdk17orHigher) { + // for virtual threads + "--add-opens=java.base/sun.misc=ALL-UNNAMED" :: + "--add-opens=java.base/jdk.internal.misc=ALL-UNNAMED" :: + "--add-opens=java.base/java.lang=ALL-UNNAMED" :: + "--add-opens=java.base/java.util=ALL-UNNAMED" :: Review Comment: need this to run the tests -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org