info.makeStateEstablished() ;
for( int i = (size - 1); i >= 0; i-- ) {
IORInterceptor interceptor = iorInterceptors[i];
if (interceptor instanceof IORInterceptor_3_0) {
IORInterceptor_3_0 interceptor30 = (IORInterceptor_3_0)interceptor ;
// Note that exceptions here are NOT ignored, as per the
// ORT spec (orbos/01-01-04)
interceptor30.components_established( info );
}
}
// Change the state so that no operations are valid,
// in case a reference to info escapes this scope.