You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: error: package jdk.incubator.vector is not visible import jdk.incubator.vector.IntVector; ^ (package jdk.incubator.vector is declared in module jdk.incubator.vector, which is not in the module graph)
but when i add the module-info.java i get
error: module not found: jmh.core requires jmh.core;
: error: package jdk.incubator.vector is not visible import jdk.incubator.vector.IntVector; ^ (package jdk.incubator.vector is declared in module jdk.incubator.vector, which is not in the module graph)
but when i add the module-info.java i get
error: module not found: jmh.core requires jmh.core;
more info > https://issues.apache.org/jira/browse/MCOMPILER-369
The text was updated successfully, but these errors were encountered: