The BufferingOopClosure and partial task queue trimming introduced in JDK-6672778 may do some work that that is attributed to the ObjCopy phase at the end of root processing.
This time is properly removed from the total ext root scan time at the end of root processing during evacuation.
However this time is not in any way subtracted from the individual sub-timings of ext root scan, so it is possible that the sum of time spent in the individual tasks is larger than the total time spent.
Note that this is purely an issue with log display.