hotspot/src/share/vm/oops/constMethod.hpp
changeset 42608 14af45789042
parent 41727 f1658e76a682
child 44524 b0d3e8ba6f27
equal deleted inserted replaced
42607:acd91f1875d4 42608:14af45789042
   203   Array<u1>*        _stackmap_data;
   203   Array<u1>*        _stackmap_data;
   204 
   204 
   205   // Adapter blob (i2c/c2i) for this Method*. Set once when method is linked.
   205   // Adapter blob (i2c/c2i) for this Method*. Set once when method is linked.
   206   union {
   206   union {
   207     AdapterHandlerEntry* _adapter;
   207     AdapterHandlerEntry* _adapter;
   208     AdapterHandlerEntry** _adapter_trampoline;
   208     AdapterHandlerEntry** _adapter_trampoline; // see comments around Method::link_method()
   209   };
   209   };
   210 
   210 
   211   int               _constMethod_size;
   211   int               _constMethod_size;
   212   u2                _flags;
   212   u2                _flags;
   213   u1                _result_type;                 // BasicType of result
   213   u1                _result_type;                 // BasicType of result