annotate visualizer/Data/nbproject/project.xml @ 5705:f96e7b39e9fe

Be more strict on isInt check in CAS lowering when index is constant Use array write barrier for UnsafeStore if we can't be sure we're not storing to an array
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 27 Jun 2012 15:40:03 +0200
parents 35cca763f498
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4516
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
2 <project xmlns="http://www.netbeans.org/ns/project/1">
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
3 <type>org.netbeans.modules.apisupport.project</type>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
4 <configuration>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
5 <data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
6 <code-name-base>com.sun.hotspot.igv.data</code-name-base>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
7 <suite-component/>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
8 <module-dependencies/>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
9 <test-dependencies>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
10 <test-type>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
11 <name>unit</name>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
12 <test-dependency>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
13 <code-name-base>org.netbeans.libs.junit4</code-name-base>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
14 <compile-dependency/>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
15 </test-dependency>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
16 <test-dependency>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
17 <code-name-base>org.openide.util</code-name-base>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
18 <compile-dependency/>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
19 </test-dependency>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
20 </test-type>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
21 </test-dependencies>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
22 <public-packages>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
23 <package>at.ssw.visualizer.model.bc</package>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
24 <package>at.ssw.visualizer.model.cfg</package>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
25 <package>at.ssw.visualizer.model.interval</package>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
26 <package>at.ssw.visualizer.model.nc</package>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
27 <package>com.sun.hotspot.igv.data</package>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
28 <package>com.sun.hotspot.igv.data.serialization</package>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
29 <package>com.sun.hotspot.igv.data.services</package>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
30 </public-packages>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
31 </data>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
32 </configuration>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
33 </project>