excelsior-oss / excelsior-jet-gradle-plugin

Excelsior JET Gradle Plugin provides Gradle users with an easy way to compile their applications down to optimized native Windows, OS X, or Linux executables with Excelsior JET http://www.excelsiorjet.com
GNU General Public License v3.0
26 stars 6 forks source link

jetTestRun Options #33

Closed cheese-stands-alone closed 6 years ago

cheese-stands-alone commented 7 years ago

Have runTestRun read some of the properties set in gradle's excelsiorJet section, such as compilerOptions, stackTraceSupport, etc.

pjBooms commented 7 years ago

Sorry for long silence.

During Test Run your application runs on Excelsior JET JVM in bytecode form, so all your classes are JITed during the Test Run

compilerOptions, stackTraceSupport parameters are applicable only to AOT compiler.

On the other hand runArgs, jvmArgs affects directly the Test Run.