comparison src/share/vm/gc_implementation/g1/concurrentG1Refine.hpp @ 549:fe3d7c11b4b7

6700941: G1: allocation spec missing for some G1 classes Reviewed-by: tonyp
author apetrusenko
date Tue, 10 Feb 2009 18:39:09 +0300
parents 37f87013dfd8
children 0fbdb4381b99
comparison
equal deleted inserted replaced
548:773234c55e8c 549:fe3d7c11b4b7
31 PYA_continue, // Continue the traversal 31 PYA_continue, // Continue the traversal
32 PYA_restart, // Restart 32 PYA_restart, // Restart
33 PYA_cancel // It's been completed by somebody else: cancel. 33 PYA_cancel // It's been completed by somebody else: cancel.
34 }; 34 };
35 35
36 class ConcurrentG1Refine { 36 class ConcurrentG1Refine: public CHeapObj {
37 ConcurrentG1RefineThread* _cg1rThread; 37 ConcurrentG1RefineThread* _cg1rThread;
38 38
39 volatile jint _pya; 39 volatile jint _pya;
40 PostYieldAction _last_pya; 40 PostYieldAction _last_pya;
41 41