hotspot/src/share/vm/jvmci/vmStructs_jvmci.cpp
changeset 36842 8f0d0faa51e2
parent 36555 4f37fd7a5a09
child 38133 78b95467b9f1
equal deleted inserted replaced
36840:29d9167ccc82 36842:8f0d0faa51e2
   163   nonstatic_field(Klass,                       _secondary_supers,                             Array<Klass*>*)                        \
   163   nonstatic_field(Klass,                       _secondary_supers,                             Array<Klass*>*)                        \
   164   nonstatic_field(Klass,                       _super,                                        Klass*)                                \
   164   nonstatic_field(Klass,                       _super,                                        Klass*)                                \
   165   nonstatic_field(Klass,                       _super_check_offset,                           juint)                                 \
   165   nonstatic_field(Klass,                       _super_check_offset,                           juint)                                 \
   166   nonstatic_field(Klass,                       _subklass,                                     Klass*)                                \
   166   nonstatic_field(Klass,                       _subklass,                                     Klass*)                                \
   167   nonstatic_field(Klass,                       _layout_helper,                                jint)                                  \
   167   nonstatic_field(Klass,                       _layout_helper,                                jint)                                  \
       
   168   nonstatic_field(Klass,                       _name,                                         Symbol*)                               \
   168   nonstatic_field(Klass,                       _prototype_header,                             markOop)                               \
   169   nonstatic_field(Klass,                       _prototype_header,                             markOop)                               \
   169   nonstatic_field(Klass,                       _next_sibling,                                 Klass*)                                \
   170   nonstatic_field(Klass,                       _next_sibling,                                 Klass*)                                \
   170   nonstatic_field(Klass,                       _java_mirror,                                  oop)                                   \
   171   nonstatic_field(Klass,                       _java_mirror,                                  oop)                                   \
   171   nonstatic_field(Klass,                       _modifier_flags,                               jint)                                  \
   172   nonstatic_field(Klass,                       _modifier_flags,                               jint)                                  \
   172   nonstatic_field(Klass,                       _access_flags,                                 AccessFlags)                           \
   173   nonstatic_field(Klass,                       _access_flags,                                 AccessFlags)                           \
   549   declare_function(JVMCIRuntime::vm_message) \
   550   declare_function(JVMCIRuntime::vm_message) \
   550   declare_function(JVMCIRuntime::identity_hash_code) \
   551   declare_function(JVMCIRuntime::identity_hash_code) \
   551   declare_function(JVMCIRuntime::exception_handler_for_pc) \
   552   declare_function(JVMCIRuntime::exception_handler_for_pc) \
   552   declare_function(JVMCIRuntime::monitorenter) \
   553   declare_function(JVMCIRuntime::monitorenter) \
   553   declare_function(JVMCIRuntime::monitorexit) \
   554   declare_function(JVMCIRuntime::monitorexit) \
   554   declare_function(JVMCIRuntime::create_null_exception) \
   555   declare_function(JVMCIRuntime::throw_and_post_jvmti_exception) \
   555   declare_function(JVMCIRuntime::create_out_of_bounds_exception) \
   556   declare_function(JVMCIRuntime::throw_klass_external_name_exception) \
       
   557   declare_function(JVMCIRuntime::throw_class_cast_exception) \
   556   declare_function(JVMCIRuntime::log_primitive) \
   558   declare_function(JVMCIRuntime::log_primitive) \
   557   declare_function(JVMCIRuntime::log_object) \
   559   declare_function(JVMCIRuntime::log_object) \
   558   declare_function(JVMCIRuntime::log_printf) \
   560   declare_function(JVMCIRuntime::log_printf) \
   559   declare_function(JVMCIRuntime::vm_error) \
   561   declare_function(JVMCIRuntime::vm_error) \
   560   declare_function(JVMCIRuntime::load_and_clear_exception) \
   562   declare_function(JVMCIRuntime::load_and_clear_exception) \