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

changeset 1454
035d2e036a9b
parent 1371
e1fdf4fd34dc
child 1907
c18cbe5936b8
equal deleted inserted replaced
1453:8afee153274a 1454:035d2e036a9b
59 59
60 // Main loop. 60 // Main loop.
61 virtual void run(); 61 virtual void run();
62 62
63 // Printing 63 // Printing
64 void print(); 64 void print_on(outputStream* st) const;
65 void print() const;
65 66
66 // Waits until "r" has been zero-filled. Requires caller to hold the 67 // Waits until "r" has been zero-filled. Requires caller to hold the
67 // ZF_mon. 68 // ZF_mon.
68 static void wait_for_ZF_completed(HeapRegion* r); 69 static void wait_for_ZF_completed(HeapRegion* r);
69 70

mercurial