< prev index next >

src/hotspot/share/runtime/sharedRuntime.cpp

Print this page
*** 94,12 ***
  #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)
  };
  
--- 94,10 ---
< prev index next >