annotate visualizer/Graal/nbproject/build-impl.xml @ 8343:a3c30d467f96

unittest: just do a single JVM call avoid multiple executions of the JVM in order to avoid high startup costs. before: > mx --vm server unittest 355.86s user 2.97s system 175% cpu 3:24.21 total > mx --vm server longunittest 241.27s user 1.40s system 151% cpu 2:39.88 total > mx --vm server shortunittest 203.36s user 2.23s system 269% cpu 1:16.42 total after: > mx --vm server unittest 202.39s user 1.02s system 130% cpu 2:36.04 total > mx --vm server longunittest 187.39s user 0.97s system 126% cpu 2:28.38 total > mx --vm server shortunittest 87.39s user 0.68s system 265% cpu 33.15 total
author Bernhard Urban <bernhard.urban@jku.at>
date Mon, 18 Mar 2013 15:11:52 +0100
parents 9ad6d3d11630
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4519
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
2 <!--
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
3 *** GENERATED FROM project.xml - DO NOT EDIT ***
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
4 *** EDIT ../build.xml INSTEAD ***
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
5 -->
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
6 <project name="com.sun.hotspot.igv.graal-impl" basedir="..">
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
7 <fail message="Please build using Ant 1.7.1 or higher.">
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
8 <condition>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
9 <not>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
10 <antversion atleast="1.7.1"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
11 </not>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
12 </condition>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
13 </fail>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
14 <property file="nbproject/private/suite-private.properties"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
15 <property file="nbproject/suite.properties"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
16 <fail unless="suite.dir">You must set 'suite.dir' to point to your containing module suite</fail>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
17 <property file="${suite.dir}/nbproject/private/platform-private.properties"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
18 <property file="${suite.dir}/nbproject/platform.properties"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
19 <macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2">
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
20 <attribute name="name"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
21 <attribute name="value"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
22 <sequential>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
23 <property name="@{name}" value="${@{value}}"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
24 </sequential>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
25 </macrodef>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
26 <macrodef name="evalprops" uri="http://www.netbeans.org/ns/nb-module-project/2">
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
27 <attribute name="property"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
28 <attribute name="value"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
29 <sequential>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
30 <property name="@{property}" value="@{value}"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
31 </sequential>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
32 </macrodef>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
33 <property file="${user.properties.file}"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
34 <nbmproject2:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
35 <nbmproject2:property name="nbplatform.active.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
36 <nbmproject2:evalprops property="cluster.path.evaluated" value="${cluster.path}" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
37 <fail message="Path to 'platform' cluster missing in $${cluster.path} property or using corrupt Netbeans Platform (missing harness).">
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
38 <condition>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
39 <not>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
40 <contains string="${cluster.path.evaluated}" substring="platform"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
41 </not>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
42 </condition>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
43 </fail>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
44 <import file="${harness.dir}/build.xml"/>
9ad6d3d11630 Added build-impl.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
45 </project>