author | kbarrett |
Tue, 21 Apr 2015 10:29:35 -0400 | |
changeset 30274 | 0942042b7d7c |
parent 30261 | faa43d41b739 |
child 30275 | 41fef3a62cc8 |
permissions | -rw-r--r-- |
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
1 |
/* |
29081
c61eb4914428
8072911: Remove includes of oop.inline.hpp from .hpp files
stefank
parents:
27904
diff
changeset
|
2 |
* Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved. |
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
3 |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
4 |
* |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
5 |
* This code is free software; you can redistribute it and/or modify it |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
6 |
* under the terms of the GNU General Public License version 2 only, as |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
7 |
* published by the Free Software Foundation. |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
8 |
* |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
9 |
* This code is distributed in the hope that it will be useful, but WITHOUT |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
10 |
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
11 |
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
12 |
* version 2 for more details (a copy is included in the LICENSE file that |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
13 |
* accompanied this code). |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
14 |
* |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
15 |
* You should have received a copy of the GNU General Public License version |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
16 |
* 2 along with this work; if not, write to the Free Software Foundation, |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
17 |
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
18 |
* |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
19 |
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
20 |
* or visit www.oracle.com if you need additional information or have any |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
21 |
* questions. |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
22 |
* |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
23 |
*/ |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
24 |
|
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
25 |
// Precompiled headers are turned off for Sun Studion, |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
26 |
// or if the user passes USE_PRECOMPILED_HEADER=0 to the makefiles. |
15482
470d0b0c09f1
8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS
jprovino
parents:
13728
diff
changeset
|
27 |
|
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
28 |
#ifndef DONT_USE_PRECOMPILED_HEADER |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
29 |
# include "asm/assembler.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
30 |
# include "asm/assembler.inline.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
31 |
# include "asm/codeBuffer.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
32 |
# include "asm/register.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
33 |
# include "ci/ciArray.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
34 |
# include "ci/ciArrayKlass.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
35 |
# include "ci/ciClassList.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
36 |
# include "ci/ciConstant.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
37 |
# include "ci/ciConstantPoolCache.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
38 |
# include "ci/ciEnv.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
39 |
# include "ci/ciExceptionHandler.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
40 |
# include "ci/ciField.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
41 |
# include "ci/ciFlags.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
42 |
# include "ci/ciInstance.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
43 |
# include "ci/ciInstanceKlass.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
44 |
# include "ci/ciKlass.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
45 |
# include "ci/ciMethod.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
46 |
# include "ci/ciNullObject.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
47 |
# include "ci/ciObjArrayKlass.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
48 |
# include "ci/ciObject.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
49 |
# include "ci/ciObjectFactory.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
50 |
# include "ci/ciSignature.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
51 |
# include "ci/ciStreams.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
52 |
# include "ci/ciSymbol.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
53 |
# include "ci/ciType.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
54 |
# include "ci/ciTypeArrayKlass.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
55 |
# include "ci/ciUtilities.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
56 |
# include "ci/compilerInterface.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
57 |
# include "classfile/classFileParser.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
58 |
# include "classfile/classFileStream.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
59 |
# include "classfile/classLoader.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
60 |
# include "classfile/javaClasses.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
61 |
# include "classfile/symbolTable.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
62 |
# include "classfile/systemDictionary.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
63 |
# include "classfile/vmSymbols.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
64 |
# include "code/codeBlob.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
65 |
# include "code/codeCache.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
66 |
# include "code/compressedStream.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
67 |
# include "code/debugInfo.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
68 |
# include "code/debugInfoRec.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
69 |
# include "code/dependencies.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
70 |
# include "code/exceptionHandlerTable.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
71 |
# include "code/jvmticmlr.h" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
72 |
# include "code/location.hpp" |
25715
d5a8dbdc5150
8049325: Introduce and clean up umbrella headers for the files in the cpu subdirectories.
goetz
parents:
24487
diff
changeset
|
73 |
# include "code/nativeInst.hpp" |
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
74 |
# include "code/nmethod.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
75 |
# include "code/oopRecorder.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
76 |
# include "code/pcDesc.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
77 |
# include "code/relocInfo.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
78 |
# include "code/stubs.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
79 |
# include "code/vmreg.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
80 |
# include "compiler/disassembler.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
81 |
# include "compiler/methodLiveness.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
82 |
# include "compiler/oopMap.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
83 |
# include "gc_implementation/shared/adaptiveSizePolicy.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
84 |
# include "gc_implementation/shared/ageTable.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
85 |
# include "gc_implementation/shared/allocationStats.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
86 |
# include "gc_implementation/shared/cSpaceCounters.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
87 |
# include "gc_implementation/shared/collectorCounters.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
88 |
# include "gc_implementation/shared/gSpaceCounters.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
89 |
# include "gc_implementation/shared/gcStats.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
90 |
# include "gc_implementation/shared/gcUtil.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
91 |
# include "gc_implementation/shared/generationCounters.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
92 |
# include "gc_implementation/shared/immutableSpace.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
93 |
# include "gc_implementation/shared/mutableSpace.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
94 |
# include "gc_implementation/shared/spaceCounters.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
95 |
# include "gc_implementation/shared/spaceDecorator.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
96 |
# include "gc_interface/collectedHeap.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
97 |
# include "gc_interface/gcCause.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
98 |
# include "interpreter/abstractInterpreter.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
99 |
# include "interpreter/bytecode.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
100 |
# include "interpreter/bytecodeHistogram.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
101 |
# include "interpreter/bytecodeInterpreter.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
102 |
# include "interpreter/bytecodeInterpreter.inline.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
103 |
# include "interpreter/bytecodeTracer.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
104 |
# include "interpreter/bytecodes.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
105 |
# include "interpreter/cppInterpreter.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
106 |
# include "interpreter/interpreter.hpp" |
25715
d5a8dbdc5150
8049325: Introduce and clean up umbrella headers for the files in the cpu subdirectories.
goetz
parents:
24487
diff
changeset
|
107 |
# include "interpreter/interp_masm.hpp" |
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
108 |
# include "interpreter/invocationCounter.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
109 |
# include "interpreter/linkResolver.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
110 |
# include "interpreter/templateInterpreter.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
111 |
# include "interpreter/templateTable.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
112 |
# include "jvmtifiles/jvmti.h" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
113 |
# include "memory/allocation.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
114 |
# include "memory/allocation.inline.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
115 |
# include "memory/barrierSet.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
116 |
# include "memory/blockOffsetTable.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
117 |
# include "memory/cardTableModRefBS.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
118 |
# include "memory/collectorPolicy.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
119 |
# include "memory/defNewGeneration.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
120 |
# include "memory/gcLocker.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
121 |
# include "memory/genCollectedHeap.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
122 |
# include "memory/genRemSet.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
123 |
# include "memory/generation.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
124 |
# include "memory/heap.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
125 |
# include "memory/iterator.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
126 |
# include "memory/memRegion.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
127 |
# include "memory/modRefBarrierSet.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
128 |
# include "memory/oopFactory.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
129 |
# include "memory/referencePolicy.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
130 |
# include "memory/referenceProcessor.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
131 |
# include "memory/resourceArea.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
132 |
# include "memory/space.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
133 |
# include "memory/threadLocalAllocBuffer.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
134 |
# include "memory/universe.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
135 |
# include "memory/universe.inline.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
136 |
# include "memory/watermark.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
137 |
# include "oops/arrayKlass.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
138 |
# include "oops/arrayOop.hpp" |
13728
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
13466
diff
changeset
|
139 |
# include "oops/constMethod.hpp" |
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
140 |
# include "oops/instanceKlass.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
141 |
# include "oops/instanceOop.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
142 |
# include "oops/instanceRefKlass.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
143 |
# include "oops/klass.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
144 |
# include "oops/klassVtable.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
145 |
# include "oops/markOop.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
146 |
# include "oops/markOop.inline.hpp" |
13728
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
13466
diff
changeset
|
147 |
# include "oops/methodData.hpp" |
882756847a04
6964458: Reimplement class meta-data storage to use native memory
coleenp
parents:
13466
diff
changeset
|
148 |
# include "oops/method.hpp" |
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
149 |
# include "oops/objArrayKlass.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
150 |
# include "oops/objArrayOop.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
151 |
# include "oops/oop.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
152 |
# include "oops/oopsHierarchy.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
153 |
# include "oops/symbol.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
154 |
# include "oops/typeArrayKlass.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
155 |
# include "oops/typeArrayOop.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
156 |
# include "prims/jni.h" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
157 |
# include "prims/jvm.h" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
158 |
# include "prims/jvmtiExport.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
159 |
# include "prims/methodHandles.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
160 |
# include "runtime/arguments.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
161 |
# include "runtime/atomic.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
162 |
# include "runtime/deoptimization.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
163 |
# include "runtime/extendedPC.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
164 |
# include "runtime/fieldDescriptor.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
165 |
# include "runtime/fieldType.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
166 |
# include "runtime/frame.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
167 |
# include "runtime/frame.inline.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
168 |
# include "runtime/globals.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
169 |
# include "runtime/globals_extension.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
170 |
# include "runtime/handles.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
171 |
# include "runtime/handles.inline.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
172 |
# include "runtime/icache.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
173 |
# include "runtime/init.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
174 |
# include "runtime/interfaceSupport.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
175 |
# include "runtime/java.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
176 |
# include "runtime/javaCalls.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
177 |
# include "runtime/javaFrameAnchor.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
178 |
# include "runtime/jniHandles.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
179 |
# include "runtime/monitorChunk.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
180 |
# include "runtime/mutex.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
181 |
# include "runtime/mutexLocker.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
182 |
# include "runtime/objectMonitor.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
183 |
# include "runtime/orderAccess.hpp" |
24351
61b33cc6d3cf
8042195: Introduce umbrella header orderAccess.inline.hpp.
goetz
parents:
23528
diff
changeset
|
184 |
# include "runtime/orderAccess.inline.hpp" |
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
185 |
# include "runtime/os.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
186 |
# include "runtime/osThread.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
187 |
# include "runtime/perfData.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
188 |
# include "runtime/perfMemory.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
189 |
# include "runtime/prefetch.hpp" |
24487
71ff0bd674eb
8042737: Introduce umbrella header prefetch.inline.hpp
goetz
parents:
24429
diff
changeset
|
190 |
# include "runtime/prefetch.inline.hpp" |
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
191 |
# include "runtime/reflection.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
192 |
# include "runtime/reflectionUtils.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
193 |
# include "runtime/registerMap.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
194 |
# include "runtime/safepoint.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
195 |
# include "runtime/sharedRuntime.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
196 |
# include "runtime/signature.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
197 |
# include "runtime/stackValue.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
198 |
# include "runtime/stackValueCollection.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
199 |
# include "runtime/stubCodeGenerator.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
200 |
# include "runtime/stubRoutines.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
201 |
# include "runtime/synchronizer.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
202 |
# include "runtime/thread.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
203 |
# include "runtime/threadLocalStorage.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
204 |
# include "runtime/timer.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
205 |
# include "runtime/unhandledOops.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
206 |
# include "runtime/vframe.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
207 |
# include "runtime/virtualspace.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
208 |
# include "runtime/vmThread.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
209 |
# include "runtime/vm_operations.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
210 |
# include "runtime/vm_version.hpp" |
25946 | 211 |
# include "services/allocationSite.hpp" |
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
212 |
# include "services/lowMemoryDetector.hpp" |
25946 | 213 |
# include "services/mallocTracker.hpp" |
214 |
# include "services/memBaseline.hpp" |
|
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
215 |
# include "services/memoryPool.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
216 |
# include "services/memoryService.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
217 |
# include "services/memoryUsage.hpp" |
25946 | 218 |
# include "services/memReporter.hpp" |
219 |
# include "services/memTracker.hpp" |
|
220 |
# include "services/nmtCommon.hpp" |
|
221 |
# include "services/virtualMemoryTracker.hpp" |
|
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
222 |
# include "utilities/accessFlags.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
223 |
# include "utilities/array.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
224 |
# include "utilities/bitMap.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
225 |
# include "utilities/bitMap.inline.hpp" |
25715
d5a8dbdc5150
8049325: Introduce and clean up umbrella headers for the files in the cpu subdirectories.
goetz
parents:
24487
diff
changeset
|
226 |
# include "utilities/bytes.hpp" |
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
227 |
# include "utilities/constantTag.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
228 |
# include "utilities/copy.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
229 |
# include "utilities/debug.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
230 |
# include "utilities/exceptions.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
231 |
# include "utilities/globalDefinitions.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
232 |
# include "utilities/growableArray.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
233 |
# include "utilities/hashtable.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
234 |
# include "utilities/histogram.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
235 |
# include "utilities/macros.hpp" |
25946 | 236 |
# include "utilities/nativeCallStack.hpp" |
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
237 |
# include "utilities/numberSeq.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
238 |
# include "utilities/ostream.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
239 |
# include "utilities/preserveException.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
240 |
# include "utilities/sizes.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
241 |
# include "utilities/taskqueue.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
242 |
# include "utilities/top.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
243 |
# include "utilities/utf8.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
244 |
# include "utilities/workgroup.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
245 |
# include "utilities/yieldingWorkgroup.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
246 |
#ifdef COMPILER2 |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
247 |
# include "libadt/dict.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
248 |
# include "libadt/set.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
249 |
# include "libadt/vectset.hpp" |
25715
d5a8dbdc5150
8049325: Introduce and clean up umbrella headers for the files in the cpu subdirectories.
goetz
parents:
24487
diff
changeset
|
250 |
# include "opto/ad.hpp" |
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
251 |
# include "opto/addnode.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
252 |
# include "opto/adlcVMDeps.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
253 |
# include "opto/block.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
254 |
# include "opto/c2_globals.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
255 |
# include "opto/callnode.hpp" |
23528 | 256 |
# include "opto/castnode.hpp" |
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
257 |
# include "opto/cfgnode.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
258 |
# include "opto/compile.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
259 |
# include "opto/connode.hpp" |
23528 | 260 |
# include "opto/convertnode.hpp" |
261 |
# include "opto/countbitsnode.hpp" |
|
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
262 |
# include "opto/idealGraphPrinter.hpp" |
23528 | 263 |
# include "opto/intrinsicnode.hpp" |
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
264 |
# include "opto/loopnode.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
265 |
# include "opto/machnode.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
266 |
# include "opto/matcher.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
267 |
# include "opto/memnode.hpp" |
23528 | 268 |
# include "opto/movenode.hpp" |
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
269 |
# include "opto/mulnode.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
270 |
# include "opto/multnode.hpp" |
23528 | 271 |
# include "opto/narrowptrnode.hpp" |
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
272 |
# include "opto/opcodes.hpp" |
23528 | 273 |
# include "opto/opaquenode.hpp" |
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
274 |
# include "opto/optoreg.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
275 |
# include "opto/phase.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
276 |
# include "opto/phaseX.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
277 |
# include "opto/regalloc.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
278 |
# include "opto/regmask.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
279 |
# include "opto/runtime.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
280 |
# include "opto/subnode.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
281 |
# include "opto/type.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
282 |
# include "opto/vectornode.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
283 |
#endif // COMPILER2 |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
284 |
#ifdef COMPILER1 |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
285 |
# include "c1/c1_Compilation.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
286 |
# include "c1/c1_Defs.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
287 |
# include "c1/c1_FrameMap.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
288 |
# include "c1/c1_LIR.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
289 |
# include "c1/c1_MacroAssembler.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
290 |
# include "c1/c1_ValueType.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
291 |
# include "c1/c1_globals.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
292 |
#endif // COMPILER1 |
15482
470d0b0c09f1
8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS
jprovino
parents:
13728
diff
changeset
|
293 |
#if INCLUDE_ALL_GCS |
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
294 |
# include "gc_implementation/concurrentMarkSweep/cmsOopClosures.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
295 |
# include "gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
296 |
# include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
297 |
# include "gc_implementation/concurrentMarkSweep/freeChunk.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
298 |
# include "gc_implementation/concurrentMarkSweep/promotionInfo.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
299 |
# include "gc_implementation/g1/dirtyCardQueue.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
300 |
# include "gc_implementation/g1/g1BlockOffsetTable.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
301 |
# include "gc_implementation/g1/g1OopClosures.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
302 |
# include "gc_implementation/g1/g1_globals.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
303 |
# include "gc_implementation/g1/ptrQueue.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
304 |
# include "gc_implementation/g1/satbQueue.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
305 |
# include "gc_implementation/parNew/parOopClosures.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
306 |
# include "gc_implementation/parallelScavenge/objectStartArray.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
307 |
# include "gc_implementation/parallelScavenge/parMarkBitMap.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
308 |
# include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
309 |
# include "gc_implementation/parallelScavenge/psAdaptiveSizePolicy.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
310 |
# include "gc_implementation/parallelScavenge/psCompactionManager.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
311 |
# include "gc_implementation/parallelScavenge/psGCAdaptivePolicyCounters.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
312 |
# include "gc_implementation/parallelScavenge/psGenerationCounters.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
313 |
# include "gc_implementation/parallelScavenge/psOldGen.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
314 |
# include "gc_implementation/parallelScavenge/psVirtualspace.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
315 |
# include "gc_implementation/parallelScavenge/psYoungGen.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
316 |
# include "gc_implementation/shared/gcAdaptivePolicyCounters.hpp" |
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
317 |
# include "gc_implementation/shared/gcPolicyCounters.hpp" |
30274
0942042b7d7c
8078193: BACKOUT: Rename and clean up the ParGCAllocBuffer class
kbarrett
parents:
30261
diff
changeset
|
318 |
# include "gc_implementation/shared/parGCAllocBuffer.hpp" |
15482
470d0b0c09f1
8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS
jprovino
parents:
13728
diff
changeset
|
319 |
#endif // INCLUDE_ALL_GCS |
10830
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
320 |
|
f3fedfa29811
7106766: Move the precompiled header from the src/share/vm directory
brutisso
parents:
diff
changeset
|
321 |
#endif // !DONT_USE_PRECOMPILED_HEADER |