The following symbol in is defined as a standard member of the class ObjectWaiter:
ObjectWaiter* const badObjectWaiterPtr = (ObjectWaiter*) 0xBAD;
However, there's apparently no reason against having it shared for all instances.
ObjectWaiter* const badObjectWaiterPtr = (ObjectWaiter*) 0xBAD;
However, there's apparently no reason against having it shared for all instances.
- links to
-
Review(master) openjdk/jdk/27571