Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set thread.started after running <init>
Current we set `thread.started = true` for system threads before running the constructor. This causes a race condition where the thread object may be made visible while it is being constructed potentially causing NPEs. Signed-off-by: Tobi Ajila <[email protected]>
- Loading branch information