annotate src/share/vm/jvmci/vmSymbols_jvmci.hpp @ 22575:569c82ebb96e

Replace JVMCICompileWithC1Only with package based controls
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Thu, 17 Sep 2015 18:25:08 -0700
parents 10a9e989850e
children 1bbd4a7c274b
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 /*
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
2 * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
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) \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
32 template(jdk_internal_jvmci_hotspot_HotSpotCompiledCode, "jdk/internal/jvmci/hotspot/HotSpotCompiledCode") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
33 template(jdk_internal_jvmci_hotspot_HotSpotCompiledCode_Comment, "jdk/internal/jvmci/hotspot/HotSpotCompiledCode$Comment") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
34 template(jdk_internal_jvmci_hotspot_HotSpotCompiledNmethod, "jdk/internal/jvmci/hotspot/HotSpotCompiledNmethod") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
35 template(jdk_internal_jvmci_hotspot_HotSpotForeignCallTarget, "jdk/internal/jvmci/hotspot/HotSpotForeignCallTarget") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
36 template(jdk_internal_jvmci_hotspot_HotSpotReferenceMap, "jdk/internal/jvmci/hotspot/HotSpotReferenceMap") \
22547
10a9e989850e made CompilertoVM a final concrete class and removed CompilerToVMImpl (GRAAL-1255)
Doug Simon <doug.simon@oracle.com>
parents: 22536
diff changeset
37 template(jdk_internal_jvmci_hotspot_CompilerToVM, "jdk/internal/jvmci/hotspot/CompilerToVM") \
22494
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
38 template(jdk_internal_jvmci_hotspot_HotSpotInstalledCode, "jdk/internal/jvmci/hotspot/HotSpotInstalledCode") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
39 template(jdk_internal_jvmci_hotspot_HotSpotNmethod, "jdk/internal/jvmci/hotspot/HotSpotNmethod") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
40 template(jdk_internal_jvmci_hotspot_HotSpotResolvedJavaMethodImpl, "jdk/internal/jvmci/hotspot/HotSpotResolvedJavaMethodImpl") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
41 template(jdk_internal_jvmci_hotspot_HotSpotResolvedObjectTypeImpl, "jdk/internal/jvmci/hotspot/HotSpotResolvedObjectTypeImpl") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
42 template(jdk_internal_jvmci_hotspot_HotSpotCompressedNullConstant, "jdk/internal/jvmci/hotspot/HotSpotCompressedNullConstant") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
43 template(jdk_internal_jvmci_hotspot_HotSpotObjectConstantImpl, "jdk/internal/jvmci/hotspot/HotSpotObjectConstantImpl") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
44 template(jdk_internal_jvmci_hotspot_HotSpotMetaspaceConstantImpl, "jdk/internal/jvmci/hotspot/HotSpotMetaspaceConstantImpl") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
45 template(jdk_internal_jvmci_hotspot_HotSpotStackFrameReference, "jdk/internal/jvmci/hotspot/HotSpotStackFrameReference") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
46 template(jdk_internal_jvmci_hotspot_HotSpotConstantPool, "jdk/internal/jvmci/hotspot/HotSpotConstantPool") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
47 template(jdk_internal_jvmci_hotspot_HotSpotJVMCIMetaAccessContext, "jdk/internal/jvmci/hotspot/HotSpotJVMCIMetaAccessContext") \
22575
569c82ebb96e Replace JVMCICompileWithC1Only with package based controls
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22547
diff changeset
48 template(jdk_internal_jvmci_hotspot_HotSpotJVMCIRuntime, "jdk/internal/jvmci/hotspot/HotSpotJVMCIRuntime") \
22494
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
49 template(jdk_internal_jvmci_meta_JavaConstant, "jdk/internal/jvmci/meta/JavaConstant") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
50 template(jdk_internal_jvmci_meta_PrimitiveConstant, "jdk/internal/jvmci/meta/PrimitiveConstant") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
51 template(jdk_internal_jvmci_meta_RawConstant, "jdk/internal/jvmci/meta/RawConstant") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
52 template(jdk_internal_jvmci_meta_NullConstant, "jdk/internal/jvmci/meta/NullConstant") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
53 template(jdk_internal_jvmci_meta_ExceptionHandler, "jdk/internal/jvmci/meta/ExceptionHandler") \
22536
dc1aeef79e7e Refactoring: Rename Kind to JavaKind.
Roland Schatz <roland.schatz@oracle.com>
parents: 22504
diff changeset
54 template(jdk_internal_jvmci_meta_JavaKind, "jdk/internal/jvmci/meta/JavaKind") \
22494
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
55 template(jdk_internal_jvmci_meta_LIRKind, "jdk/internal/jvmci/meta/LIRKind") \
22504
943c2bf064fa Collapse Value and AbstractValue into a single abstract base class.
Roland Schatz <roland.schatz@oracle.com>
parents: 22496
diff changeset
56 template(jdk_internal_jvmci_meta_Value, "jdk/internal/jvmci/meta/Value") \
22494
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
57 template(jdk_internal_jvmci_meta_Assumptions_ConcreteSubtype, "jdk/internal/jvmci/meta/Assumptions$ConcreteSubtype") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
58 template(jdk_internal_jvmci_meta_Assumptions_LeafType, "jdk/internal/jvmci/meta/Assumptions$LeafType") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
59 template(jdk_internal_jvmci_meta_Assumptions_NoFinalizableSubclass, "jdk/internal/jvmci/meta/Assumptions$NoFinalizableSubclass") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
60 template(jdk_internal_jvmci_meta_Assumptions_ConcreteMethod, "jdk/internal/jvmci/meta/Assumptions$ConcreteMethod") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
61 template(jdk_internal_jvmci_meta_Assumptions_CallSiteTargetValue, "jdk/internal/jvmci/meta/Assumptions$CallSiteTargetValue") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
62 template(jdk_internal_jvmci_meta_SpeculationLog, "jdk/internal/jvmci/meta/SpeculationLog") \
22496
90c4254dc25a Pass TargetDescription argument to CompilerToVM.installCode.
Roland Schatz <roland.schatz@oracle.com>
parents: 22494
diff changeset
63 template(jdk_internal_jvmci_code_Architecture, "jdk/internal/jvmci/code/Architecture") \
90c4254dc25a Pass TargetDescription argument to CompilerToVM.installCode.
Roland Schatz <roland.schatz@oracle.com>
parents: 22494
diff changeset
64 template(jdk_internal_jvmci_code_TargetDescription, "jdk/internal/jvmci/code/TargetDescription") \
22494
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
65 template(jdk_internal_jvmci_code_CompilationResult_Call, "jdk/internal/jvmci/code/CompilationResult$Call") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
66 template(jdk_internal_jvmci_code_CompilationResult_ConstantReference, "jdk/internal/jvmci/code/CompilationResult$ConstantReference") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
67 template(jdk_internal_jvmci_code_CompilationResult_DataPatch, "jdk/internal/jvmci/code/CompilationResult$DataPatch") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
68 template(jdk_internal_jvmci_code_CompilationResult_DataSectionReference, "jdk/internal/jvmci/code/CompilationResult$DataSectionReference") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
69 template(jdk_internal_jvmci_code_CompilationResult_ExceptionHandler, "jdk/internal/jvmci/code/CompilationResult$ExceptionHandler") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
70 template(jdk_internal_jvmci_code_CompilationResult_Mark, "jdk/internal/jvmci/code/CompilationResult$Mark") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
71 template(jdk_internal_jvmci_code_CompilationResult_Infopoint, "jdk/internal/jvmci/code/CompilationResult$Infopoint") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
72 template(jdk_internal_jvmci_code_CompilationResult_Site, "jdk/internal/jvmci/code/CompilationResult$Site") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
73 template(jdk_internal_jvmci_code_InfopointReason, "jdk/internal/jvmci/code/InfopointReason") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
74 template(jdk_internal_jvmci_code_InstalledCode, "jdk/internal/jvmci/code/InstalledCode") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
75 template(jdk_internal_jvmci_code_BytecodeFrame, "jdk/internal/jvmci/code/BytecodeFrame") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
76 template(jdk_internal_jvmci_code_BytecodePosition, "jdk/internal/jvmci/code/BytecodePosition") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
77 template(jdk_internal_jvmci_code_DebugInfo, "jdk/internal/jvmci/code/DebugInfo") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
78 template(jdk_internal_jvmci_code_Location, "jdk/internal/jvmci/code/Location") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
79 template(jdk_internal_jvmci_code_Register, "jdk/internal/jvmci/code/Register") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
80 template(jdk_internal_jvmci_code_RegisterValue, "jdk/internal/jvmci/code/RegisterValue") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
81 template(jdk_internal_jvmci_code_StackSlot, "jdk/internal/jvmci/code/StackSlot") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
82 template(jdk_internal_jvmci_code_StackLockValue, "jdk/internal/jvmci/code/StackLockValue") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
83 template(jdk_internal_jvmci_code_VirtualObject, "jdk/internal/jvmci/code/VirtualObject") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
84 template(jdk_internal_jvmci_code_RegisterSaveLayout, "jdk/internal/jvmci/code/RegisterSaveLayout") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
85 template(jdk_internal_jvmci_code_InvalidInstalledCodeException, "jdk/internal/jvmci/code/InvalidInstalledCodeException") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
86 template(compileMethod_name, "compileMethod") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
87 template(compileMethod_signature, "(Ljdk/internal/jvmci/hotspot/HotSpotResolvedJavaMethod;IJI)V") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
88 template(fromMetaspace_name, "fromMetaspace") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
89 template(method_fromMetaspace_signature, "(J)Ljdk/internal/jvmci/hotspot/HotSpotResolvedJavaMethod;") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
90 template(constantPool_fromMetaspace_signature, "(J)Ljdk/internal/jvmci/hotspot/HotSpotConstantPool;") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
91 template(klass_fromMetaspace_signature, "(Ljava/lang/Class;)Ljdk/internal/jvmci/hotspot/HotSpotResolvedObjectTypeImpl;") \
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
92 template(jdk_internal_jvmci_hotspot_Stable_signature, "Ljdk/internal/jvmci/hotspot/Stable;")
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
93 #endif
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
94
88ab6f037ef2 Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Tom Rodriguez <tom.rodriguez@oracle.com>
parents:
diff changeset
95 #endif // SHARE_VM_JVMCI_VMSYMBOLS_JVMCI_HPP