-
Bug
-
Resolution: Withdrawn
-
P2
-
8, 9, 10, 11
-
generic
-
generic
The StubCodeDesc constructor is unsychronized. However, it runs when the C2 compiler thread is initializing. The compiler thread reads the StubCodeDesc list while it is in an unstable state, resulting in a read from an uninitialized pointer field and it then segfaults, causing the VM to abort.
- relates to
-
JDK-8138922 StubCodeDesc constructor publishes partially-constructed objects on StubCodeDesc::_list
-
- Closed
-