src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.cpp

changeset 3767
9d679effd28c
parent 3202
436b4a3231bf
child 4153
b9a9ed0f8eeb
child 4176
4202510ee0fe
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.cpp	Tue May 15 22:26:37 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.cpp	Tue May 15 10:25:06 2012 +0200
     1.3 @@ -146,7 +146,7 @@
     1.4    VM_CMS_Operation::verify_before_gc();
     1.5  
     1.6    IsGCActiveMark x; // stop-world GC active
     1.7 -  _collector->do_CMS_operation(CMSCollector::CMS_op_checkpointRootsInitial);
     1.8 +  _collector->do_CMS_operation(CMSCollector::CMS_op_checkpointRootsInitial, gch->gc_cause());
     1.9  
    1.10    VM_CMS_Operation::verify_after_gc();
    1.11  #ifndef USDT2
    1.12 @@ -178,7 +178,7 @@
    1.13    VM_CMS_Operation::verify_before_gc();
    1.14  
    1.15    IsGCActiveMark x; // stop-world GC active
    1.16 -  _collector->do_CMS_operation(CMSCollector::CMS_op_checkpointRootsFinal);
    1.17 +  _collector->do_CMS_operation(CMSCollector::CMS_op_checkpointRootsFinal, gch->gc_cause());
    1.18  
    1.19    VM_CMS_Operation::verify_after_gc();
    1.20  #ifndef USDT2

mercurial