Fork Options
Fork options for Java compilation. Only take effect if CompileOptions.fork is true.
Functions
Link copied to clipboard
Returns the full set of arguments to use to launch the JVM for the compiler process.
Link copied to clipboard
Returns the compiler executable to be used.
Link copied to clipboard
Returns any additional JVM arguments for the compiler process.
Link copied to clipboard
Returns any additional JVM argument providers for the compiler process.
Link copied to clipboard
Returns the initial heap size for the compiler process.
Link copied to clipboard
Returns the maximum heap size for the compiler process.
Link copied to clipboard
Returns the directory used for temporary files that may be created to pass command line arguments to the compiler process.
Link copied to clipboard
Sets the compiler executable to be used.
Link copied to clipboard
Sets any additional JVM arguments for the compiler process.
Link copied to clipboard
Sets the initial heap size for the compiler process.
Link copied to clipboard
Sets the maximum heap size for the compiler process.
Link copied to clipboard
Sets the directory used for temporary files that may be created to pass command line arguments to the compiler process.