< prev index next >

src/hotspot/share/runtime/stubRoutines.cpp

Print this page
*** 1,7 ***
  /*
!  * Copyright (c) 1997, 2025, Oracle and/or its affiliates. All rights reserved.
   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   *
   * This code is free software; you can redistribute it and/or modify it
   * under the terms of the GNU General Public License version 2 only, as
   * published by the Free Software Foundation.
--- 1,7 ---
  /*
!  * Copyright (c) 1997, 2026, Oracle and/or its affiliates. All rights reserved.
   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   *
   * This code is free software; you can redistribute it and/or modify it
   * under the terms of the GNU General Public License version 2 only, as
   * published by the Free Software Foundation.

*** 98,10 ***
--- 98,14 ---
    return StubInfo::blob(id);
  }
  
  #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
  
  extern void StubGenerator_generate(CodeBuffer* code, BlobId blob_id); // only interface to generators
  
  void UnsafeMemoryAccess::create_table(int max_size) {
< prev index next >