Skip to content

Commit 39a8e49

Browse files
committed
Document incubating vector API linking
1 parent a32f90e commit 39a8e49

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/go/args/java_static_config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ package args
33
import "runtime"
44

55
var rewriteBytecodes = onArm64Only("-XX:-RewriteBytecodes") // https://bugs.openjdk.org/browse/JDK-8369506
6+
7+
// https://openjdk.org/jeps/448, enables incubating vector API
68
const vectorApiIncubating = "--add-modules=jdk.incubator.vector"
79

810
// https://openjdk.org/jeps/498, allows deprecated unsafe usage

0 commit comments

Comments
 (0)