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

changeset 2469
7e37af9d69ef
parent 2314
f95d63e2154a
child 2472
0fa27f37d4d4
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegionSeq.hpp	Thu Jan 13 17:19:21 2011 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegionSeq.hpp	Wed Jan 19 09:35:17 2011 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2001, 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 @@ -106,7 +106,7 @@
    1.11  
    1.12    // If "addr" falls within a region in the sequence, return that region,
    1.13    // or else NULL.
    1.14 -  HeapRegion* addr_to_region(const void* addr);
    1.15 +  inline HeapRegion* addr_to_region(const void* addr);
    1.16  
    1.17    void print();
    1.18  

mercurial