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

changeset 5701
40136aa2cdb1
parent 5646
84683e78e713
child 6404
96b1c2e06e25
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegion.hpp	Wed Sep 11 12:03:41 2013 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegion.hpp	Wed Sep 11 16:25:02 2013 +0200
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2001, 2013, 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 @@ -355,6 +355,8 @@
    1.11                                        ~((1 << (size_t) LogOfHRGrainBytes) - 1);
    1.12    }
    1.13  
    1.14 +  static size_t max_region_size();
    1.15 +
    1.16    // It sets up the heap region size (GrainBytes / GrainWords), as
    1.17    // well as other related fields that are based on the heap region
    1.18    // size (LogOfHRGrainBytes / LogOfHRGrainWords /

mercurial