open Udiff src/hotspot/share/jvmci/vmStructs_jvmci.cpp (original) (raw)

< prev index next >

Print this page


@@ -170,12 +170,12 @@ nonstatic_field(JavaThread, _vm_result, oop)
volatile_nonstatic_field(JavaThread, _exception_oop, oop)
volatile_nonstatic_field(JavaThread, _exception_pc, address)
volatile_nonstatic_field(JavaThread, _is_method_handle_return, int)
nonstatic_field(JavaThread, _osthread, OSThread*) \


@@ -513,12 +513,12 @@ declare_constant(Deoptimization::Reason_not_compiled_exception_handler)
declare_constant(Deoptimization::Reason_unresolved)
declare_constant(Deoptimization::Reason_jsr_mismatch)
declare_constant(Deoptimization::Reason_LIMIT)
\


@@ -571,13 +571,13 @@ declare_constant(ReceiverTypeData::nonprofiled_count_off_set)
declare_constant(ReceiverTypeData::receiver_type_row_cell_count)
declare_constant(ReceiverTypeData::receiver0_offset)
declare_constant(ReceiverTypeData::count0_offset)
\


@@ -639,23 +639,23 @@ declare_function(JVMCIRuntime::log_primitive)
declare_function(JVMCIRuntime::log_object)
declare_function(JVMCIRuntime::log_printf)
declare_function(JVMCIRuntime::vm_error)
declare_function(JVMCIRuntime::load_and_clear_exception)
- declare_function(JVMCIRuntime::write_barrier_pre)
- declare_function(JVMCIRuntime::write_barrier_post)
+ ALL_GCS_ONLY(declare_function(JVMCIRuntime::write_barrier_pre))
+ ALL_GCS_ONLY(declare_function(JVMCIRuntime::write_barrier_post))
declare_function(JVMCIRuntime::validate_object)

declare_function(JVMCIRuntime::test_deoptimize_call_int) #if INCLUDE_ALL_GCS -#define VM_STRUCTS_G1(nonstatic_field, static_field)
+#define VM_STRUCTS_JVMCI_G1GC(nonstatic_field, static_field)
static_field(HeapRegion, LogOfHRGrainBytes, int) -#define VM_INT_CONSTANTS_G1(declare_constant, declare_constant_with_value, declare_preprocessor_constant)
+#define VM_INT_CONSTANTS_JVMCI_G1GC(declare_constant, declare_constant_with_value, declare_preprocessor_constant)
declare_constant_with_value("G1CardTable::g1_young_gen", G1CardTable::g1_young_card_val()) #endif // INCLUDE_ALL_GCS

@@ -857,11 +857,11 @@ GENERATE_C2_NONSTATIC_VM_STRUCT_ENTRY, GENERATE_C1_UNCHECKED_STATIC_VM_STRUCT_ENTRY, GENERATE_C2_UNCHECKED_STATIC_VM_STRUCT_ENTRY)

#if INCLUDE_ALL_GCS

#endif

GENERATE_VM_STRUCT_LAST_ENTRY() };


@@ -909,11 +909,11 @@ GENERATE_C1_VM_INT_CONSTANT_ENTRY, GENERATE_C2_VM_INT_CONSTANT_ENTRY, GENERATE_C2_PREPROCESSOR_VM_INT_CONSTANT_ENTRY)

#if INCLUDE_ALL_GCS

#endif

GENERATE_VM_INT_CONSTANT_LAST_ENTRY()

< prev index next >