dweiss commented on issue #11925: URL: https://github.com/apache/lucene/issues/11925#issuecomment-1312666964
I think you want to pass a jvm configuring flag to javac, assuming JavaCompile is in fork mode (which is always the case in Lucene). errorprone hacks into javac, so I think it'll work just fine. What this means is that you have to configure JavaCompile (like we do in other places) and pass "internal" options to it - this seems to work for me, for example: ``` javac -J-XX:ActiveProcessorCount=1 -J-XX:+PrintFlagsFinal --help ``` I'm not at my dev machine but I can try later. -- 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...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org