mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-11 05:59:52 +00:00
Adopted recent sources, updated README, added build and run instructions; ignored IGV build files in Mercurial; adapted HotSpot Ideal graph printer to current IGV's data format schema; reintroduced control flow window and basic block layout Co-authored-by: Bernhard Urban <bernhard.urban@oracle.com> Co-authored-by: Christian Haeubl <christian.haeubl@oracle.com> Co-authored-by: Doug Simon <doug.simon@oracle.com> Co-authored-by: Gilles Duboscq <gilles.duboscq@oracle.com> Co-authored-by: Lukas Stadler <lukas.stadler@oracle.com> Co-authored-by: Peter Hofer <peter.hofer@jku.at> Co-authored-by: Roland Schatz <roland.schatz@oracle.com> Co-authored-by: Thomas Wuerthinger <thomas.wuerthinger@oracle.com> Co-authored-by: Tom Rodriguez <tom.rodriguez@oracle.com> Reviewed-by: kvn, roland
30 lines
1.2 KiB
XML
30 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://www.netbeans.org/ns/project/1">
|
|
<type>org.netbeans.modules.apisupport.project</type>
|
|
<configuration>
|
|
<data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
|
|
<code-name-base>com.sun.hotspot.igv.data</code-name-base>
|
|
<suite-component/>
|
|
<module-dependencies/>
|
|
<test-dependencies>
|
|
<test-type>
|
|
<name>unit</name>
|
|
<test-dependency>
|
|
<code-name-base>org.netbeans.libs.junit4</code-name-base>
|
|
<compile-dependency/>
|
|
</test-dependency>
|
|
<test-dependency>
|
|
<code-name-base>org.openide.util</code-name-base>
|
|
<compile-dependency/>
|
|
</test-dependency>
|
|
</test-type>
|
|
</test-dependencies>
|
|
<public-packages>
|
|
<package>com.sun.hotspot.igv.data</package>
|
|
<package>com.sun.hotspot.igv.data.serialization</package>
|
|
<package>com.sun.hotspot.igv.data.services</package>
|
|
</public-packages>
|
|
</data>
|
|
</configuration>
|
|
</project>
|