< prev index next >

src/hotspot/share/ci/ciConstant.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.

*** 116,9 ***
    }
  
    bool is_loaded() const;
  
    // Debugging output
!   void print();
  };
  
  #endif // SHARE_CI_CICONSTANT_HPP
--- 116,9 ---
    }
  
    bool is_loaded() const;
  
    // Debugging output
!   void print() const;
  };
  
  #endif // SHARE_CI_CICONSTANT_HPP
< prev index next >