< prev index next >

make/build-benchmark.xml

Print this page

        

*** 312,322 **** <target name="run-octane-nashorn"> <java classname="${nashorn.shell.tool}" classpath="${run.test.classpath}" fork="true" dir="."> ! <jvmarg line="${ext.class.path}"/> <jvmarg line="${run.test.jvmargs.octane} -Xms${run.test.xms} -Xmx${run.test.xmx}"/> <!-- pass on all properties prefixed with 'nashorn' to the runtime --> <syspropertyset> <propertyref prefix="nashorn."/> </syspropertyset> --- 312,322 ---- <target name="run-octane-nashorn"> <java classname="${nashorn.shell.tool}" classpath="${run.test.classpath}" fork="true" dir="."> ! <jvmarg line="${boot.class.path}"/> <jvmarg line="${run.test.jvmargs.octane} -Xms${run.test.xms} -Xmx${run.test.xmx}"/> <!-- pass on all properties prefixed with 'nashorn' to the runtime --> <syspropertyset> <propertyref prefix="nashorn."/> </syspropertyset>
*** 385,395 **** <target name="sunspider-nashorn" depends="sunspider-init"> <java classname="${nashorn.shell.tool}" classpath="${run.test.classpath}" fork="true" dir="."> ! <jvmarg line="${ext.class.path}"/> <jvmarg line="${run.test.jvmargs} -Xmx${run.test.xmx}"/> <arg value="-timezone=PST"/> <arg value="--class-cache-size=50"/> <arg value="${sunspider-test-sys-prop.test.js.framework}"/> <arg value="--"/> --- 385,395 ---- <target name="sunspider-nashorn" depends="sunspider-init"> <java classname="${nashorn.shell.tool}" classpath="${run.test.classpath}" fork="true" dir="."> ! <jvmarg line="${boot.class.path}"/> <jvmarg line="${run.test.jvmargs} -Xmx${run.test.xmx}"/> <arg value="-timezone=PST"/> <arg value="--class-cache-size=50"/> <arg value="${sunspider-test-sys-prop.test.js.framework}"/> <arg value="--"/>
< prev index next >