Won't this have serious implications for Spark, Hadoop, and other frameworks that distribute workloads across multiple JVM instances?
Spark uses its own serialization system which while similar to the built in serialization, is designed to give much better performance.
In these cases, the changes would break existing code. However, who knows when will Oracle decide to remove the Java serialization API. I expect it will take a few years and the situation will be different on the Spark side then.