// set initial values for stack depth markers
int indexInStackDepthMarkers = 0;
StackDepthMarker[] stackDepthMarkers = stackMapFrameCodeStream.getStackDepthMarkers();
int stackDepthMarkersLength = stackDepthMarkers == null ? 0 : stackDepthMarkers.length;
boolean hasStackDepthMarkers = stackDepthMarkersLength != 0;
StackDepthMarker stackDepthMarker = null;
if (hasStackDepthMarkers) {
stackDepthMarker = stackDepthMarkers[0];
}
// set initial values for stack markers (used only in cldc mode)