Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Propagate OOME if NewByteArray allocation failed
It's possible for NewByteArray to fail when the JVM is running out of memory. In that case, we want to propagate the OOME to the caller instead of segfaulting in the JVM. RELNOTES: None. PiperOrigin-RevId: 355641836
- Loading branch information