electrum opened a new issue #576:
URL: https://github.com/apache/maven-mvnd/issues/576


   I was experimenting with adding the `--add-exports` lines to 
`.mvn/jvm.config` to make  [Error 
Prone](https://errorprone.info/docs/installation#maven) work without requiring 
`<fork>true</fork>`, in order to gain the benefits of the compiler warming up. 
This seems to work, but `mvnd` reuses a daemon with different JVM flags.
   
   Reproduce:
   
   1. Do a build with a single JVM config like `-Xmx1G`
   2. Add another JVM config like `--add-exports=...`
   3. Do another build and notice it incorrectly reuses the existing daemon
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to