Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for chance of class init deadlock with non-nested subclass
This PR fixes a bug with the `ClassInitializationDeadlock` check to find chances for a class initialization deadlock when the subclass isn't nested within the superclass. This situation [can still produce a deadlock](https://gist.github.com/tkindy/a83ec86c95bb7d7119f6b208d239ea94). Fixes #4429 COPYBARA_INTEGRATE_REVIEW=#4429 from HubSpot:non-nested-class-init-deadlock c5cc883 PiperOrigin-RevId: 642281177
- Loading branch information