src/hotspot/share/aot/aotCompiledMethod.hpp
changeset 51333 f6641fcf7b7e
parent 50416 ef980b9ac191
child 51341 09cc8813ae51
equal deleted inserted replaced
51332:c25572739e7c 51333:f6641fcf7b7e
   136     _metadata_got((Metadata**) metadata_got),
   136     _metadata_got((Metadata**) metadata_got),
   137     _state_adr(state_adr),
   137     _state_adr(state_adr),
   138     _heap(heap),
   138     _heap(heap),
   139     _name(name),
   139     _name(name),
   140     _metadata_size(metadata_size),
   140     _metadata_size(metadata_size),
   141     _method_index(method_index),
   141     _aot_id(aot_id),
   142     _aot_id(aot_id) {
   142     _method_index(method_index) {
   143 
   143 
   144     _is_far_code = CodeCache::is_far_target(code) ||
   144     _is_far_code = CodeCache::is_far_target(code) ||
   145                    CodeCache::is_far_target(code + meta->code_size());
   145                    CodeCache::is_far_target(code + meta->code_size());
   146     _exception_cache = NULL;
   146     _exception_cache = NULL;
   147 
   147