Add ChronicleMap JVM --add-opens flags

This commit is contained in:
Mikhail Yevchenko
2026-04-05 18:09:18 +00:00
parent b472274ce2
commit fb013bbd11
@@ -68,7 +68,11 @@ public class BenchmarkMain {
"--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED",
"--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED",
"--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED",
"--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED"
"--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED",
"--add-opens=chronicle.map/net.openhft.chronicle.map=chronicle.core",
"--add-opens=chronicle.map/net.openhft.chronicle.map=ALL-UNNAMED",
"--add-opens=chronicle.map/net.openhft.chronicle.hash=chronicle.core",
"--add-opens=chronicle.map/net.openhft.chronicle.hash=ALL-UNNAMED"
);
if (args.length == 0) {