}
public void copyInventoryGCStats(IDuccWork dw, IDuccProcess inventoryProcess, IDuccProcess process) {
String methodName = "copyInventoryGCStats";
logger.trace(methodName, null, messages.fetch("enter"));
DuccId jobId = dw.getDuccId();
DuccId processId = process.getDuccId();
ProcessGarbageCollectionStats newGCS = inventoryProcess.getGarbageCollectionStats();
ProcessGarbageCollectionStats oldGCS = process.getGarbageCollectionStats();
if(validateGCStats(jobId,processId,newGCS,oldGCS)) {
process.setGarbageCollectionStats(newGCS);
ProcessGarbageCollectionStats gcs = process.getGarbageCollectionStats();