The NativeHeapTrimmerThread ctor uses a std::nothrow new expression to construct the associated lock. There is no checking of whether the lock was successufully created. Nearly all uses of that lock assume it is non-null (the one exception is when printing the state).
- links to
-
Commit(master) openjdk/jdk/3ba2e748
-
Review(master) openjdk/jdk/27275