hotspot/src/share/vm/classfile/systemDictionary.cpp
changeset 26580 8cca7fbe77b8
parent 26181 b8d61f186627
child 26583 2ef7b85da46b
equal deleted inserted replaced
26579:522d6486f410 26580:8cca7fbe77b8
  2288         spe->set_method(m());
  2288         spe->set_method(m());
  2289     }
  2289     }
  2290   }
  2290   }
  2291 
  2291 
  2292   assert(spe != NULL && spe->method() != NULL, "");
  2292   assert(spe != NULL && spe->method() != NULL, "");
       
  2293   assert(!UseCompiler || (spe->method()->has_compiled_code() &&
       
  2294          spe->method()->code()->entry_point() == spe->method()->from_compiled_entry()),
       
  2295          "MH intrinsic invariant");
  2293   return spe->method();
  2296   return spe->method();
  2294 }
  2297 }
  2295 
  2298 
  2296 // Helper for unpacking the return value from linkMethod and linkCallSite.
  2299 // Helper for unpacking the return value from linkMethod and linkCallSite.
  2297 static methodHandle unpack_method_and_appendix(Handle mname,
  2300 static methodHandle unpack_method_and_appendix(Handle mname,