IDEA-CR-52072: jps build: don't try to reuse forked javac process which will...
IDEA-CR-52072: jps build: don't try to reuse forked javac process which will be stopped after current compilation (IDEA-221937) If parallel compilation is enabled it may happen that build process tries to compile another module using forked process while a different module is still being compiled. Since "keep alive" is set to false for javac processes started from the build process, it shouldn't try to reuse such processes, because it will fail to connect to them anyway and compilation will fail with obscure "internal java compiler error". (cherry picked from commit 59c41ddaa529322f4d457be1261deb929d8fbda9) GitOrigin-RevId: 40420e9d9a776f303bf6f39c93cd36f5b101c8e6
Showing
+5 -0
Please register or sign in to comment