getJvmArgs

@Nullable
abstract fun getJvmArgs(): List<String>(source)

Returns the extra arguments to use to launch the JVM for the process. Does not include system properties and the minimum/maximum heap size.

Return

The immutable list of arguments. Returns an empty list if there are no arguments.