diff --git a/src/hotspot/share/opto/compile.hpp b/src/hotspot/share/opto/compile.hpp index 27769b374f1..26015363221 100644 --- a/src/hotspot/share/opto/compile.hpp +++ b/src/hotspot/share/opto/compile.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2022, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2023, 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 @@ -56,7 +56,6 @@ class CloneMap; class ConnectionGraph; class IdealGraphPrinter; class InlineTree; -class Int_Array; class Matcher; class MachConstantNode; class MachConstantBaseNode; @@ -77,12 +76,10 @@ class PhaseCCP; class PhaseOutput; class RootNode; class relocInfo; -class Scope; class StartNode; class SafePointNode; class JVMState; class Type; -class TypeData; class TypeInt; class TypeInteger; class TypeKlassPtr; @@ -164,7 +161,6 @@ class CloneMap { void set_clone_idx(int x) { _clone_idx = x; } bool is_debug() const { return _debug; } void set_debug(bool debug) { _debug = debug; } - static const char* debug_option_name; bool same_idx(node_idx_t k1, node_idx_t k2) const { return idx(k1) == idx(k2); } bool same_gen(node_idx_t k1, node_idx_t k2) const { return gen(k1) == gen(k2); }