If the "do-not-fragment" flag is set on the packet it will simply be dropped by the network device that is not configured for Jumbo Frames.
If the flag is not set it will fragment the packet (divide it into smaller packets) and send them on to the next hop.
So to answer your question, its most likely that the packet will arrive, but the payload is fragmented into several smaller packets.
// Linjo