We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32f90e commit 39a8e49Copy full SHA for 39a8e49
1 file changed
src/main/go/args/java_static_config.go
@@ -3,6 +3,8 @@ package args
3
import "runtime"
4
5
var rewriteBytecodes = onArm64Only("-XX:-RewriteBytecodes") // https://bugs.openjdk.org/browse/JDK-8369506
6
+
7
+// https://openjdk.org/jeps/448, enables incubating vector API
8
const vectorApiIncubating = "--add-modules=jdk.incubator.vector"
9
10
// https://openjdk.org/jeps/498, allows deprecated unsafe usage
0 commit comments