uschindler commented on PR #10: URL: https://github.com/apache/solr-docker/pull/10#issuecomment-1283791262
> > -XX:CompileCommand=exclude,com.github.benmanes.caffeine.cache.BoundedLocalCache::put > > Just out of interest, what does this do? I'm afraid I'm not all that into JVM internals. Hotspot fails while compiling that method. You see this in the Solr user reports. The line "Current CompileTask:" is important. Based on that information your can tell Hotspot to exclude that method from optimization. That is what this command line parameter does. It excludes the reported "bad method" from optimization by C2 completely. See documentation: https://docs.oracle.com/en/java/javase/17/docs/specs/man/java.html#advanced-jit-compiler-options-for-java For the Lucene's incarnation of this bug this prevented crushes in Jenkins - as expected. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org