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 a853b75 commit d404359Copy full SHA for d404359
distribution/src/config/jvm.options
@@ -85,3 +85,7 @@ ${error.file}
85
86
# HDFS ForkJoinPool.common() support by SecurityManager
87
-Djava.util.concurrent.ForkJoinPool.common.threadFactory=org.opensearch.secure_sm.SecuredForkJoinWorkerThreadFactory
88
+
89
+# See please https://bugs.openjdk.org/browse/JDK-8341127 (openjdk/jdk#21283)
90
+23:-XX:CompileCommand=dontinline,java/lang/invoke/MethodHandle.setAsTypeCache
91
+23:-XX:CompileCommand=dontinline,java/lang/invoke/MethodHandle.asTypeUncached
0 commit comments