Sounds like good news for C++ developers? I'm assuming C#/.net carries the same risk, and C/C++ does not.
I doubt most enterprises would be willing to go back to C++.
C# and Java are significantly more forgiving and for most use cases are perfectly adequate. Performance is a reasonable concern, but not the primary driver of language choice.
If you look at the sort of Java code some people churn out in an enterprise environment you'd be glad they weren't using C++ which has significantly more sharp edges. Throwing random exceptions isn't as bad as periodically segfaulting for no apparent reason.