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 ee5a125 commit a32f90eCopy full SHA for a32f90e
1 file changed
src/main/go/args/java_static_config.go
@@ -4,6 +4,8 @@ import "runtime"
4
5
var rewriteBytecodes = onArm64Only("-XX:-RewriteBytecodes") // https://bugs.openjdk.org/browse/JDK-8369506
6
const vectorApiIncubating = "--add-modules=jdk.incubator.vector"
7
+
8
+// https://openjdk.org/jeps/498, allows deprecated unsafe usage
9
const allowUnsafeUsage = "--sun-misc-unsafe-memory-access=allow"
10
11
// https://openjdk.org/jeps/472, allows native libraries to be loaded from unnamed modules
0 commit comments