{
if (status == STATUS_DESTROYED) {
throw wrapper.dynAnyDestroyed() ;
}
if (any.type().kind().value() != TCKind._tk_any)
throw new TypeMismatch();
// _REVISIT_ Copy value here?
try {
return DynAnyUtil.createMostDerivedDynAny(any.extract_any(), orb, true);
} catch (InconsistentTypeCode ictc) {
// The spec doesn't allow us to throw back this exception