annotate make/build-graal.xml @ 9909:8fdee70e2e1f

CanonicalizerPhase: add OptCanonicalizeReads option (adapt tests)
author Bernhard Urban <bernhard.urban@jku.at>
date Thu, 06 Jun 2013 11:04:24 +0200
parents 5945a36ccba4
children af909f4b80a9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8321
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
2 <!--
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
3 Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
4 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
5
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
6 This code is free software; you can redistribute it and/or modify it
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
7 under the terms of the GNU General Public License version 2 only, as
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
8 published by the Free Software Foundation. Oracle designates this
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
9 particular file as subject to the "Classpath" exception as provided
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
10 by Oracle in the LICENSE file that accompanied this code.
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
11
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
12 This code is distributed in the hope that it will be useful, but WITHOUT
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
15 version 2 for more details (a copy is included in the LICENSE file that
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
16 accompanied this code).
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
17
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
18 You should have received a copy of the GNU General Public License version
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
19 2 along with this work; if not, write to the Free Software Foundation,
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
20 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
21
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
22 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
23 or visit www.oracle.com if you need additional information or have any
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
24 questions.
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
25 -->
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
26 <project basedir="." default="main" name="graal">
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
27 <property name="src.dir" value="${gamma.dir}/graal"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
28 <property name="classes.dir" value="${shared.dir}/graal"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
29 <property name="jar.dir" value="${shared.dir}"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
30 <property name="jar.file" value="${jar.dir}/graal.jar"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
31 <target depends="jar" name="main"/>
8890
a33b6378cb76 delete build/linux/shared/graal before compile in build-graal.xml to handle stale class files left behind after refactoring in Eclipse
Doug Simon <doug.simon@oracle.com>
parents: 8637
diff changeset
32 <target depends="cleanclasses" name="compile">
8321
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
33 <mkdir dir="${classes.dir}"/>
9177
0b7d9bcc0f44 javac: remove encoding parameter
Bernhard Urban <bernhard.urban@jku.at>
parents: 9169
diff changeset
34 <javac debug="on" destdir="${classes.dir}" includeantruntime="false">
9122
dedfff70763f Compiler configurations.
Roland Schatz <roland.schatz@oracle.com>
parents: 8890
diff changeset
35 <src path="${src.dir}/com.oracle.graal.api.runtime"/>
8321
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
36 <src path="${src.dir}/com.oracle.graal.api.meta"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
37 <src path="${src.dir}/com.oracle.graal.api.code"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
38 <src path="${src.dir}/com.oracle.graal.graph"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
39 <src path="${src.dir}/com.oracle.graal.debug"/>
8637
ce5750014c3d moved Replacements and MacroSubstitution from the graal.api.replacements project to graal.nodes project and reversed the dependency between these two projects (the latter now/again depends on the former)
Doug Simon <doug.simon@oracle.com>
parents: 8627
diff changeset
40 <src path="${src.dir}/com.oracle.graal.api.replacements"/>
8321
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
41 <src path="${src.dir}/com.oracle.graal.nodes"/>
9855
6898d8995866 converted more options from GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9849
diff changeset
42 <src path="${src.dir}/com.oracle.graal.options"/>
8321
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
43 <src path="${src.dir}/com.oracle.graal.phases"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
44 <src path="${src.dir}/com.oracle.graal.phases.common"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
45 <src path="${src.dir}/com.oracle.graal.virtual"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
46 <src path="${src.dir}/com.oracle.graal.loop"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
47 <src path="${src.dir}/com.oracle.graal.alloc"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
48 <src path="${src.dir}/com.oracle.graal.asm"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
49 <src path="${src.dir}/com.oracle.graal.lir"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
50 <src path="${src.dir}/com.oracle.graal.compiler"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
51 <src path="${src.dir}/com.oracle.graal.bytecode"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
52 <src path="${src.dir}/com.oracle.graal.java"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
53 <src path="${src.dir}/com.oracle.graal.word"/>
8416
102b5249e97e rename projects: *snippets* -> *replacements* (GRAAL-178)
Doug Simon <doug.simon@oracle.com>
parents: 8321
diff changeset
54 <src path="${src.dir}/com.oracle.graal.replacements"/>
8321
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
55 <src path="${src.dir}/com.oracle.graal.printer"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
56 <src path="${src.dir}/com.oracle.graal.hotspot"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
57 <src path="${src.dir}/com.oracle.graal.amd64"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
58 <src path="${src.dir}/com.oracle.graal.asm.amd64"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
59 <src path="${src.dir}/com.oracle.graal.lir.amd64"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
60 <src path="${src.dir}/com.oracle.graal.compiler.amd64"/>
8416
102b5249e97e rename projects: *snippets* -> *replacements* (GRAAL-178)
Doug Simon <doug.simon@oracle.com>
parents: 8321
diff changeset
61 <src path="${src.dir}/com.oracle.graal.replacements.amd64"/>
8321
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
62 <src path="${src.dir}/com.oracle.graal.hotspot.amd64"/>
9831
705aca4ebf2f SPARC array, load / store and compare operations
Morris Meyer <morris.meyer@oracle.com>
parents: 9828
diff changeset
63 <src path="${src.dir}/com.oracle.graal.sparc"/>
8321
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
64 <src path="${src.dir}/com.oracle.graal.asm.sparc"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
65 <src path="${src.dir}/com.oracle.graal.lir.sparc"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
66 <src path="${src.dir}/com.oracle.graal.compiler.sparc"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
67 <src path="${src.dir}/com.oracle.graal.hotspot.sparc"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
68 <compilerarg value="-XDignore.symbol.file"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
69 <classpath>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
70 <fileset dir="${java.home}/../lib">
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
71 <include name="tools.jar"/>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
72 </fileset>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
73 </classpath>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
74 </javac>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
75 </target>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
76 <target depends="compile" name="jar">
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
77 <mkdir dir="${jar.dir}"/>
9246
ba3dfa9e36d8 Modified build-graal.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 9243
diff changeset
78 <jar basedir="${classes.dir}" destfile="${jar.file}">
ba3dfa9e36d8 Modified build-graal.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 9243
diff changeset
79 <service type="com.oracle.graal.nodes.spi.ReplacementsProvider">
ba3dfa9e36d8 Modified build-graal.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 9243
diff changeset
80 <provider classname="com.oracle.graal.hotspot.replacements.CallSiteSubstitutions"/>
9668
fe9a18fbb15e added subclasses for HotSpotInstalledCode: HotSpotNmethod and HotSpotRuntimeStub
Doug Simon <doug.simon@oracle.com>
parents: 9246
diff changeset
81 <provider classname="com.oracle.graal.hotspot.replacements.HotSpotNmethodIntrinsics"/>
9246
ba3dfa9e36d8 Modified build-graal.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 9243
diff changeset
82 <provider classname="com.oracle.graal.replacements.GraalMethodSubstitutions"/>
ba3dfa9e36d8 Modified build-graal.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 9243
diff changeset
83 </service>
9849
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
84 <service type="com.oracle.graal.options.OptionProvider">
9855
6898d8995866 converted more options from GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9849
diff changeset
85 <provider classname="com.oracle.graal.compiler.GraalCompiler_Inline"/>
9849
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
86 <provider classname="com.oracle.graal.compiler.GraalCompiler_VerifyUsageWithEquals"/>
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
87 <provider classname="com.oracle.graal.compiler.GraalDebugConfig_DebugEnabled"/>
9855
6898d8995866 converted more options from GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9849
diff changeset
88 <provider classname="com.oracle.graal.compiler.GraalDebugConfig_DetailedAsserts"/>
9849
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
89 <provider classname="com.oracle.graal.compiler.GraalDebugConfig_Dump"/>
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
90 <provider classname="com.oracle.graal.compiler.GraalDebugConfig_DumpOnError"/>
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
91 <provider classname="com.oracle.graal.compiler.GraalDebugConfig_Log"/>
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
92 <provider classname="com.oracle.graal.compiler.GraalDebugConfig_Meter"/>
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
93 <provider classname="com.oracle.graal.compiler.GraalDebugConfig_MethodFilter"/>
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
94 <provider classname="com.oracle.graal.compiler.GraalDebugConfig_PerThreadDebugValues"/>
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
95 <provider classname="com.oracle.graal.compiler.GraalDebugConfig_SummarizeDebugValues"/>
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
96 <provider classname="com.oracle.graal.compiler.GraalDebugConfig_SummarizePerPhase"/>
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
97 <provider classname="com.oracle.graal.compiler.GraalDebugConfig_Time"/>
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
98 <provider classname="com.oracle.graal.hotspot.CompilationTask_SlowQueueCutoff"/>
9855
6898d8995866 converted more options from GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9849
diff changeset
99 <provider classname="com.oracle.graal.hotspot.HotSpotGraalRuntime_GraalRuntime"/>
9849
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
100 <provider classname="com.oracle.graal.hotspot.bridge.VMToCompilerImpl_BenchmarkDynamicCounters"/>
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
101 <provider classname="com.oracle.graal.hotspot.bridge.VMToCompilerImpl_GenericDynamicCounters"/>
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
102 <provider classname="com.oracle.graal.hotspot.bridge.VMToCompilerImpl_LogFile"/>
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
103 <provider classname="com.oracle.graal.hotspot.bridge.VMToCompilerImpl_PrintQueue"/>
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
104 <provider classname="com.oracle.graal.hotspot.bridge.VMToCompilerImpl_PriorityCompileQueue"/>
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
105 <provider classname="com.oracle.graal.hotspot.bridge.VMToCompilerImpl_SlowCompileThreads"/>
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
106 <provider classname="com.oracle.graal.hotspot.bridge.VMToCompilerImpl_Threads"/>
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
107 <provider classname="com.oracle.graal.hotspot.bridge.VMToCompilerImpl_TimedBootstrap"/>
9864
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
108 <provider classname="com.oracle.graal.phases.GraalOptions_AlignCallsForPatching"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
109 <provider classname="com.oracle.graal.phases.GraalOptions_AlwaysInlineVTableStubs"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
110 <provider classname="com.oracle.graal.phases.GraalOptions_BoostInliningForEscapeAnalysis"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
111 <provider classname="com.oracle.graal.phases.GraalOptions_BootstrapReplacements"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
112 <provider classname="com.oracle.graal.phases.GraalOptions_CacheGraphs"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
113 <provider classname="com.oracle.graal.phases.GraalOptions_CanOmitFrame"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
114 <provider classname="com.oracle.graal.phases.GraalOptions_CapInheritedRelevance"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
115 <provider classname="com.oracle.graal.phases.GraalOptions_CheckcastMaxHints"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
116 <provider classname="com.oracle.graal.phases.GraalOptions_CheckcastMinHintHitProbability"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
117 <provider classname="com.oracle.graal.phases.GraalOptions_CompileTheWorld"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
118 <provider classname="com.oracle.graal.phases.GraalOptions_CompileTheWorldStartAt"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
119 <provider classname="com.oracle.graal.phases.GraalOptions_CompileTheWorldStopAt"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
120 <provider classname="com.oracle.graal.phases.GraalOptions_ConditionalElimination"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
121 <provider classname="com.oracle.graal.phases.GraalOptions_CullFrameStates"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
122 <provider classname="com.oracle.graal.phases.GraalOptions_DeoptALot"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
123 <provider classname="com.oracle.graal.phases.GraalOptions_DeoptsToDisableOptimisticOptimization"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
124 <provider classname="com.oracle.graal.phases.GraalOptions_DynamicCompilePriority"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
125 <provider classname="com.oracle.graal.phases.GraalOptions_EscapeAnalysisHistogram"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
126 <provider classname="com.oracle.graal.phases.GraalOptions_EscapeAnalysisIterations"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
127 <provider classname="com.oracle.graal.phases.GraalOptions_EscapeAnalyzeOnly"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
128 <provider classname="com.oracle.graal.phases.GraalOptions_ExactFullUnrollMaxNodes"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
129 <provider classname="com.oracle.graal.phases.GraalOptions_ExitVMOnBailout"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
130 <provider classname="com.oracle.graal.phases.GraalOptions_ExitVMOnException"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
131 <provider classname="com.oracle.graal.phases.GraalOptions_FullUnroll"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
132 <provider classname="com.oracle.graal.phases.GraalOptions_FullUnrollMaxNodes"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
133 <provider classname="com.oracle.graal.phases.GraalOptions_GenAssertionCode"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
134 <provider classname="com.oracle.graal.phases.GraalOptions_GenLoopSafepoints"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
135 <provider classname="com.oracle.graal.phases.GraalOptions_GenSafepoints"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
136 <provider classname="com.oracle.graal.phases.GraalOptions_GraphCacheSize"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
137 <provider classname="com.oracle.graal.phases.GraalOptions_HotSpotPrintCompilation"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
138 <provider classname="com.oracle.graal.phases.GraalOptions_HotSpotPrintInlining"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
139 <provider classname="com.oracle.graal.phases.GraalOptions_InlineMegamorphicCalls"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
140 <provider classname="com.oracle.graal.phases.GraalOptions_InlineMonomorphicCalls"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
141 <provider classname="com.oracle.graal.phases.GraalOptions_InlinePolymorphicCalls"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
142 <provider classname="com.oracle.graal.phases.GraalOptions_InlineVTableStubs"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
143 <provider classname="com.oracle.graal.phases.GraalOptions_InstanceOfMaxHints"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
144 <provider classname="com.oracle.graal.phases.GraalOptions_InstanceOfMinHintHitProbability"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
145 <provider classname="com.oracle.graal.phases.GraalOptions_Intrinsify"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
146 <provider classname="com.oracle.graal.phases.GraalOptions_IntrinsifyAESMethods"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
147 <provider classname="com.oracle.graal.phases.GraalOptions_IntrinsifyArrayCopy"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
148 <provider classname="com.oracle.graal.phases.GraalOptions_IntrinsifyCallSiteTarget"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
149 <provider classname="com.oracle.graal.phases.GraalOptions_IntrinsifyClassMethods"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
150 <provider classname="com.oracle.graal.phases.GraalOptions_IntrinsifyInstalledCodeMethods"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
151 <provider classname="com.oracle.graal.phases.GraalOptions_IntrinsifyMathMethods"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
152 <provider classname="com.oracle.graal.phases.GraalOptions_IntrinsifyObjectClone"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
153 <provider classname="com.oracle.graal.phases.GraalOptions_IntrinsifyObjectMethods"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
154 <provider classname="com.oracle.graal.phases.GraalOptions_IntrinsifyReflectionMethods"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
155 <provider classname="com.oracle.graal.phases.GraalOptions_IntrinsifySystemMethods"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
156 <provider classname="com.oracle.graal.phases.GraalOptions_IntrinsifyThreadMethods"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
157 <provider classname="com.oracle.graal.phases.GraalOptions_IntrinsifyUnsafeMethods"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
158 <provider classname="com.oracle.graal.phases.GraalOptions_IterativeInlining"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
159 <provider classname="com.oracle.graal.phases.GraalOptions_LimitInlinedInvokes"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
160 <provider classname="com.oracle.graal.phases.GraalOptions_LoopMaxUnswitch"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
161 <provider classname="com.oracle.graal.phases.GraalOptions_LoopPeeling"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
162 <provider classname="com.oracle.graal.phases.GraalOptions_LoopUnswitch"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
163 <provider classname="com.oracle.graal.phases.GraalOptions_LoopUnswitchMaxIncrease"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
164 <provider classname="com.oracle.graal.phases.GraalOptions_LoopUnswitchUncertaintyBoost"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
165 <provider classname="com.oracle.graal.phases.GraalOptions_MatureExecutionsBranch"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
166 <provider classname="com.oracle.graal.phases.GraalOptions_MatureExecutionsPerSwitchCase"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
167 <provider classname="com.oracle.graal.phases.GraalOptions_MatureExecutionsTypeProfile"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
168 <provider classname="com.oracle.graal.phases.GraalOptions_MaximumDesiredSize"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
169 <provider classname="com.oracle.graal.phases.GraalOptions_MaximumEscapeAnalysisArrayLength"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
170 <provider classname="com.oracle.graal.phases.GraalOptions_MaximumInliningSize"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
171 <provider classname="com.oracle.graal.phases.GraalOptions_MaximumRecursiveInlining"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
172 <provider classname="com.oracle.graal.phases.GraalOptions_MegamorphicInliningMinMethodProbability"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
173 <provider classname="com.oracle.graal.phases.GraalOptions_MemoryAwareScheduling"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
174 <provider classname="com.oracle.graal.phases.GraalOptions_MinTableSwitchDensity"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
175 <provider classname="com.oracle.graal.phases.GraalOptions_MinimumJumpTableSize"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
176 <provider classname="com.oracle.graal.phases.GraalOptions_MinimumPeelProbability"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
177 <provider classname="com.oracle.graal.phases.GraalOptions_OmitHotExceptionStacktrace"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
178 <provider classname="com.oracle.graal.phases.GraalOptions_OptAssumptions"/>
9909
8fdee70e2e1f CanonicalizerPhase: add OptCanonicalizeReads option (adapt tests)
Bernhard Urban <bernhard.urban@jku.at>
parents: 9896
diff changeset
179 <provider classname="com.oracle.graal.phases.GraalOptions_OptCanonicalizeReads"/>
9864
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
180 <provider classname="com.oracle.graal.phases.GraalOptions_OptCanonicalizer"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
181 <provider classname="com.oracle.graal.phases.GraalOptions_OptConvertDeoptsToGuards"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
182 <provider classname="com.oracle.graal.phases.GraalOptions_OptDevirtualizeInvokesOptimistically"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
183 <provider classname="com.oracle.graal.phases.GraalOptions_OptEarlyReadElimination"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
184 <provider classname="com.oracle.graal.phases.GraalOptions_OptEliminateGuards"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
185 <provider classname="com.oracle.graal.phases.GraalOptions_OptEliminatePartiallyRedundantGuards"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
186 <provider classname="com.oracle.graal.phases.GraalOptions_OptEliminateSafepoints"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
187 <provider classname="com.oracle.graal.phases.GraalOptions_OptFilterProfiledTypes"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
188 <provider classname="com.oracle.graal.phases.GraalOptions_OptFloatingReads"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
189 <provider classname="com.oracle.graal.phases.GraalOptions_OptImplicitNullChecks"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
190 <provider classname="com.oracle.graal.phases.GraalOptions_OptLivenessAnalysis"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
191 <provider classname="com.oracle.graal.phases.GraalOptions_OptLoopTransform"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
192 <provider classname="com.oracle.graal.phases.GraalOptions_OptPushThroughPi"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
193 <provider classname="com.oracle.graal.phases.GraalOptions_OptReadElimination"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
194 <provider classname="com.oracle.graal.phases.GraalOptions_OptScheduleOutOfLoops"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
195 <provider classname="com.oracle.graal.phases.GraalOptions_OptTailDuplication"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
196 <provider classname="com.oracle.graal.phases.GraalOptions_PEAInliningHints"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
197 <provider classname="com.oracle.graal.phases.GraalOptions_PartialEscapeAnalysis"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
198 <provider classname="com.oracle.graal.phases.GraalOptions_PrintBailout"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
199 <provider classname="com.oracle.graal.phases.GraalOptions_PrintBinaryGraphPort"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
200 <provider classname="com.oracle.graal.phases.GraalOptions_PrintBinaryGraphs"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
201 <provider classname="com.oracle.graal.phases.GraalOptions_PrintCFG"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
202 <provider classname="com.oracle.graal.phases.GraalOptions_PrintCodeBytes"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
203 <provider classname="com.oracle.graal.phases.GraalOptions_PrintCompilation"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
204 <provider classname="com.oracle.graal.phases.GraalOptions_PrintFilter"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
205 <provider classname="com.oracle.graal.phases.GraalOptions_PrintGraphCache"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
206 <provider classname="com.oracle.graal.phases.GraalOptions_PrintIRWithLIR"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
207 <provider classname="com.oracle.graal.phases.GraalOptions_PrintIdealGraphAddress"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
208 <provider classname="com.oracle.graal.phases.GraalOptions_PrintIdealGraphFile"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
209 <provider classname="com.oracle.graal.phases.GraalOptions_PrintIdealGraphPort"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
210 <provider classname="com.oracle.graal.phases.GraalOptions_PrintProfilingInformation"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
211 <provider classname="com.oracle.graal.phases.GraalOptions_PrintStackTraceOnException"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
212 <provider classname="com.oracle.graal.phases.GraalOptions_RangeTestsSwitchDensity"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
213 <provider classname="com.oracle.graal.phases.GraalOptions_ReassociateInvariants"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
214 <provider classname="com.oracle.graal.phases.GraalOptions_RegisterPressure"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
215 <provider classname="com.oracle.graal.phases.GraalOptions_RelevanceCapForInlining"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
216 <provider classname="com.oracle.graal.phases.GraalOptions_RemoveNeverExecutedCode"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
217 <provider classname="com.oracle.graal.phases.GraalOptions_ResolveClassBeforeStaticInvoke"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
218 <provider classname="com.oracle.graal.phases.GraalOptions_SafepointPollOffset"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
219 <provider classname="com.oracle.graal.phases.GraalOptions_SmallCompiledLowLevelGraphSize"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
220 <provider classname="com.oracle.graal.phases.GraalOptions_SnippetCounters"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
221 <provider classname="com.oracle.graal.phases.GraalOptions_StackShadowPages"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
222 <provider classname="com.oracle.graal.phases.GraalOptions_SupportJsrBytecodes"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
223 <provider classname="com.oracle.graal.phases.GraalOptions_TailDuplicationProbability"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
224 <provider classname="com.oracle.graal.phases.GraalOptions_TailDuplicationTrivialSize"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
225 <provider classname="com.oracle.graal.phases.GraalOptions_TraceBytecodeParserLevel"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
226 <provider classname="com.oracle.graal.phases.GraalOptions_TraceEscapeAnalysis"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
227 <provider classname="com.oracle.graal.phases.GraalOptions_TraceLIRGeneratorLevel"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
228 <provider classname="com.oracle.graal.phases.GraalOptions_TraceLinearScanLevel"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
229 <provider classname="com.oracle.graal.phases.GraalOptions_TrivialInliningSize"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
230 <provider classname="com.oracle.graal.phases.GraalOptions_UseExceptionProbability"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
231 <provider classname="com.oracle.graal.phases.GraalOptions_UseExceptionProbabilityForOperations"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
232 <provider classname="com.oracle.graal.phases.GraalOptions_UseLoopLimitChecks"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
233 <provider classname="com.oracle.graal.phases.GraalOptions_UseProfilingInformation"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
234 <provider classname="com.oracle.graal.phases.GraalOptions_UseTypeCheckHints"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
235 <provider classname="com.oracle.graal.phases.GraalOptions_VerifyPhases"/>
063a712fe8d8 converted remaining options in GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
236 <provider classname="com.oracle.graal.phases.GraalOptions_ZapStackOnMethodEntry"/>
9855
6898d8995866 converted more options from GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9849
diff changeset
237 <provider classname="com.oracle.graal.phases.common.InliningPhase_AlwaysInlineIntrinsics"/>
6898d8995866 converted more options from GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9849
diff changeset
238 <provider classname="com.oracle.graal.phases.tiers.Suites_CompilerConfiguration"/>
9849
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
239 </service>
9246
ba3dfa9e36d8 Modified build-graal.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 9243
diff changeset
240 <service type="com.oracle.graal.phases.tiers.CompilerConfiguration">
ba3dfa9e36d8 Modified build-graal.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 9243
diff changeset
241 <provider classname="com.oracle.graal.compiler.phases.BasicCompilerConfiguration"/>
ba3dfa9e36d8 Modified build-graal.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 9243
diff changeset
242 </service>
9849
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
243 <service type="javax.annotation.processing.Processor">
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
244 <provider classname="com.oracle.graal.options.OptionProcessor"/>
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
245 </service>
9246
ba3dfa9e36d8 Modified build-graal.xml
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 9243
diff changeset
246 </jar>
8321
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
247 </target>
8890
a33b6378cb76 delete build/linux/shared/graal before compile in build-graal.xml to handle stale class files left behind after refactoring in Eclipse
Doug Simon <doug.simon@oracle.com>
parents: 8637
diff changeset
248 <target name="cleanclasses">
8321
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
249 <delete dir="${classes.dir}"/>
8890
a33b6378cb76 delete build/linux/shared/graal before compile in build-graal.xml to handle stale class files left behind after refactoring in Eclipse
Doug Simon <doug.simon@oracle.com>
parents: 8637
diff changeset
250 </target>
a33b6378cb76 delete build/linux/shared/graal before compile in build-graal.xml to handle stale class files left behind after refactoring in Eclipse
Doug Simon <doug.simon@oracle.com>
parents: 8637
diff changeset
251 <target depends="cleanclasses" name="clean">
a33b6378cb76 delete build/linux/shared/graal before compile in build-graal.xml to handle stale class files left behind after refactoring in Eclipse
Doug Simon <doug.simon@oracle.com>
parents: 8637
diff changeset
252 <delete file="${jar.file}"/>
8321
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
253 </target>
3d840eec7f2b Build-graal needs to be versioned for non mx builds.
Christian Humer <christian.humer@gmail.com>
parents:
diff changeset
254 </project>