mx and vm options
Doug Simon
doug.simon at oracle.com
Tue Aug 27 12:44:18 PDT 2013
On Aug 27, 2013, at 9:30 PM, "Deneau, Tom" <tom.deneau at amd.com> wrote:
> Just checking, with the modified mx, are all vm options just passed as is with no leading @ signs?
Yes. However, there is now a strict ordering:
$ mx help unittest
mx unittest [VM options] [filters…]
$ mx unittest InstanceOfTest -G:Dump= -G:MethodFilter=InstanceOfTest.*
VM option -G:Dump= must precede InstanceOfTest
$ mx unittest -G:Dump= -G:MethodFilter=InstanceOfTest.* InstanceOfTest
JUnit version 4.8
-Doug
More information about the graal-dev
mailing list