annotate src/share/vm/jvmci/vmSymbols_jvmci.hpp @ 23679:b5557b757040

fix HotSpotVMConfig startup performance (JDK-8159167)
author Doug Simon <doug.simon@oracle.com>
date Wed, 15 Jun 2016 00:00:41 +0200
parents 9ed5b586018b
children 724fbad94ee3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22494
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
1 /*
22773
9273bb6ba33e Simplify code installation interface: Use CompiledCode class instead of CompilationResult and DataSection.
Roland Schatz <roland.schatz@oracle.com>
parents: 22770
diff changeset
2 * Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
22494
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
4 *
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
5 * This code is free software; you can redistribute it and/or modify it
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
6 * under the terms of the GNU General Public License version 2 only, as
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
7 * published by the Free Software Foundation.
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
8 *
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
9 * This code is distributed in the hope that it will be useful, but WITHOUT
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
12 * version 2 for more details (a copy is included in the LICENSE file that
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
13 * accompanied this code).
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
14 *
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
15 * You should have received a copy of the GNU General Public License version
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
16 * 2 along with this work; if not, write to the Free Software Foundation,
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
18 *
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
20 * or visit www.oracle.com if you need additional information or have any
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
21 * questions.
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
22 */
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
23
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
24 #ifndef SHARE_VM_JVMCI_VMSYMBOLS_JVMCI_HPP
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
25 #define SHARE_VM_JVMCI_VMSYMBOLS_JVMCI_HPP
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
26
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
27
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
28 #if !INCLUDE_JVMCI
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
29 #define JVMCI_VM_SYMBOLS_DO(template, do_alias)
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
30 #else
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
31 #define JVMCI_VM_SYMBOLS_DO(template, do_alias) \
22672
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
32 template(jdk_vm_ci_hotspot_HotSpotCompiledCode, "jdk/vm/ci/hotspot/HotSpotCompiledCode") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
33 template(jdk_vm_ci_hotspot_HotSpotCompiledCode_Comment, "jdk/vm/ci/hotspot/HotSpotCompiledCode$Comment") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
34 template(jdk_vm_ci_hotspot_HotSpotCompiledNmethod, "jdk/vm/ci/hotspot/HotSpotCompiledNmethod") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
35 template(jdk_vm_ci_hotspot_HotSpotForeignCallTarget, "jdk/vm/ci/hotspot/HotSpotForeignCallTarget") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
36 template(jdk_vm_ci_hotspot_HotSpotReferenceMap, "jdk/vm/ci/hotspot/HotSpotReferenceMap") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
37 template(jdk_vm_ci_hotspot_CompilerToVM, "jdk/vm/ci/hotspot/CompilerToVM") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
38 template(jdk_vm_ci_hotspot_HotSpotInstalledCode, "jdk/vm/ci/hotspot/HotSpotInstalledCode") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
39 template(jdk_vm_ci_hotspot_HotSpotNmethod, "jdk/vm/ci/hotspot/HotSpotNmethod") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
40 template(jdk_vm_ci_hotspot_HotSpotResolvedJavaMethodImpl, "jdk/vm/ci/hotspot/HotSpotResolvedJavaMethodImpl") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
41 template(jdk_vm_ci_hotspot_HotSpotResolvedObjectTypeImpl, "jdk/vm/ci/hotspot/HotSpotResolvedObjectTypeImpl") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
42 template(jdk_vm_ci_hotspot_HotSpotCompressedNullConstant, "jdk/vm/ci/hotspot/HotSpotCompressedNullConstant") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
43 template(jdk_vm_ci_hotspot_HotSpotObjectConstantImpl, "jdk/vm/ci/hotspot/HotSpotObjectConstantImpl") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
44 template(jdk_vm_ci_hotspot_HotSpotMetaspaceConstantImpl, "jdk/vm/ci/hotspot/HotSpotMetaspaceConstantImpl") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
45 template(jdk_vm_ci_hotspot_HotSpotStackFrameReference, "jdk/vm/ci/hotspot/HotSpotStackFrameReference") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
46 template(jdk_vm_ci_hotspot_HotSpotConstantPool, "jdk/vm/ci/hotspot/HotSpotConstantPool") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
47 template(jdk_vm_ci_hotspot_HotSpotJVMCIMetaAccessContext, "jdk/vm/ci/hotspot/HotSpotJVMCIMetaAccessContext") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
48 template(jdk_vm_ci_hotspot_HotSpotJVMCIRuntime, "jdk/vm/ci/hotspot/HotSpotJVMCIRuntime") \
22699
ea58bbafd5b9 Move SpeculationLog implementation to HotSpotSpeculationLog, because it is not useful for other VMs
Christian Wimmer <christian.wimmer@oracle.com>
parents: 22672
diff changeset
49 template(jdk_vm_ci_hotspot_HotSpotSpeculationLog, "jdk/vm/ci/hotspot/HotSpotSpeculationLog") \
23394
7743f81f8c4a clean up and minimize JVMCI (JDK-8156835) - part 2
Doug Simon <doug.simon@oracle.com>
parents: 23392
diff changeset
50 template(jdk_vm_ci_hotspot_HotSpotCompilationRequestResult, "jdk/vm/ci/hotspot/HotSpotCompilationRequestResult") \
23679
b5557b757040 fix HotSpotVMConfig startup performance (JDK-8159167)
Doug Simon <doug.simon@oracle.com>
parents: 23396
diff changeset
51 template(jdk_vm_ci_hotspot_VMField, "jdk/vm/ci/hotspot/VMField") \
b5557b757040 fix HotSpotVMConfig startup performance (JDK-8159167)
Doug Simon <doug.simon@oracle.com>
parents: 23396
diff changeset
52 template(jdk_vm_ci_hotspot_VMFlag, "jdk/vm/ci/hotspot/VMFlag") \
22672
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
53 template(jdk_vm_ci_meta_JavaConstant, "jdk/vm/ci/meta/JavaConstant") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
54 template(jdk_vm_ci_meta_PrimitiveConstant, "jdk/vm/ci/meta/PrimitiveConstant") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
55 template(jdk_vm_ci_meta_RawConstant, "jdk/vm/ci/meta/RawConstant") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
56 template(jdk_vm_ci_meta_NullConstant, "jdk/vm/ci/meta/NullConstant") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
57 template(jdk_vm_ci_meta_ExceptionHandler, "jdk/vm/ci/meta/ExceptionHandler") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
58 template(jdk_vm_ci_meta_JavaKind, "jdk/vm/ci/meta/JavaKind") \
23396
9ed5b586018b Replace LIRKind with abstract base class (JDK-8156942).
Roland Schatz <roland.schatz@oracle.com>
parents: 23394
diff changeset
59 template(jdk_vm_ci_meta_ValueKind, "jdk/vm/ci/meta/ValueKind") \
22672
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
60 template(jdk_vm_ci_meta_Value, "jdk/vm/ci/meta/Value") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
61 template(jdk_vm_ci_meta_Assumptions_ConcreteSubtype, "jdk/vm/ci/meta/Assumptions$ConcreteSubtype") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
62 template(jdk_vm_ci_meta_Assumptions_LeafType, "jdk/vm/ci/meta/Assumptions$LeafType") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
63 template(jdk_vm_ci_meta_Assumptions_NoFinalizableSubclass, "jdk/vm/ci/meta/Assumptions$NoFinalizableSubclass") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
64 template(jdk_vm_ci_meta_Assumptions_ConcreteMethod, "jdk/vm/ci/meta/Assumptions$ConcreteMethod") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
65 template(jdk_vm_ci_meta_Assumptions_CallSiteTargetValue, "jdk/vm/ci/meta/Assumptions$CallSiteTargetValue") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
66 template(jdk_vm_ci_code_Architecture, "jdk/vm/ci/code/Architecture") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
67 template(jdk_vm_ci_code_BytecodeFrame, "jdk/vm/ci/code/BytecodeFrame") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
68 template(jdk_vm_ci_code_BytecodePosition, "jdk/vm/ci/code/BytecodePosition") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
69 template(jdk_vm_ci_code_DebugInfo, "jdk/vm/ci/code/DebugInfo") \
22773
9273bb6ba33e Simplify code installation interface: Use CompiledCode class instead of CompilationResult and DataSection.
Roland Schatz <roland.schatz@oracle.com>
parents: 22770
diff changeset
70 template(jdk_vm_ci_code_InstalledCode, "jdk/vm/ci/code/InstalledCode") \
22672
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
71 template(jdk_vm_ci_code_Location, "jdk/vm/ci/code/Location") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
72 template(jdk_vm_ci_code_Register, "jdk/vm/ci/code/Register") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
73 template(jdk_vm_ci_code_RegisterValue, "jdk/vm/ci/code/RegisterValue") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
74 template(jdk_vm_ci_code_StackSlot, "jdk/vm/ci/code/StackSlot") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
75 template(jdk_vm_ci_code_StackLockValue, "jdk/vm/ci/code/StackLockValue") \
22773
9273bb6ba33e Simplify code installation interface: Use CompiledCode class instead of CompilationResult and DataSection.
Roland Schatz <roland.schatz@oracle.com>
parents: 22770
diff changeset
76 template(jdk_vm_ci_code_TargetDescription, "jdk/vm/ci/code/TargetDescription") \
22672
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
77 template(jdk_vm_ci_code_VirtualObject, "jdk/vm/ci/code/VirtualObject") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
78 template(jdk_vm_ci_code_RegisterSaveLayout, "jdk/vm/ci/code/RegisterSaveLayout") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
79 template(jdk_vm_ci_code_InvalidInstalledCodeException, "jdk/vm/ci/code/InvalidInstalledCodeException") \
22773
9273bb6ba33e Simplify code installation interface: Use CompiledCode class instead of CompilationResult and DataSection.
Roland Schatz <roland.schatz@oracle.com>
parents: 22770
diff changeset
80 template(jdk_vm_ci_code_site_Call, "jdk/vm/ci/code/site/Call") \
9273bb6ba33e Simplify code installation interface: Use CompiledCode class instead of CompilationResult and DataSection.
Roland Schatz <roland.schatz@oracle.com>
parents: 22770
diff changeset
81 template(jdk_vm_ci_code_site_ConstantReference, "jdk/vm/ci/code/site/ConstantReference") \
9273bb6ba33e Simplify code installation interface: Use CompiledCode class instead of CompilationResult and DataSection.
Roland Schatz <roland.schatz@oracle.com>
parents: 22770
diff changeset
82 template(jdk_vm_ci_code_site_DataPatch, "jdk/vm/ci/code/site/DataPatch") \
9273bb6ba33e Simplify code installation interface: Use CompiledCode class instead of CompilationResult and DataSection.
Roland Schatz <roland.schatz@oracle.com>
parents: 22770
diff changeset
83 template(jdk_vm_ci_code_site_DataSectionReference, "jdk/vm/ci/code/site/DataSectionReference") \
9273bb6ba33e Simplify code installation interface: Use CompiledCode class instead of CompilationResult and DataSection.
Roland Schatz <roland.schatz@oracle.com>
parents: 22770
diff changeset
84 template(jdk_vm_ci_code_site_ExceptionHandler, "jdk/vm/ci/code/site/ExceptionHandler") \
9273bb6ba33e Simplify code installation interface: Use CompiledCode class instead of CompilationResult and DataSection.
Roland Schatz <roland.schatz@oracle.com>
parents: 22770
diff changeset
85 template(jdk_vm_ci_code_site_Mark, "jdk/vm/ci/code/site/Mark") \
9273bb6ba33e Simplify code installation interface: Use CompiledCode class instead of CompilationResult and DataSection.
Roland Schatz <roland.schatz@oracle.com>
parents: 22770
diff changeset
86 template(jdk_vm_ci_code_site_Infopoint, "jdk/vm/ci/code/site/Infopoint") \
9273bb6ba33e Simplify code installation interface: Use CompiledCode class instead of CompilationResult and DataSection.
Roland Schatz <roland.schatz@oracle.com>
parents: 22770
diff changeset
87 template(jdk_vm_ci_code_site_Site, "jdk/vm/ci/code/site/Site") \
9273bb6ba33e Simplify code installation interface: Use CompiledCode class instead of CompilationResult and DataSection.
Roland Schatz <roland.schatz@oracle.com>
parents: 22770
diff changeset
88 template(jdk_vm_ci_code_site_InfopointReason, "jdk/vm/ci/code/site/InfopointReason") \
23392
b3a816d3b844 Backed out changeset: a920338dd4d4
Doug Simon <doug.simon@oracle.com>
parents: 23390
diff changeset
89 template(jdk_vm_ci_common_JVMCIError, "jdk/vm/ci/common/JVMCIError") \
23379
24505bf61633 allow JVMCI compiler to change the compilation policy for a method (JDK-8152311)
Doug Simon <doug.simon@oracle.com>
parents: 23322
diff changeset
90 template(adjustCompilationLevel_name, "adjustCompilationLevel") \
24505bf61633 allow JVMCI compiler to change the compilation policy for a method (JDK-8152311)
Doug Simon <doug.simon@oracle.com>
parents: 23322
diff changeset
91 template(adjustCompilationLevel_signature, "(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;ZI)I") \
22672
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
92 template(compileMethod_name, "compileMethod") \
23394
7743f81f8c4a clean up and minimize JVMCI (JDK-8156835) - part 2
Doug Simon <doug.simon@oracle.com>
parents: 23392
diff changeset
93 template(compileMethod_signature, "(Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethod;IJI)Ljdk/vm/ci/hotspot/HotSpotCompilationRequestResult;") \
22672
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
94 template(fromMetaspace_name, "fromMetaspace") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
95 template(method_fromMetaspace_signature, "(J)Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethod;") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
96 template(constantPool_fromMetaspace_signature, "(J)Ljdk/vm/ci/hotspot/HotSpotConstantPool;") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
97 template(klass_fromMetaspace_signature, "(Ljava/lang/Class;)Ljdk/vm/ci/hotspot/HotSpotResolvedObjectTypeImpl;") \
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22575
diff changeset
98 template(jdk_vm_ci_hotspot_Stable_signature, "Ljdk/vm/ci/hotspot/Stable;")
22494
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
99 #endif
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
100
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
101 #endif // SHARE_VM_JVMCI_VMSYMBOLS_JVMCI_HPP