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

changeset 3412
023652e49ac0
parent 3410
bacb651cf5bf
child 3416
2ace1c4ee8da
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Thu Jan 05 21:21:55 2012 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Fri Dec 23 11:14:18 2011 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2001, 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 @@ -1313,6 +1313,10 @@
    1.11    // It resets all the region claim values to the default.
    1.12    void reset_heap_region_claim_values();
    1.13  
    1.14 +  // Resets the claim values of regions in the current
    1.15 +  // collection set to the default.
    1.16 +  void reset_cset_heap_region_claim_values();
    1.17 +
    1.18  #ifdef ASSERT
    1.19    bool check_heap_region_claim_values(jint claim_value);
    1.20  

mercurial