I am working on a project and saw the following configuration with a comment in a properties file.
# Forking just invokes the JVM externally, and doesn't exhibit any performance benefit.
javac.fork.mode=no
I am curious about what this means. After several google searches, I still can't find a specific article about this. Could someone point me to a good resource?