src/hotspot/share/ci/ciFlags.hpp
changeset 49373 47b5652f2928
parent 47765 b7c7428eaab9
child 49621 5ef28d560b6f
equal deleted inserted replaced
49372:3bb8b00832d0 49373:47b5652f2928
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    32 #include "utilities/ostream.hpp"
    32 #include "utilities/ostream.hpp"
    33 
    33 
    34 // ciFlags
    34 // ciFlags
    35 //
    35 //
    36 // This class represents klass or method flags.
    36 // This class represents klass or method flags.
    37 class ciFlags VALUE_OBJ_CLASS_SPEC {
    37 class ciFlags {
    38 private:
    38 private:
    39   friend class ciInstanceKlass;
    39   friend class ciInstanceKlass;
    40   friend class ciField;
    40   friend class ciField;
    41   friend class ciMethod;
    41   friend class ciMethod;
    42 
    42