annotate c1x4hotspotsrc/hotspot/hotspot Default.launch @ 1446:5f1100e1cb12

Removed 'java' indirection script and modified domake to create the replacement symlink to /usr/lib/jvm/jre1.7.0/bin/java
author Doug Simon <doug.simon@oracle.com>
date Tue, 09 Nov 2010 17:37:01 +0100
parents d0c8d3a2a7e8
children 8f033d37798a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1436
9dae1aae168a Added Eclipse C++ run configurations.
Thomas Wuerthinger <wuerthinger@ssw.jku.at>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
9dae1aae168a Added Eclipse C++ run configurations.
Thomas Wuerthinger <wuerthinger@ssw.jku.at>
parents:
diff changeset
2 <launchConfiguration type="org.eclipse.cdt.launch.applicationLaunchType">
9dae1aae168a Added Eclipse C++ run configurations.
Thomas Wuerthinger <wuerthinger@ssw.jku.at>
parents:
diff changeset
3 <intAttribute key="org.eclipse.cdt.launch.ATTR_BUILD_BEFORE_LAUNCH_ATTR" value="2"/>
9dae1aae168a Added Eclipse C++ run configurations.
Thomas Wuerthinger <wuerthinger@ssw.jku.at>
parents:
diff changeset
4 <stringAttribute key="org.eclipse.cdt.launch.COREFILE_PATH" value=""/>
9dae1aae168a Added Eclipse C++ run configurations.
Thomas Wuerthinger <wuerthinger@ssw.jku.at>
parents:
diff changeset
5 <stringAttribute key="org.eclipse.cdt.launch.PROGRAM_ARGUMENTS" value="-client -XX:+UseC1X -XX:+PrintGC -Xms1g -Xmx1g -Xbootclasspath/p:${workspace_loc:hotspot}/../../../maxine/C1X/bin:${workspace_loc:hotspot}/../../../maxine/CRI/bin:${workspace_loc:hotspot}/../../../maxine/Base/bin:${workspace_loc:hotspot}/../../../maxine/Assembler/bin:${workspace_loc:hotspot}/../HotSpotVM/bin -classpath ${workspace_loc:hotspot}/../HotSpotTest/bin C1XTest"/>
1439
d0c8d3a2a7e8 Modified domake script to use (and require) JRE7 environment variable for find the base of a JRE 7 installation. This script no also ensures that $JRE7/lib/amd64/jvm.cfg has the right value for '-client'.
Doug Simon <doug.simon@oracle.com>
parents: 1436
diff changeset
6 <stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="java"/>
1436
9dae1aae168a Added Eclipse C++ run configurations.
Thomas Wuerthinger <wuerthinger@ssw.jku.at>
parents:
diff changeset
7 <stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="hotspot"/>
9dae1aae168a Added Eclipse C++ run configurations.
Thomas Wuerthinger <wuerthinger@ssw.jku.at>
parents:
diff changeset
8 <stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="cdt.managedbuild.toolchain.gnu.solaris.base.945602881"/>
9dae1aae168a Added Eclipse C++ run configurations.
Thomas Wuerthinger <wuerthinger@ssw.jku.at>
parents:
diff changeset
9 <booleanAttribute key="org.eclipse.cdt.launch.use_terminal" value="true"/>
9dae1aae168a Added Eclipse C++ run configurations.
Thomas Wuerthinger <wuerthinger@ssw.jku.at>
parents:
diff changeset
10 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
9dae1aae168a Added Eclipse C++ run configurations.
Thomas Wuerthinger <wuerthinger@ssw.jku.at>
parents:
diff changeset
11 <listEntry value="/hotspot"/>
9dae1aae168a Added Eclipse C++ run configurations.
Thomas Wuerthinger <wuerthinger@ssw.jku.at>
parents:
diff changeset
12 </listAttribute>
9dae1aae168a Added Eclipse C++ run configurations.
Thomas Wuerthinger <wuerthinger@ssw.jku.at>
parents:
diff changeset
13 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
9dae1aae168a Added Eclipse C++ run configurations.
Thomas Wuerthinger <wuerthinger@ssw.jku.at>
parents:
diff changeset
14 <listEntry value="4"/>
9dae1aae168a Added Eclipse C++ run configurations.
Thomas Wuerthinger <wuerthinger@ssw.jku.at>
parents:
diff changeset
15 </listAttribute>
9dae1aae168a Added Eclipse C++ run configurations.
Thomas Wuerthinger <wuerthinger@ssw.jku.at>
parents:
diff changeset
16 <stringAttribute key="org.eclipse.dsf.launch.MEMORY_BLOCKS" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;memoryBlockExpressionList context=&quot;reserved-for-future-use&quot;/&gt;&#10;"/>
9dae1aae168a Added Eclipse C++ run configurations.
Thomas Wuerthinger <wuerthinger@ssw.jku.at>
parents:
diff changeset
17 </launchConfiguration>