< prev index next >

src/hotspot/share/runtime/stubRoutines.cpp

Print this page
@@ -180,10 +180,15 @@
    return blobId;
  }
  
  #endif // ASSERT
  
+ // TODO: update with 8343767
+ address StubRoutines::_load_inline_type_fields_in_regs = nullptr;
+ address StubRoutines::_store_inline_type_fields_to_buf = nullptr;
+ 
+ 
  // Initialization
  //
  // Note: to break cycle with universe initialization, stubs are generated in two phases.
  // The first one generates stubs needed during universe init (e.g., _handle_must_compile_first_entry).
  // The second phase includes all other stubs (which may depend on universe being initialized.)
< prev index next >