< prev index next >

src/hotspot/share/ci/ciInstance.hpp

Print this page
*** 1,7 ***
  /*
!  * Copyright (c) 1999, 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) 1999, 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.

*** 63,10 ***
--- 63,11 ---
    // Constant value of a field.
    ciConstant field_value(ciField* field);
  
    // Constant value of a field at the specified offset.
    ciConstant field_value_by_offset(int field_offset);
+   ciConstant null_marker_value();
  
    ciKlass* java_lang_Class_klass();
    char* java_lang_String_str(char* buf, size_t buflen);
  };
  
< prev index next >