Thihup commented on pull request #307:
URL: https://github.com/apache/maven-surefire/pull/307#issuecomment-660663266


   @Tibor17 I don't think so. Unfortunately, I don't have an extensive 
collection of projects with JaCoCo to test, but where I tested it worked fine.
   The JaCoCo injects itself as a Java Agent and should not be affected by this 
change. The main option that can cause some fear is the _Xnoagent_.
   However, in both JVM, the _-Xnoagent_ does nothing, so I don't know where it 
could break: 
   
   Hotspot: 
https://github.com/openjdk/jdk/blob/master/src/hotspot/share/runtime/arguments.cpp#L2878
   OpenJ9: 
https://github.com/eclipse/openj9/blob/master/runtime/vm/jvminit.c#L162
   
   Do you have something in mind that we should try?


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


Reply via email to