cstamas commented on issue #897: URL: https://github.com/apache/maven-mvnd/issues/897#issuecomment-1775640208
There is a SO article about this, it seems is not a leak per se but a "feature" of javac: https://stackoverflow.com/questions/14617340/memory-leak-when-using-jdk-compiler-at-runtime The article mentions undocumented `javac` flag that should disable this leak, the `-XDuseUnsharedTable`. We need some proof that this javac flag works or not. And IMHO solution to this issue would be to make mvnd augment (auto-add) this m-compiler-p/compilerArg configuration, if it solves the issue/leak. -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org