Community
Participate
Working Groups
The ICustomAnalysisProvider extension point allows for additional JVMTI arguments to be passed to a launch command. It could be updated to allow for additional JVM arguments to be appended to the launch command.
Created attachment 185643 [details] Patch for additional JVM arguments
Created attachment 185656 [details] Patch for additional JVM arguments Updated to exclude empty Strings for JVM arguments.
Mike, Can you please review the patch? Thanks!
Patch looks good.
Approved for 4.7.2.
Patch checked into HEAD with project lead approval. I added that quotes should be included around the JVM arguments if there is a space to the comment for the new method in ICustomAnalysisProvider.
Re-opening to update getVMArg to use a List for the extra JVM arguments.
Created attachment 185740 [details] Patch to use a list for ProcessParameters
New patch using List<String> looks good.
Updated patch approved for 4.7.2.
Patch checked into HEAD.
Closing.