src/hotspot/share/gc/z/zDriver.cpp
changeset 57656 9429ecaee2e0
parent 55603 3868dde58ebb
child 57658 0022b39ae5ae
equal deleted inserted replaced
57655:a95e92c449bf 57656:9429ecaee2e0
    85 
    85 
    86     // Setup GC id and active marker
    86     // Setup GC id and active marker
    87     GCIdMark gc_id_mark(_gc_id);
    87     GCIdMark gc_id_mark(_gc_id);
    88     IsGCActiveMark gc_active_mark;
    88     IsGCActiveMark gc_active_mark;
    89 
    89 
    90     // Verify roots
    90     // Verify before operation
    91     ZVerify::roots_strong();
    91     ZVerify::before_zoperation();
    92 
    92 
    93     // Execute operation
    93     // Execute operation
    94     _success = do_operation();
    94     _success = do_operation();
    95 
    95 
    96     // Update statistics
    96     // Update statistics