comparison src/share/vm/jvmci/vmStructs_jvmci.hpp @ 23709:1b939a613788

Rename JVMCIRuntime::max_oop_map_stack_offset to CompilerToVM::Data::_max_oop_map_stack_offset
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Tue, 21 Jun 2016 14:36:16 -0700
parents 1051fbaca88b
children 5de73b32cff8
comparison
equal deleted inserted replaced
23708:282873d0192c 23709:1b939a613788
55 \ 55 \
56 static_field(CompilerToVM::Data, _supports_inline_contig_alloc, bool) \ 56 static_field(CompilerToVM::Data, _supports_inline_contig_alloc, bool) \
57 static_field(CompilerToVM::Data, _heap_end_addr, HeapWord**) \ 57 static_field(CompilerToVM::Data, _heap_end_addr, HeapWord**) \
58 static_field(CompilerToVM::Data, _heap_top_addr, HeapWord**) \ 58 static_field(CompilerToVM::Data, _heap_top_addr, HeapWord**) \
59 \ 59 \
60 static_field(CompilerToVM::Data, _max_oop_map_stack_offset, int) \
61 \
60 static_field(CompilerToVM::Data, cardtable_start_address, jbyte*) \ 62 static_field(CompilerToVM::Data, cardtable_start_address, jbyte*) \
61 static_field(CompilerToVM::Data, cardtable_shift, int) \ 63 static_field(CompilerToVM::Data, cardtable_shift, int) \
62 static_field(CompilerToVM::Data, g1_young_card, int) \ 64 static_field(CompilerToVM::Data, g1_young_card, int) \
63 static_field(CompilerToVM::Data, dirty_card, int) \ 65 static_field(CompilerToVM::Data, dirty_card, int) \
64 \ 66 \
80 nonstatic_field(JavaThread, _pending_transfer_to_interpreter, bool) \ 82 nonstatic_field(JavaThread, _pending_transfer_to_interpreter, bool) \
81 nonstatic_field(JavaThread, _jvmci_counters, jlong*) \ 83 nonstatic_field(JavaThread, _jvmci_counters, jlong*) \
82 nonstatic_field(MethodData, _jvmci_ir_size, int) \ 84 nonstatic_field(MethodData, _jvmci_ir_size, int) \
83 nonstatic_field(JVMCIEnv, _task, CompileTask*) \ 85 nonstatic_field(JVMCIEnv, _task, CompileTask*) \
84 nonstatic_field(JVMCIEnv, _jvmti_can_hotswap_or_post_breakpoint, bool) \ 86 nonstatic_field(JVMCIEnv, _jvmti_can_hotswap_or_post_breakpoint, bool) \
85 static_field(JVMCIRuntime, max_oop_map_stack_offset, int) \
86 87
87 #define VM_TYPES_JVMCI(declare_type, declare_toplevel_type) \ 88 #define VM_TYPES_JVMCI(declare_type, declare_toplevel_type) \
88 declare_toplevel_type(narrowKlass) \ 89 declare_toplevel_type(narrowKlass) \
89 declare_toplevel_type(JVMCIEnv) \ 90 declare_toplevel_type(JVMCIEnv) \
90 91