annotate src/share/vm/includeDB_compiler1 @ 452:00b023ae2d78

6722113: CMS: Incorrect overflow handling during precleaning of Reference lists Summary: When we encounter marking stack overflow during precleaning of Reference lists, we were using the overflow list mechanism, which can cause problems on account of mutating the mark word of the header because of conflicts with mutator accesses and updates of that field. Instead we should use the usual mechanism for overflow handling in concurrent phases, namely dirtying of the card on which the overflowed object lies. Since precleaning effectively does a form of discovered list processing, albeit with discovery enabled, we needed to adjust some code to be correct in the face of interleaved processing and discovery. Reviewed-by: apetrusenko, jcoomes
author ysr
date Thu, 20 Nov 2008 12:27:41 -0800
parents f8199438385b
children a134d9824964
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1 //
196
d1605aabd0a1 6719955: Update copyright year
xdono
parents: 100
diff changeset
2 // Copyright 1999-2008 Sun Microsystems, Inc. All Rights Reserved.
0
a61af66fc99e Initial load
duke
parents:
diff changeset
3 // DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
a61af66fc99e Initial load
duke
parents:
diff changeset
4 //
a61af66fc99e Initial load
duke
parents:
diff changeset
5 // This code is free software; you can redistribute it and/or modify it
a61af66fc99e Initial load
duke
parents:
diff changeset
6 // under the terms of the GNU General Public License version 2 only, as
a61af66fc99e Initial load
duke
parents:
diff changeset
7 // published by the Free Software Foundation.
a61af66fc99e Initial load
duke
parents:
diff changeset
8 //
a61af66fc99e Initial load
duke
parents:
diff changeset
9 // This code is distributed in the hope that it will be useful, but WITHOUT
a61af66fc99e Initial load
duke
parents:
diff changeset
10 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
a61af66fc99e Initial load
duke
parents:
diff changeset
11 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
a61af66fc99e Initial load
duke
parents:
diff changeset
12 // version 2 for more details (a copy is included in the LICENSE file that
a61af66fc99e Initial load
duke
parents:
diff changeset
13 // accompanied this code).
a61af66fc99e Initial load
duke
parents:
diff changeset
14 //
a61af66fc99e Initial load
duke
parents:
diff changeset
15 // You should have received a copy of the GNU General Public License version
a61af66fc99e Initial load
duke
parents:
diff changeset
16 // 2 along with this work; if not, write to the Free Software Foundation,
a61af66fc99e Initial load
duke
parents:
diff changeset
17 // Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
a61af66fc99e Initial load
duke
parents:
diff changeset
18 //
a61af66fc99e Initial load
duke
parents:
diff changeset
19 // Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
a61af66fc99e Initial load
duke
parents:
diff changeset
20 // CA 95054 USA or visit www.sun.com if you need additional information or
a61af66fc99e Initial load
duke
parents:
diff changeset
21 // have any questions.
a61af66fc99e Initial load
duke
parents:
diff changeset
22 //
a61af66fc99e Initial load
duke
parents:
diff changeset
23 //
a61af66fc99e Initial load
duke
parents:
diff changeset
24
a61af66fc99e Initial load
duke
parents:
diff changeset
25 // NOTE: DO NOT CHANGE THIS COPYRIGHT TO NEW STYLE - IT WILL BREAK makeDeps!
a61af66fc99e Initial load
duke
parents:
diff changeset
26
a61af66fc99e Initial load
duke
parents:
diff changeset
27 allocation.hpp c1_globals.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
28
a61af66fc99e Initial load
duke
parents:
diff changeset
29 c1_CFGPrinter.cpp c1_CFGPrinter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
30 c1_CFGPrinter.cpp c1_IR.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
31 c1_CFGPrinter.cpp c1_InstructionPrinter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
32 c1_CFGPrinter.cpp c1_LIR.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
33 c1_CFGPrinter.cpp c1_LinearScan.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
34 c1_CFGPrinter.cpp c1_ValueStack.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
35
a61af66fc99e Initial load
duke
parents:
diff changeset
36 c1_CFGPrinter.hpp c1_Compilation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
37 c1_CFGPrinter.hpp c1_Instruction.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
38
342
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
39 cardTableModRefBS.cpp c1_LIR.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
40 cardTableModRefBS.cpp c1_LIRGenerator.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
41
0
a61af66fc99e Initial load
duke
parents:
diff changeset
42 c1_Canonicalizer.cpp c1_Canonicalizer.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
43 c1_Canonicalizer.cpp c1_InstructionPrinter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
44 c1_Canonicalizer.cpp ciArray.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
45 c1_Canonicalizer.cpp sharedRuntime.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
46
a61af66fc99e Initial load
duke
parents:
diff changeset
47 c1_Canonicalizer.hpp c1_Instruction.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
48
a61af66fc99e Initial load
duke
parents:
diff changeset
49 c1_CodeStubs.hpp array.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
50 c1_CodeStubs.hpp c1_FrameMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
51 c1_CodeStubs.hpp c1_IR.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
52 c1_CodeStubs.hpp c1_Instruction.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
53 c1_CodeStubs.hpp c1_LIR.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
54 c1_CodeStubs.hpp c1_Runtime1.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
55
a61af66fc99e Initial load
duke
parents:
diff changeset
56 c1_CodeStubs_<arch>.cpp c1_CodeStubs.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
57 c1_CodeStubs_<arch>.cpp c1_FrameMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
58 c1_CodeStubs_<arch>.cpp c1_LIRAssembler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
59 c1_CodeStubs_<arch>.cpp c1_MacroAssembler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
60 c1_CodeStubs_<arch>.cpp c1_Runtime1.hpp
342
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
61 c1_CodeStubs_<arch>.cpp g1SATBCardTableModRefBS.hpp
0
a61af66fc99e Initial load
duke
parents:
diff changeset
62 c1_CodeStubs_<arch>.cpp nativeInst_<arch>.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
63 c1_CodeStubs_<arch>.cpp sharedRuntime.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
64 c1_CodeStubs_<arch>.cpp vmreg_<arch>.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
65
a61af66fc99e Initial load
duke
parents:
diff changeset
66 c1_Compilation.cpp c1_CFGPrinter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
67 c1_Compilation.cpp c1_Compilation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
68 c1_Compilation.cpp c1_IR.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
69 c1_Compilation.cpp c1_LIRAssembler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
70 c1_Compilation.cpp c1_LinearScan.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
71 c1_Compilation.cpp c1_MacroAssembler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
72 c1_Compilation.cpp c1_ValueMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
73 c1_Compilation.cpp c1_ValueStack.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
74 c1_Compilation.cpp ciEnv.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
75 c1_Compilation.cpp debugInfoRec.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
76 c1_Compilation.hpp exceptionHandlerTable.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
77 c1_Compilation.hpp resourceArea.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
78
a61af66fc99e Initial load
duke
parents:
diff changeset
79 c1_Compiler.cpp allocation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
80 c1_Compiler.cpp allocation.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
81 c1_Compiler.cpp arguments.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
82 c1_Compiler.cpp c1_Compilation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
83 c1_Compiler.cpp c1_Compiler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
84 c1_Compiler.cpp c1_FrameMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
85 c1_Compiler.cpp c1_MacroAssembler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
86 c1_Compiler.cpp c1_Runtime1.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
87 c1_Compiler.cpp c1_ValueType.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
88 c1_Compiler.cpp compileBroker.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
89 c1_Compiler.cpp compilerOracle.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
90 c1_Compiler.cpp interfaceSupport.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
91 c1_Compiler.cpp linkResolver.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
92 c1_Compiler.cpp nativeLookup.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
93 c1_Compiler.cpp resourceArea.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
94 c1_Compiler.cpp sharedRuntime.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
95
a61af66fc99e Initial load
duke
parents:
diff changeset
96 c1_Compiler.hpp abstractCompiler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
97
a61af66fc99e Initial load
duke
parents:
diff changeset
98 c1_Defs.cpp c1_Defs.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
99
a61af66fc99e Initial load
duke
parents:
diff changeset
100 c1_Defs.hpp globalDefinitions.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
101 c1_Defs.hpp register_<arch>.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
102
a61af66fc99e Initial load
duke
parents:
diff changeset
103 c1_Defs_<arch>.hpp generate_platform_dependent_include
a61af66fc99e Initial load
duke
parents:
diff changeset
104
a61af66fc99e Initial load
duke
parents:
diff changeset
105 c1_FpuStackSim.hpp allocation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
106 c1_FpuStackSim.hpp c1_FrameMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
107
a61af66fc99e Initial load
duke
parents:
diff changeset
108 c1_FpuStackSim_<arch>.cpp array.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
109 c1_FpuStackSim_<arch>.cpp c1_FpuStackSim.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
110 c1_FpuStackSim_<arch>.cpp c1_FrameMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
111 c1_FpuStackSim_<arch>.cpp ostream.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
112
a61af66fc99e Initial load
duke
parents:
diff changeset
113 c1_FpuStackSim_<arch>.hpp generate_platform_dependent_include
a61af66fc99e Initial load
duke
parents:
diff changeset
114
a61af66fc99e Initial load
duke
parents:
diff changeset
115 c1_FrameMap.cpp c1_FrameMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
116 c1_FrameMap.cpp c1_LIR.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
117 c1_FrameMap.cpp sharedRuntime.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
118 c1_FrameMap.cpp vmreg_<arch>.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
119
a61af66fc99e Initial load
duke
parents:
diff changeset
120 c1_FrameMap.hpp allocation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
121 c1_FrameMap.hpp assembler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
122 c1_FrameMap.hpp c1_Defs.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
123 c1_FrameMap.hpp c1_LIR.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
124 c1_FrameMap.hpp frame.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
125 c1_FrameMap.hpp globalDefinitions.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
126 c1_FrameMap.hpp synchronizer.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
127 c1_FrameMap.hpp vmreg.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
128
a61af66fc99e Initial load
duke
parents:
diff changeset
129 c1_FrameMap_<arch>.cpp c1_FrameMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
130 c1_FrameMap_<arch>.cpp c1_LIR.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
131 c1_FrameMap_<arch>.cpp sharedRuntime.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
132 c1_FrameMap_<arch>.cpp vmreg_<arch>.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
133
a61af66fc99e Initial load
duke
parents:
diff changeset
134 c1_FrameMap_<arch>.hpp generate_platform_dependent_include
a61af66fc99e Initial load
duke
parents:
diff changeset
135
a61af66fc99e Initial load
duke
parents:
diff changeset
136 c1_globals.cpp c1_globals.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
137
a61af66fc99e Initial load
duke
parents:
diff changeset
138 c1_globals.hpp c1_globals_<arch>.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
139 c1_globals.hpp c1_globals_<os_family>.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
140 c1_globals.hpp globals.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
141
a61af66fc99e Initial load
duke
parents:
diff changeset
142 c1_globals_<arch>.hpp globalDefinitions.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
143 c1_globals_<arch>.hpp macros.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
144
a61af66fc99e Initial load
duke
parents:
diff changeset
145 c1_globals_<os_family>.hpp globalDefinitions.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
146 c1_globals_<os_family>.hpp macros.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
147
342
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
148 c1_GraphBuilder.cpp bitMap.inline.hpp
0
a61af66fc99e Initial load
duke
parents:
diff changeset
149 c1_GraphBuilder.cpp bytecode.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
150 c1_GraphBuilder.cpp c1_CFGPrinter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
151 c1_GraphBuilder.cpp c1_Canonicalizer.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
152 c1_GraphBuilder.cpp c1_Compilation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
153 c1_GraphBuilder.cpp c1_GraphBuilder.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
154 c1_GraphBuilder.cpp c1_InstructionPrinter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
155 c1_GraphBuilder.cpp ciField.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
156 c1_GraphBuilder.cpp ciKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
157 c1_GraphBuilder.cpp sharedRuntime.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
158
a61af66fc99e Initial load
duke
parents:
diff changeset
159 c1_GraphBuilder.hpp c1_IR.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
160 c1_GraphBuilder.hpp c1_Instruction.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
161 c1_GraphBuilder.hpp c1_ValueMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
162 c1_GraphBuilder.hpp c1_ValueStack.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
163 c1_GraphBuilder.hpp ciMethodData.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
164 c1_GraphBuilder.hpp ciStreams.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
165
342
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
166 c1_IR.cpp bitMap.inline.hpp
0
a61af66fc99e Initial load
duke
parents:
diff changeset
167 c1_IR.cpp c1_Compilation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
168 c1_IR.cpp c1_FrameMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
169 c1_IR.cpp c1_GraphBuilder.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
170 c1_IR.cpp c1_IR.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
171 c1_IR.cpp c1_InstructionPrinter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
172 c1_IR.cpp c1_Optimizer.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
173
a61af66fc99e Initial load
duke
parents:
diff changeset
174 c1_IR.hpp allocation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
175 c1_IR.hpp c1_Instruction.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
176 c1_IR.hpp ciExceptionHandler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
177 c1_IR.hpp ciMethod.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
178 c1_IR.hpp ciStreams.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
179
a61af66fc99e Initial load
duke
parents:
diff changeset
180 c1_Instruction.cpp c1_IR.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
181 c1_Instruction.cpp c1_Instruction.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
182 c1_Instruction.cpp c1_InstructionPrinter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
183 c1_Instruction.cpp c1_ValueStack.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
184 c1_Instruction.cpp ciObjArrayKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
185 c1_Instruction.cpp ciTypeArrayKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
186
a61af66fc99e Initial load
duke
parents:
diff changeset
187 c1_Instruction.hpp c1_Compilation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
188 c1_Instruction.hpp c1_LIR.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
189 c1_Instruction.hpp c1_ValueType.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
190 c1_Instruction.hpp ciField.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
191
a61af66fc99e Initial load
duke
parents:
diff changeset
192 c1_InstructionPrinter.cpp c1_InstructionPrinter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
193 c1_InstructionPrinter.cpp c1_ValueStack.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
194 c1_InstructionPrinter.cpp ciArray.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
195 c1_InstructionPrinter.cpp ciInstance.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
196 c1_InstructionPrinter.cpp ciObject.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
197
a61af66fc99e Initial load
duke
parents:
diff changeset
198 c1_InstructionPrinter.hpp c1_IR.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
199 c1_InstructionPrinter.hpp c1_Instruction.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
200 c1_InstructionPrinter.hpp c1_Runtime1.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
201
a61af66fc99e Initial load
duke
parents:
diff changeset
202 c1_LIR.cpp c1_InstructionPrinter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
203 c1_LIR.cpp c1_LIR.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
204 c1_LIR.cpp c1_LIRAssembler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
205 c1_LIR.cpp ciInstance.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
206 c1_LIR.cpp sharedRuntime.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
207
a61af66fc99e Initial load
duke
parents:
diff changeset
208 c1_LIR.hpp c1_ValueType.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
209
a61af66fc99e Initial load
duke
parents:
diff changeset
210 c1_LIRAssembler.cpp c1_Compilation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
211 c1_LIRAssembler.cpp c1_Instruction.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
212 c1_LIRAssembler.cpp c1_InstructionPrinter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
213 c1_LIRAssembler.cpp c1_LIRAssembler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
214 c1_LIRAssembler.cpp c1_MacroAssembler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
215 c1_LIRAssembler.cpp c1_ValueStack.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
216 c1_LIRAssembler.cpp ciInstance.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
217 c1_LIRAssembler.cpp nativeInst_<arch>.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
218 c1_LIRAssembler.cpp vmreg_<arch>.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
219
a61af66fc99e Initial load
duke
parents:
diff changeset
220 c1_LIRAssembler.hpp c1_CodeStubs.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
221 c1_LIRAssembler.hpp ciMethodData.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
222 c1_LIRAssembler.hpp methodDataOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
223 c1_LIRAssembler.hpp top.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
224
a61af66fc99e Initial load
duke
parents:
diff changeset
225 c1_LIRAssembler_<arch>.cpp barrierSet.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
226 c1_LIRAssembler_<arch>.cpp c1_Compilation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
227 c1_LIRAssembler_<arch>.cpp c1_LIRAssembler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
228 c1_LIRAssembler_<arch>.cpp c1_MacroAssembler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
229 c1_LIRAssembler_<arch>.cpp c1_Runtime1.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
230 c1_LIRAssembler_<arch>.cpp c1_ValueStack.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
231 c1_LIRAssembler_<arch>.cpp cardTableModRefBS.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
232 c1_LIRAssembler_<arch>.cpp ciArrayKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
233 c1_LIRAssembler_<arch>.cpp ciInstance.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
234 c1_LIRAssembler_<arch>.cpp collectedHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
235 c1_LIRAssembler_<arch>.cpp nativeInst_<arch>.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
236 c1_LIRAssembler_<arch>.cpp objArrayKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
237 c1_LIRAssembler_<arch>.cpp sharedRuntime.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
238
a61af66fc99e Initial load
duke
parents:
diff changeset
239 c1_LIRAssembler_<arch>.hpp generate_platform_dependent_include
a61af66fc99e Initial load
duke
parents:
diff changeset
240
342
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
241 c1_LIRGenerator.cpp bitMap.inline.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
242 c1_LIRGenerator.cpp c1_Compilation.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
243 c1_LIRGenerator.cpp c1_FrameMap.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
244 c1_LIRGenerator.cpp c1_Instruction.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
245 c1_LIRGenerator.cpp c1_LIRAssembler.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
246 c1_LIRGenerator.cpp c1_LIRGenerator.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
247 c1_LIRGenerator.cpp c1_ValueStack.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
248 c1_LIRGenerator.cpp ciArrayKlass.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
249 c1_LIRGenerator.cpp ciInstance.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
250 c1_LIRGenerator.cpp heapRegion.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
251 c1_LIRGenerator.cpp sharedRuntime.hpp
0
a61af66fc99e Initial load
duke
parents:
diff changeset
252
342
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
253 c1_LIRGenerator.hpp c1_Instruction.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
254 c1_LIRGenerator.hpp c1_LIR.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
255 c1_LIRGenerator.hpp ciMethodData.hpp
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
256 c1_LIRGenerator.hpp sizes.hpp
0
a61af66fc99e Initial load
duke
parents:
diff changeset
257
a61af66fc99e Initial load
duke
parents:
diff changeset
258 c1_LIRGenerator_<arch>.cpp c1_Compilation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
259 c1_LIRGenerator_<arch>.cpp c1_FrameMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
260 c1_LIRGenerator_<arch>.cpp c1_Instruction.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
261 c1_LIRGenerator_<arch>.cpp c1_LIRAssembler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
262 c1_LIRGenerator_<arch>.cpp c1_LIRGenerator.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
263 c1_LIRGenerator_<arch>.cpp c1_Runtime1.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
264 c1_LIRGenerator_<arch>.cpp c1_ValueStack.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
265 c1_LIRGenerator_<arch>.cpp ciArray.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
266 c1_LIRGenerator_<arch>.cpp ciObjArrayKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
267 c1_LIRGenerator_<arch>.cpp ciTypeArrayKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
268 c1_LIRGenerator_<arch>.cpp sharedRuntime.hpp
304
dc7f315e41f7 5108146: Merge i486 and amd64 cpu directories
never
parents: 196
diff changeset
269 c1_LIRGenerator_<arch>.cpp vmreg_<arch>.inline.hpp
0
a61af66fc99e Initial load
duke
parents:
diff changeset
270
342
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
271 c1_LinearScan.cpp bitMap.inline.hpp
0
a61af66fc99e Initial load
duke
parents:
diff changeset
272 c1_LinearScan.cpp c1_CFGPrinter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
273 c1_LinearScan.cpp c1_Compilation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
274 c1_LinearScan.cpp c1_FrameMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
275 c1_LinearScan.cpp c1_IR.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
276 c1_LinearScan.cpp c1_LIRGenerator.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
277 c1_LinearScan.cpp c1_LinearScan.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
278 c1_LinearScan.cpp c1_ValueStack.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
279 c1_LinearScan.cpp vmreg_<arch>.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
280
a61af66fc99e Initial load
duke
parents:
diff changeset
281 c1_LinearScan.hpp c1_FpuStackSim.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
282 c1_LinearScan.hpp c1_FrameMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
283 c1_LinearScan.hpp c1_IR.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
284 c1_LinearScan.hpp c1_Instruction.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
285 c1_LinearScan.hpp c1_LIR.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
286 c1_LinearScan.hpp c1_LIRGenerator.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
287
342
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
288 c1_LinearScan_<arch>.cpp bitMap.inline.hpp
0
a61af66fc99e Initial load
duke
parents:
diff changeset
289 c1_LinearScan_<arch>.cpp c1_Instruction.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
290 c1_LinearScan_<arch>.cpp c1_LinearScan.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
291
a61af66fc99e Initial load
duke
parents:
diff changeset
292 c1_LinearScan_<arch>.hpp generate_platform_dependent_include
a61af66fc99e Initial load
duke
parents:
diff changeset
293
a61af66fc99e Initial load
duke
parents:
diff changeset
294 c1_MacroAssembler.hpp assembler.hpp
304
dc7f315e41f7 5108146: Merge i486 and amd64 cpu directories
never
parents: 196
diff changeset
295 c1_MacroAssembler.hpp assembler_<arch>.inline.hpp
0
a61af66fc99e Initial load
duke
parents:
diff changeset
296
a61af66fc99e Initial load
duke
parents:
diff changeset
297 c1_MacroAssembler_<arch>.cpp arrayOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
298 c1_MacroAssembler_<arch>.cpp biasedLocking.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
299 c1_MacroAssembler_<arch>.cpp c1_MacroAssembler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
300 c1_MacroAssembler_<arch>.cpp c1_Runtime1.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
301 c1_MacroAssembler_<arch>.cpp collectedHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
302 c1_MacroAssembler_<arch>.cpp interpreter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
303 c1_MacroAssembler_<arch>.cpp markOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
304 c1_MacroAssembler_<arch>.cpp os.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
305 c1_MacroAssembler_<arch>.cpp stubRoutines.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
306 c1_MacroAssembler_<arch>.cpp synchronizer.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
307 c1_MacroAssembler_<arch>.cpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
308
a61af66fc99e Initial load
duke
parents:
diff changeset
309 c1_MacroAssembler_<arch>.hpp generate_platform_dependent_include
a61af66fc99e Initial load
duke
parents:
diff changeset
310
342
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
311 c1_Optimizer.cpp bitMap.inline.hpp
0
a61af66fc99e Initial load
duke
parents:
diff changeset
312 c1_Optimizer.cpp c1_Canonicalizer.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
313 c1_Optimizer.cpp c1_Optimizer.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
314 c1_Optimizer.cpp c1_ValueMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
315 c1_Optimizer.cpp c1_ValueSet.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
316 c1_Optimizer.cpp c1_ValueStack.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
317
a61af66fc99e Initial load
duke
parents:
diff changeset
318 c1_Optimizer.hpp allocation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
319 c1_Optimizer.hpp c1_IR.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
320 c1_Optimizer.hpp c1_Instruction.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
321
a61af66fc99e Initial load
duke
parents:
diff changeset
322 c1_Runtime1.cpp allocation.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
323 c1_Runtime1.cpp barrierSet.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
324 c1_Runtime1.cpp biasedLocking.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
325 c1_Runtime1.cpp bytecode.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
326 c1_Runtime1.cpp c1_CodeStubs.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
327 c1_Runtime1.cpp c1_Defs.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
328 c1_Runtime1.cpp c1_FrameMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
329 c1_Runtime1.cpp c1_LIRAssembler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
330 c1_Runtime1.cpp c1_MacroAssembler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
331 c1_Runtime1.cpp c1_Runtime1.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
332 c1_Runtime1.cpp codeBlob.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
333 c1_Runtime1.cpp codeBuffer.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
334 c1_Runtime1.cpp collectedHeap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
335 c1_Runtime1.cpp compilationPolicy.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
336 c1_Runtime1.cpp compiledIC.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
337 c1_Runtime1.cpp copy.hpp
100
c7c777385a15 6667042: PrintAssembly option does not work without special plugin
jrose
parents: 0
diff changeset
338 c1_Runtime1.cpp disassembler.hpp
0
a61af66fc99e Initial load
duke
parents:
diff changeset
339 c1_Runtime1.cpp events.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
340 c1_Runtime1.cpp interfaceSupport.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
341 c1_Runtime1.cpp interpreter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
342 c1_Runtime1.cpp javaCalls.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
343 c1_Runtime1.cpp objArrayKlass.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
344 c1_Runtime1.cpp oop.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
345 c1_Runtime1.cpp oopFactory.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
346 c1_Runtime1.cpp pcDesc.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
347 c1_Runtime1.cpp resourceArea.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
348 c1_Runtime1.cpp scopeDesc.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
349 c1_Runtime1.cpp sharedRuntime.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
350 c1_Runtime1.cpp systemDictionary.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
351 c1_Runtime1.cpp threadCritical.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
352 c1_Runtime1.cpp vframe.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
353 c1_Runtime1.cpp vframeArray.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
354 c1_Runtime1.cpp vmSymbols.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
355 c1_Runtime1.cpp vtableStubs.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
356
a61af66fc99e Initial load
duke
parents:
diff changeset
357 c1_Runtime1.hpp allocation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
358 c1_Runtime1.hpp c1_FrameMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
359 c1_Runtime1.hpp deoptimization.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
360 c1_Runtime1.hpp interpreter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
361 c1_Runtime1.hpp stubs.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
362
a61af66fc99e Initial load
duke
parents:
diff changeset
363 c1_Runtime1_<arch>.cpp c1_Defs.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
364 c1_Runtime1_<arch>.cpp c1_MacroAssembler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
365 c1_Runtime1_<arch>.cpp c1_Runtime1.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
366 c1_Runtime1_<arch>.cpp compiledICHolderOop.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
367 c1_Runtime1_<arch>.cpp interpreter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
368 c1_Runtime1_<arch>.cpp jvmtiExport.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
369 c1_Runtime1_<arch>.cpp nativeInst_<arch>.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
370 c1_Runtime1_<arch>.cpp oop.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
371 c1_Runtime1_<arch>.cpp register_<arch>.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
372 c1_Runtime1_<arch>.cpp sharedRuntime.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
373 c1_Runtime1_<arch>.cpp signature.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
374 c1_Runtime1_<arch>.cpp vframeArray.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
375 c1_Runtime1_<arch>.cpp vmreg_<arch>.inline.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
376
342
37f87013dfd8 6711316: Open source the Garbage-First garbage collector
ysr
parents: 100
diff changeset
377 c1_ValueMap.cpp bitMap.inline.hpp
0
a61af66fc99e Initial load
duke
parents:
diff changeset
378 c1_ValueMap.cpp c1_Canonicalizer.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
379 c1_ValueMap.cpp c1_IR.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
380 c1_ValueMap.cpp c1_ValueMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
381
a61af66fc99e Initial load
duke
parents:
diff changeset
382 c1_ValueMap.hpp allocation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
383 c1_ValueMap.hpp c1_Instruction.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
384 c1_ValueMap.hpp c1_ValueSet.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
385
a61af66fc99e Initial load
duke
parents:
diff changeset
386 c1_ValueSet.cpp c1_ValueSet.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
387
a61af66fc99e Initial load
duke
parents:
diff changeset
388 c1_ValueSet.hpp allocation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
389 c1_ValueSet.hpp bitMap.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
390 c1_ValueSet.hpp c1_Instruction.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
391
a61af66fc99e Initial load
duke
parents:
diff changeset
392 c1_ValueStack.cpp c1_IR.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
393 c1_ValueStack.cpp c1_InstructionPrinter.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
394 c1_ValueStack.cpp c1_ValueStack.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
395
a61af66fc99e Initial load
duke
parents:
diff changeset
396 c1_ValueStack.hpp c1_Instruction.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
397 c1_ValueType.cpp c1_ValueType.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
398 c1_ValueType.cpp ciArray.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
399 c1_ValueType.cpp ciInstance.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
400 c1_ValueType.cpp ciNullObject.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
401
a61af66fc99e Initial load
duke
parents:
diff changeset
402 c1_ValueType.hpp c1_Compilation.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
403 c1_ValueType.hpp ciConstant.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
404
a61af66fc99e Initial load
duke
parents:
diff changeset
405 ciEnv.cpp c1_Runtime1.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
406
a61af66fc99e Initial load
duke
parents:
diff changeset
407 codeBlob.cpp c1_Runtime1.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
408
a61af66fc99e Initial load
duke
parents:
diff changeset
409 compileBroker.cpp c1_Compiler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
410
a61af66fc99e Initial load
duke
parents:
diff changeset
411 frame.hpp c1_Defs.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
412
a61af66fc99e Initial load
duke
parents:
diff changeset
413 frame_<arch>.cpp c1_Runtime1.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
414
a61af66fc99e Initial load
duke
parents:
diff changeset
415 globals.cpp c1_globals.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
416
a61af66fc99e Initial load
duke
parents:
diff changeset
417 globals.hpp c1_globals_<arch>.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
418 globals.hpp c1_globals_<os_family>.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
419
a61af66fc99e Initial load
duke
parents:
diff changeset
420 instanceKlass.cpp c1_Compiler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
421
a61af66fc99e Initial load
duke
parents:
diff changeset
422 interpreter_<arch_model>.cpp c1_Runtime1.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
423
a61af66fc99e Initial load
duke
parents:
diff changeset
424 java.cpp c1_Compiler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
425 java.cpp c1_Runtime1.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
426
a61af66fc99e Initial load
duke
parents:
diff changeset
427 nativeInst_<arch>.cpp c1_Runtime1.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
428
a61af66fc99e Initial load
duke
parents:
diff changeset
429 oopMap.cpp c1_Defs.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
430
a61af66fc99e Initial load
duke
parents:
diff changeset
431 os_<os_family>.cpp c1_Runtime1.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
432
a61af66fc99e Initial load
duke
parents:
diff changeset
433 os_<os_arch>.cpp c1_Runtime1.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
434
a61af66fc99e Initial load
duke
parents:
diff changeset
435 registerMap.hpp c1_Defs.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
436
a61af66fc99e Initial load
duke
parents:
diff changeset
437 safepoint.cpp c1_globals.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
438
a61af66fc99e Initial load
duke
parents:
diff changeset
439 sharedRuntime.cpp c1_Runtime1.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
440
a61af66fc99e Initial load
duke
parents:
diff changeset
441 sharedRuntime_<arch_model>.cpp c1_Runtime1.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
442
a61af66fc99e Initial load
duke
parents:
diff changeset
443 thread.cpp c1_Compiler.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
444
a61af66fc99e Initial load
duke
parents:
diff changeset
445 top.hpp c1_globals.hpp
a61af66fc99e Initial load
duke
parents:
diff changeset
446
a61af66fc99e Initial load
duke
parents:
diff changeset
447 vmStructs.hpp c1_Runtime1.hpp