You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/03/30 22:36:31 UTC

[GitHub] [maven-surefire] Tibor17 edited a comment on pull request #343: SUREFIRE-1881 Adds additional debug log and fork connection timeout

Tibor17 edited a comment on pull request #343:
URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-810622484


   @reinhapa 
   I have several experiences with the influence of GC load to the locking and reorderinng due to delay caused by the GC, especially on MacOS. I think this is similar issue with JVm on Windows because `-verbose:class` prints many logs and overloads the process much more than `-verbose:gc`. I guess the Win impl of JVM has some weaknesses in this case. Maybe a nice solution would be to implement `CompletionHandler` and use `CountDownLatch`. Maybe it would be better than having some sleeps and loops, etc. We are aming for getting faster and faster JVM startup and teardown since we made a big investment to speed up the JVM in M5.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org