hotspot/src/share/vm/runtime/vmStructs.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 8069539 Sdiff hotspot/src/share/vm/runtime

hotspot/src/share/vm/runtime/vmStructs.cpp

Print this page




 814   nonstatic_field(StubQueue,                   _queue_begin,                                  int)                                   \
 815   nonstatic_field(StubQueue,                   _queue_end,                                    int)                                   \
 816   nonstatic_field(StubQueue,                   _number_of_stubs,                              int)                                   \
 817   nonstatic_field(InterpreterCodelet,          _size,                                         int)                                   \
 818   nonstatic_field(InterpreterCodelet,          _description,                                  const char*)                           \
 819   nonstatic_field(InterpreterCodelet,          _bytecode,                                     Bytecodes::Code)                       \
 820                                                                                                                                      \
 821   /***********************************/                                                                                              \
 822   /* StubRoutines (NOTE: incomplete) */                                                                                              \
 823   /***********************************/                                                                                              \
 824                                                                                                                                      \
 825      static_field(StubRoutines,                _verify_oop_count,                             jint)                                  \
 826      static_field(StubRoutines,                _call_stub_return_address,                     address)                               \
 827      static_field(StubRoutines,                _aescrypt_encryptBlock,                        address)                               \
 828      static_field(StubRoutines,                _aescrypt_decryptBlock,                        address)                               \
 829      static_field(StubRoutines,                _cipherBlockChaining_encryptAESCrypt,          address)                               \
 830      static_field(StubRoutines,                _cipherBlockChaining_decryptAESCrypt,          address)                               \
 831      static_field(StubRoutines,                _updateBytesCRC32,                             address)                               \
 832      static_field(StubRoutines,                _crc_table_adr,                                address)                               \
 833      static_field(StubRoutines,                _multiplyToLen,                                address)                               \


 834                                                                                                                                      \
 835   /*****************/                                                                                                                \
 836   /* SharedRuntime */                                                                                                                \
 837   /*****************/                                                                                                                \
 838                                                                                                                                      \
 839      static_field(SharedRuntime,               _ic_miss_blob,                                 RuntimeStub*)                          \
 840                                                                                                                                      \
 841   /***************************************/                                                                                          \
 842   /* PcDesc and other compiled code info */                                                                                          \
 843   /***************************************/                                                                                          \
 844                                                                                                                                      \
 845   nonstatic_field(PcDesc,                      _pc_offset,                                    int)                                   \
 846   nonstatic_field(PcDesc,                      _scope_decode_offset,                          int)                                   \
 847   nonstatic_field(PcDesc,                      _obj_decode_offset,                            int)                                   \
 848   nonstatic_field(PcDesc,                      _flags,                                        int)                                   \
 849                                                                                                                                      \
 850   /***************************************************/                                                                              \
 851   /* CodeBlobs (NOTE: incomplete, but only a little) */                                                                              \
 852   /***************************************************/                                                                              \
 853                                                                                                                                      \




 814   nonstatic_field(StubQueue,                   _queue_begin,                                  int)                                   \
 815   nonstatic_field(StubQueue,                   _queue_end,                                    int)                                   \
 816   nonstatic_field(StubQueue,                   _number_of_stubs,                              int)                                   \
 817   nonstatic_field(InterpreterCodelet,          _size,                                         int)                                   \
 818   nonstatic_field(InterpreterCodelet,          _description,                                  const char*)                           \
 819   nonstatic_field(InterpreterCodelet,          _bytecode,                                     Bytecodes::Code)                       \
 820                                                                                                                                      \
 821   /***********************************/                                                                                              \
 822   /* StubRoutines (NOTE: incomplete) */                                                                                              \
 823   /***********************************/                                                                                              \
 824                                                                                                                                      \
 825      static_field(StubRoutines,                _verify_oop_count,                             jint)                                  \
 826      static_field(StubRoutines,                _call_stub_return_address,                     address)                               \
 827      static_field(StubRoutines,                _aescrypt_encryptBlock,                        address)                               \
 828      static_field(StubRoutines,                _aescrypt_decryptBlock,                        address)                               \
 829      static_field(StubRoutines,                _cipherBlockChaining_encryptAESCrypt,          address)                               \
 830      static_field(StubRoutines,                _cipherBlockChaining_decryptAESCrypt,          address)                               \
 831      static_field(StubRoutines,                _updateBytesCRC32,                             address)                               \
 832      static_field(StubRoutines,                _crc_table_adr,                                address)                               \
 833      static_field(StubRoutines,                _multiplyToLen,                                address)                               \
 834      static_field(StubRoutines,                _squareToLen,                                  address)                               \
 835      static_field(StubRoutines,                _mulAdd,                                       address)                               \
 836                                                                                                                                      \
 837   /*****************/                                                                                                                \
 838   /* SharedRuntime */                                                                                                                \
 839   /*****************/                                                                                                                \
 840                                                                                                                                      \
 841      static_field(SharedRuntime,               _ic_miss_blob,                                 RuntimeStub*)                          \
 842                                                                                                                                      \
 843   /***************************************/                                                                                          \
 844   /* PcDesc and other compiled code info */                                                                                          \
 845   /***************************************/                                                                                          \
 846                                                                                                                                      \
 847   nonstatic_field(PcDesc,                      _pc_offset,                                    int)                                   \
 848   nonstatic_field(PcDesc,                      _scope_decode_offset,                          int)                                   \
 849   nonstatic_field(PcDesc,                      _obj_decode_offset,                            int)                                   \
 850   nonstatic_field(PcDesc,                      _flags,                                        int)                                   \
 851                                                                                                                                      \
 852   /***************************************************/                                                                              \
 853   /* CodeBlobs (NOTE: incomplete, but only a little) */                                                                              \
 854   /***************************************************/                                                                              \
 855                                                                                                                                      \


hotspot/src/share/vm/runtime/vmStructs.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File