annotate src/share/tools/IdealGraphVisualizer/Graal/build.xml @ 20074:a7ee2e1f0d4e

remove UnboxNodes without usages (if object is non-null)
author Lukas Stadler <lukas.stadler@oracle.com>
date Mon, 30 Mar 2015 13:59:59 +0200
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>