this.getByteHeap().getSize(),
this.getShortHeap().getSize(),
this.getLongHeap().getSize(),
this);
if (this.svd.modifiedPreexistingFSs == null) {
this.svd.modifiedPreexistingFSs = new IntVector();
} else {errorMultipleMarkers();}
if (this.svd.modifiedFSHeapCells == null) {
this.svd.modifiedFSHeapCells = new IntVector();
} else {errorMultipleMarkers();}
if (this.svd.modifiedByteHeapCells == null) {
this.svd.modifiedByteHeapCells = new IntVector();
} else {errorMultipleMarkers();}
if (this.svd.modifiedShortHeapCells == null) {
this.svd.modifiedShortHeapCells = new IntVector();
} else {errorMultipleMarkers();}
if (this.svd.modifiedLongHeapCells == null) {
this.svd.modifiedLongHeapCells = new IntVector();
} else {errorMultipleMarkers();}
if (this.svd.trackingMarkList == null) {
this.svd.trackingMarkList = new ArrayList<MarkerImpl>();
} else {errorMultipleMarkers();}
this.svd.trackingMarkList.add(this.svd.trackingMark);