Add ChronicleMap JVM --add-opens flags
This commit is contained in:
@@ -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.parser=ALL-UNNAMED",
|
||||||
"--add-exports=jdk.compiler/com.sun.tools.javac.processing=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.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) {
|
if (args.length == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user