@@ -94,12 +94,10 @@ #define SHARED_STUB_FIELD_DEFINE(name, type) \ type SharedRuntime::BLOB_FIELD_NAME(name); SHARED_STUBS_DO(SHARED_STUB_FIELD_DEFINE) #undef SHARED_STUB_FIELD_DEFINE - nmethod* SharedRuntime::_cont_doYield_stub; - #define SHARED_STUB_NAME_DECLARE(name, type) "Shared Runtime " # name "_blob", const char *SharedRuntime::_stub_names[] = { SHARED_STUBS_DO(SHARED_STUB_NAME_DECLARE) };