< prev index next > src/hotspot/share/ci/ciConstant.hpp
Print this page
/*
! * 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.
/*
! * 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.
}
bool is_loaded() const;
// Debugging output
! void print();
};
#endif // SHARE_CI_CICONSTANT_HPP
}
bool is_loaded() const;
// Debugging output
! void print() const;
};
#endif // SHARE_CI_CICONSTANT_HPP
< prev index next >