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

changeset 3412
023652e49ac0
parent 3296
dc467e8b2c5e
child 3416
2ace1c4ee8da
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegion.hpp	Thu Jan 05 21:21:55 2012 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegion.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 @@ -373,7 +373,8 @@
    1.11      ScrubRemSetClaimValue      = 3,
    1.12      ParVerifyClaimValue        = 4,
    1.13      RebuildRSClaimValue        = 5,
    1.14 -    CompleteMarkCSetClaimValue = 6
    1.15 +    CompleteMarkCSetClaimValue = 6,
    1.16 +    ParEvacFailureClaimValue   = 7
    1.17    };
    1.18  
    1.19    inline HeapWord* par_allocate_no_bot_updates(size_t word_size) {

mercurial