src/hotspot/share/ci/ciConstant.hpp
changeset 49373 47b5652f2928
parent 47216 71c04702a3d5
child 53244 9807daeb47c4
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.
    29 #include "ci/ciNullObject.hpp"
    29 #include "ci/ciNullObject.hpp"
    30 
    30 
    31 // ciConstant
    31 // ciConstant
    32 //
    32 //
    33 // This class represents a constant value.
    33 // This class represents a constant value.
    34 class ciConstant VALUE_OBJ_CLASS_SPEC {
    34 class ciConstant {
    35   friend class VMStructs;
    35   friend class VMStructs;
    36 private:
    36 private:
    37   friend class ciEnv;
    37   friend class ciEnv;
    38   friend class ciField;
    38   friend class ciField;
    39 
    39