annotate src/share/tools/IdealGraphVisualizer/Graal/build.xml @ 19382:37516af640ed

Do not inline into methods that need a Graal replacement in the new partial evaluator.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 15 Feb 2015 16:44:52 +0100
parents cdde71dc5381
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13469
cdde71dc5381 Move IGV to NetBeans platform 7.4 to support also JDK8.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4379
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
cdde71dc5381 Move IGV to NetBeans platform 7.4 to support also JDK8.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4379
diff changeset
2 <!-- You may freely edit this file. See harness/README in the NetBeans platform -->
cdde71dc5381 Move IGV to NetBeans platform 7.4 to support also JDK8.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4379
diff changeset
3 <!-- for some information on what you could do (e.g. targets to override). -->
cdde71dc5381 Move IGV to NetBeans platform 7.4 to support also JDK8.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4379
diff changeset
4 <!-- If you delete this file and reopen the project it will be recreated. -->
cdde71dc5381 Move IGV to NetBeans platform 7.4 to support also JDK8.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4379
diff changeset
5 <project name="com.sun.hotspot.igv.graal" default="netbeans" basedir=".">
cdde71dc5381 Move IGV to NetBeans platform 7.4 to support also JDK8.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4379
diff changeset
6 <description>Builds, tests, and runs the project com.sun.hotspot.igv.graal.</description>
cdde71dc5381 Move IGV to NetBeans platform 7.4 to support also JDK8.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4379
diff changeset
7 <import file="nbproject/build-impl.xml"/>
cdde71dc5381 Move IGV to NetBeans platform 7.4 to support also JDK8.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4379
diff changeset
8 </project>