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

changeset 4130
2e6857353b2c
parent 4067
b2ef234911c9
child 4579
ad747ee9d0b1
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Wed Oct 03 20:31:41 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Thu Oct 04 10:04:13 2012 -0700
     1.3 @@ -326,7 +326,7 @@
     1.4    void init_gc_alloc_regions();
     1.5  
     1.6    // It releases the GC alloc regions at the end of a GC.
     1.7 -  void release_gc_alloc_regions();
     1.8 +  void release_gc_alloc_regions(uint no_of_gc_workers);
     1.9  
    1.10    // It does any cleanup that needs to be done on the GC alloc regions
    1.11    // before a Full GC.
    1.12 @@ -652,11 +652,11 @@
    1.13  
    1.14    // Process any reference objects discovered during
    1.15    // an incremental evacuation pause.
    1.16 -  void process_discovered_references();
    1.17 +  void process_discovered_references(uint no_of_gc_workers);
    1.18  
    1.19    // Enqueue any remaining discovered references
    1.20    // after processing.
    1.21 -  void enqueue_discovered_references();
    1.22 +  void enqueue_discovered_references(uint no_of_gc_workers);
    1.23  
    1.24  public:
    1.25  

mercurial