Searched refs:task_created (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/memory/ | ||
H A D | allocation.cpp | 364 static bool task_created = false; local 365 assert(!task_created, "should not start chuck pool cleaner twice"); 366 task_created = true; |
Completed in 36 milliseconds