mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-23 00:35:13 +00:00
Merge branch '8373253' into 8367993
This commit is contained in:
commit
28ccbb683b
@ -115,7 +115,7 @@ uint WorkerThreads::set_active_workers(uint num_workers) {
|
||||
num_workers, _max_workers);
|
||||
|
||||
if (_created_workers > 0 && InjectGCWorkerCreationFailure) {
|
||||
assert(is_init_completed(), "Would be interesting to see if this ever happens");
|
||||
assert(is_init_completed(), "Initialization not completed");
|
||||
log_error(gc, task)("Failed to create worker thread (InjectGCWorkerCreationFailure)");
|
||||
_active_workers = MIN2(_created_workers, num_workers);
|
||||
return _active_workers;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user