src/share/vm/memory/heap.hpp

changeset 2262
1e9a9d2e6509
parent 1907
c18cbe5936b8
child 2314
f95d63e2154a
     1.1 --- a/src/share/vm/memory/heap.hpp	Wed Oct 20 13:18:17 2010 -0700
     1.2 +++ b/src/share/vm/memory/heap.hpp	Thu Oct 21 11:55:10 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2010, 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 @@ -140,6 +140,7 @@
    1.11  
    1.12    // Returns reserved area high and low addresses
    1.13    char *low_boundary() const                     { return _memory.low_boundary (); }
    1.14 +  char *high() const                             { return _memory.high(); }
    1.15    char *high_boundary() const                    { return _memory.high_boundary(); }
    1.16  
    1.17    // Iteration

mercurial