I couldn't find anything in the documentation which could answer my question.
If I have 2 services (JVMs) running simultaneously on the same host, can they use the same JaCoCo destination file? E.g.: can I have these arguments for both of them?
-javaagent:/opt/coverage/lib/jacocoagent.jar=destfile=/opt/coverage/jacoco.exec
Or the append mode does not work concurrently and I must specify different destination files?