src/share/vm/gc_implementation/g1/heapRegionSet.hpp

changeset 3457
0b3d1ec6eaee
parent 3268
8aae2050e83e
child 3713
720b6a76dd9d
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegionSet.hpp	Mon Jan 16 22:10:05 2012 +0100
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegionSet.hpp	Wed Jan 18 10:30:12 2012 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2011, 2012, 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 @@ -59,6 +59,7 @@
    1.11  class HeapRegionSetBase VALUE_OBJ_CLASS_SPEC {
    1.12    friend class hrs_ext_msg;
    1.13    friend class HRSPhaseSetter;
    1.14 +  friend class VMStructs;
    1.15  
    1.16  protected:
    1.17    static size_t calculate_region_num(HeapRegion* hr);

mercurial