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

changeset 6085
8f07aa079343
parent 5784
190899198332
child 6087
28674af341ac
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegion.cpp	Mon Oct 21 18:56:20 2013 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegion.cpp	Fri Nov 01 17:09:38 2013 +0100
     1.3 @@ -174,11 +174,6 @@
     1.4      region_size = MAX_REGION_SIZE;
     1.5    }
     1.6  
     1.7 -  if (region_size != G1HeapRegionSize) {
     1.8 -    // Update the flag to make sure that PrintFlagsFinal logs the correct value
     1.9 -    FLAG_SET_ERGO(uintx, G1HeapRegionSize, region_size);
    1.10 -  }
    1.11 -
    1.12    // And recalculate the log.
    1.13    region_size_log = log2_long((jlong) region_size);
    1.14  

mercurial