src/share/vm/ci/ciConstant.hpp

changeset 3138
f6f3bb0ee072
parent 3099
c124e2e7463e
child 5658
edb5ab0f3fe5
     1.1 --- a/src/share/vm/ci/ciConstant.hpp	Sat Sep 10 17:29:02 2011 -0700
     1.2 +++ b/src/share/vm/ci/ciConstant.hpp	Sun Sep 11 14:48:24 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -32,6 +32,7 @@
    1.11  //
    1.12  // This class represents a constant value.
    1.13  class ciConstant VALUE_OBJ_CLASS_SPEC {
    1.14 +  friend class VMStructs;
    1.15  private:
    1.16    friend class ciEnv;
    1.17    friend class ciField;

mercurial