annotate src/share/vm/graal/vmStructs_graal.hpp @ 21119:294ed4ce1fa0

PrintStreamOption: also forward flushes to the VM
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Fri, 24 Apr 2015 17:27:32 +0200
parents 29916dcee0b8
children a04dfbf81bc4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13098
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
1 /*
14574
6bab029d6e3a removed com/oracle/graal/hotspot/bridge/Marks.java and replaced with enum
twisti
parents: 14543
diff changeset
2 * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
13098
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
4 *
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
5 * This code is free software; you can redistribute it and/or modify it
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
6 * under the terms of the GNU General Public License version 2 only, as
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
7 * published by the Free Software Foundation.
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
8 *
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
9 * This code is distributed in the hope that it will be useful, but WITHOUT
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
12 * version 2 for more details (a copy is included in the LICENSE file that
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
13 * accompanied this code).
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
14 *
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
15 * You should have received a copy of the GNU General Public License version
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
16 * 2 along with this work; if not, write to the Free Software Foundation,
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
18 *
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
20 * or visit www.oracle.com if you need additional information or have any
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
21 * questions.
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
22 *
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
23 */
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
24
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
25 #ifndef SHARE_VM_GRAAL_VMSTRUCTS_GRAAL_HPP
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
26 #define SHARE_VM_GRAAL_VMSTRUCTS_GRAAL_HPP
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
27
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
28 #include "compiler/abstractCompiler.hpp"
14574
6bab029d6e3a removed com/oracle/graal/hotspot/bridge/Marks.java and replaced with enum
twisti
parents: 14543
diff changeset
29 #include "graal/graalCodeInstaller.hpp"
14093
dd783f0ecf17 refactor CompilerToVM interface
twisti
parents: 13818
diff changeset
30 #include "graal/graalCompilerToVM.hpp"
13170
f294b4ee2d47 make CodeInstallResult enum independent of the actual values in C++ code
twisti
parents: 13103
diff changeset
31 #include "graal/graalEnv.hpp"
13098
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
32
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
33 #define VM_STRUCTS_GRAAL(nonstatic_field, static_field) \
15052
5e6f29f287d6 added InstanceKlass::_graal_node_class field to accelerate Node.getNodeClass()
Doug Simon <doug.simon@oracle.com>
parents: 14574
diff changeset
34 nonstatic_field(ThreadShadow, _pending_deoptimization, int) \
5e6f29f287d6 added InstanceKlass::_graal_node_class field to accelerate Node.getNodeClass()
Doug Simon <doug.simon@oracle.com>
parents: 14574
diff changeset
35 nonstatic_field(ThreadShadow, _pending_failed_speculation, oop) \
16535
ada0a7729b6f Truffle: introduce debug option to print the stack trace when transferring to the interpreter
Andreas Woess <andreas.woess@jku.at>
parents: 15726
diff changeset
36 nonstatic_field(ThreadShadow, _pending_transfer_to_interpreter, bool) \
15052
5e6f29f287d6 added InstanceKlass::_graal_node_class field to accelerate Node.getNodeClass()
Doug Simon <doug.simon@oracle.com>
parents: 14574
diff changeset
37 nonstatic_field(MethodData, _graal_node_count, int) \
19321
98592ae4b1fa only record method dependencies if JVMTI hotswapping or breakpointing is enabled
Doug Simon <doug.simon@oracle.com>
parents: 18661
diff changeset
38 nonstatic_field(GraalEnv, _task, CompileTask*) \
98592ae4b1fa only record method dependencies if JVMTI hotswapping or breakpointing is enabled
Doug Simon <doug.simon@oracle.com>
parents: 18661
diff changeset
39 nonstatic_field(GraalEnv, _jvmti_can_hotswap_or_post_breakpoint, bool) \
13098
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
40
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
41 #define VM_TYPES_GRAAL(declare_type, declare_toplevel_type) \
19646
c5f6a7397eb1 SA fixes: add GraalEnv to VMTypes, remove references to value_value from agent sources
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 19405
diff changeset
42 declare_toplevel_type(GraalEnv) \
13098
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
43
13818
d2f520f46180 added more unit tests for meta.api, discovering and fixing an issue with HotSpotResolvedJavaField.getModifiers() in the process
Doug Simon <doug.simon@oracle.com>
parents: 13641
diff changeset
44 #define VM_INT_CONSTANTS_GRAAL(declare_constant, declare_preprocessor_constant) \
18403
b9f2356c3a69 HotSpotVMConfig: use the correct deopt reason constants
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 16535
diff changeset
45 declare_constant(Deoptimization::Reason_unreached0) \
b9f2356c3a69 HotSpotVMConfig: use the correct deopt reason constants
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 16535
diff changeset
46 declare_constant(Deoptimization::Reason_type_checked_inlining) \
b9f2356c3a69 HotSpotVMConfig: use the correct deopt reason constants
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 16535
diff changeset
47 declare_constant(Deoptimization::Reason_optimized_type_check) \
13818
d2f520f46180 added more unit tests for meta.api, discovering and fixing an issue with HotSpotResolvedJavaField.getModifiers() in the process
Doug Simon <doug.simon@oracle.com>
parents: 13641
diff changeset
48 declare_constant(Deoptimization::Reason_aliasing) \
16535
ada0a7729b6f Truffle: introduce debug option to print the stack trace when transferring to the interpreter
Andreas Woess <andreas.woess@jku.at>
parents: 15726
diff changeset
49 declare_constant(Deoptimization::Reason_transfer_to_interpreter) \
18403
b9f2356c3a69 HotSpotVMConfig: use the correct deopt reason constants
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 16535
diff changeset
50 declare_constant(Deoptimization::Reason_not_compiled_exception_handler) \
b9f2356c3a69 HotSpotVMConfig: use the correct deopt reason constants
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 16535
diff changeset
51 declare_constant(Deoptimization::Reason_unresolved) \
b9f2356c3a69 HotSpotVMConfig: use the correct deopt reason constants
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 16535
diff changeset
52 declare_constant(Deoptimization::Reason_jsr_mismatch) \
13818
d2f520f46180 added more unit tests for meta.api, discovering and fixing an issue with HotSpotResolvedJavaField.getModifiers() in the process
Doug Simon <doug.simon@oracle.com>
parents: 13641
diff changeset
53 declare_constant(GraalEnv::ok) \
d2f520f46180 added more unit tests for meta.api, discovering and fixing an issue with HotSpotResolvedJavaField.getModifiers() in the process
Doug Simon <doug.simon@oracle.com>
parents: 13641
diff changeset
54 declare_constant(GraalEnv::dependencies_failed) \
19766
29916dcee0b8 Verify dependencies when assertions are enabled
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 19646
diff changeset
55 declare_constant(GraalEnv::dependencies_invalid) \
13818
d2f520f46180 added more unit tests for meta.api, discovering and fixing an issue with HotSpotResolvedJavaField.getModifiers() in the process
Doug Simon <doug.simon@oracle.com>
parents: 13641
diff changeset
56 declare_constant(GraalEnv::cache_full) \
d2f520f46180 added more unit tests for meta.api, discovering and fixing an issue with HotSpotResolvedJavaField.getModifiers() in the process
Doug Simon <doug.simon@oracle.com>
parents: 13641
diff changeset
57 declare_constant(GraalEnv::code_too_large) \
d2f520f46180 added more unit tests for meta.api, discovering and fixing an issue with HotSpotResolvedJavaField.getModifiers() in the process
Doug Simon <doug.simon@oracle.com>
parents: 13641
diff changeset
58 \
d2f520f46180 added more unit tests for meta.api, discovering and fixing an issue with HotSpotResolvedJavaField.getModifiers() in the process
Doug Simon <doug.simon@oracle.com>
parents: 13641
diff changeset
59 declare_preprocessor_constant("JVM_ACC_SYNTHETIC", JVM_ACC_SYNTHETIC) \
d2f520f46180 added more unit tests for meta.api, discovering and fixing an issue with HotSpotResolvedJavaField.getModifiers() in the process
Doug Simon <doug.simon@oracle.com>
parents: 13641
diff changeset
60 declare_preprocessor_constant("JVM_RECOGNIZED_FIELD_MODIFIERS", JVM_RECOGNIZED_FIELD_MODIFIERS) \
14093
dd783f0ecf17 refactor CompilerToVM interface
twisti
parents: 13818
diff changeset
61 \
dd783f0ecf17 refactor CompilerToVM interface
twisti
parents: 13818
diff changeset
62 declare_constant(CompilerToVM::KLASS_TAG) \
dd783f0ecf17 refactor CompilerToVM interface
twisti
parents: 13818
diff changeset
63 declare_constant(CompilerToVM::SYMBOL_TAG) \
14574
6bab029d6e3a removed com/oracle/graal/hotspot/bridge/Marks.java and replaced with enum
twisti
parents: 14543
diff changeset
64 \
6bab029d6e3a removed com/oracle/graal/hotspot/bridge/Marks.java and replaced with enum
twisti
parents: 14543
diff changeset
65 declare_constant(CodeInstaller::VERIFIED_ENTRY) \
6bab029d6e3a removed com/oracle/graal/hotspot/bridge/Marks.java and replaced with enum
twisti
parents: 14543
diff changeset
66 declare_constant(CodeInstaller::UNVERIFIED_ENTRY) \
6bab029d6e3a removed com/oracle/graal/hotspot/bridge/Marks.java and replaced with enum
twisti
parents: 14543
diff changeset
67 declare_constant(CodeInstaller::OSR_ENTRY) \
6bab029d6e3a removed com/oracle/graal/hotspot/bridge/Marks.java and replaced with enum
twisti
parents: 14543
diff changeset
68 declare_constant(CodeInstaller::EXCEPTION_HANDLER_ENTRY) \
6bab029d6e3a removed com/oracle/graal/hotspot/bridge/Marks.java and replaced with enum
twisti
parents: 14543
diff changeset
69 declare_constant(CodeInstaller::DEOPT_HANDLER_ENTRY) \
6bab029d6e3a removed com/oracle/graal/hotspot/bridge/Marks.java and replaced with enum
twisti
parents: 14543
diff changeset
70 declare_constant(CodeInstaller::INVOKEINTERFACE) \
6bab029d6e3a removed com/oracle/graal/hotspot/bridge/Marks.java and replaced with enum
twisti
parents: 14543
diff changeset
71 declare_constant(CodeInstaller::INVOKEVIRTUAL) \
6bab029d6e3a removed com/oracle/graal/hotspot/bridge/Marks.java and replaced with enum
twisti
parents: 14543
diff changeset
72 declare_constant(CodeInstaller::INVOKESTATIC) \
6bab029d6e3a removed com/oracle/graal/hotspot/bridge/Marks.java and replaced with enum
twisti
parents: 14543
diff changeset
73 declare_constant(CodeInstaller::INVOKESPECIAL) \
6bab029d6e3a removed com/oracle/graal/hotspot/bridge/Marks.java and replaced with enum
twisti
parents: 14543
diff changeset
74 declare_constant(CodeInstaller::INLINE_INVOKE) \
6bab029d6e3a removed com/oracle/graal/hotspot/bridge/Marks.java and replaced with enum
twisti
parents: 14543
diff changeset
75 declare_constant(CodeInstaller::POLL_NEAR) \
6bab029d6e3a removed com/oracle/graal/hotspot/bridge/Marks.java and replaced with enum
twisti
parents: 14543
diff changeset
76 declare_constant(CodeInstaller::POLL_RETURN_NEAR) \
6bab029d6e3a removed com/oracle/graal/hotspot/bridge/Marks.java and replaced with enum
twisti
parents: 14543
diff changeset
77 declare_constant(CodeInstaller::POLL_FAR) \
6bab029d6e3a removed com/oracle/graal/hotspot/bridge/Marks.java and replaced with enum
twisti
parents: 14543
diff changeset
78 declare_constant(CodeInstaller::POLL_RETURN_FAR) \
18661
aa4f2e3629ca Added card table PIC support
adlertz
parents: 18403
diff changeset
79 declare_constant(CodeInstaller::CARD_TABLE_SHIFT) \
aa4f2e3629ca Added card table PIC support
adlertz
parents: 18403
diff changeset
80 declare_constant(CodeInstaller::CARD_TABLE_ADDRESS) \
14574
6bab029d6e3a removed com/oracle/graal/hotspot/bridge/Marks.java and replaced with enum
twisti
parents: 14543
diff changeset
81 declare_constant(CodeInstaller::INVOKE_INVALID) \
15726
668d158f780c Rename HotSpotResolvedObjectType.metaspaceKlass to getMetaspaceKlass
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 15052
diff changeset
82 \
668d158f780c Rename HotSpotResolvedObjectType.metaspaceKlass to getMetaspaceKlass
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 15052
diff changeset
83 declare_constant(Method::invalid_vtable_index) \
13098
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
84
d61687130412 move GRAAL_ONLY stuff from vmStructs.cpp to separate vmStructs_graal.hpp file
twisti
parents:
diff changeset
85 #endif // SHARE_VM_GRAAL_VMSTRUCTS_GRAAL_HPP