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

changeset 7131
d35872270666
parent 7118
227a9e5e4b4a
child 7195
c02ec279b062
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegion.hpp	Mon Sep 08 14:13:01 2014 +0000
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegion.hpp	Tue Sep 09 00:05:25 2014 +0200
     1.3 @@ -335,8 +335,7 @@
     1.4   public:
     1.5    HeapRegion(uint hrm_index,
     1.6               G1BlockOffsetSharedArray* sharedOffsetArray,
     1.7 -             MemRegion mr,
     1.8 -             AllocationContext_t context = AllocationContext::system());
     1.9 +             MemRegion mr);
    1.10  
    1.11    // Initializing the HeapRegion not only resets the data structure, but also
    1.12    // resets the BOT for that heap region.

mercurial