hotspot/src/share/vm/ci/ciConstant.hpp
changeset 10547 ea4a2ec31ae2
parent 10508 233d2e7c462d
child 19770 7cb9f982ea81
equal deleted inserted replaced
10546:e79347eebbc5 10547:ea4a2ec31ae2
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2011, 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.
    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 VALUE_OBJ_CLASS_SPEC {
       
    35   friend class VMStructs;
    35 private:
    36 private:
    36   friend class ciEnv;
    37   friend class ciEnv;
    37   friend class ciField;
    38   friend class ciField;
    38 
    39 
    39   BasicType _type;
    40   BasicType _type;