src/share/vm/opto/optoreg.hpp

changeset 3138
f6f3bb0ee072
parent 2314
f95d63e2154a
child 4478
a7114d3d712e
     1.1 --- a/src/share/vm/opto/optoreg.hpp	Sat Sep 10 17:29:02 2011 -0700
     1.2 +++ b/src/share/vm/opto/optoreg.hpp	Sun Sep 11 14:48:24 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2006, 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 @@ -172,6 +172,7 @@
    1.11  // and converting that will return OptoReg::Bad losing the identity of the OptoReg.
    1.12  
    1.13  class OptoRegPair {
    1.14 +  friend class VMStructs;
    1.15  private:
    1.16    short _second;
    1.17    short _first;

mercurial