changeset 37188 | 390e3a2e7cee |
parent 36104 | 65f01ec9666f |
child 37773 | e5b3e9732c3c |
--- a/hotspot/src/share/vm/runtime/init.cpp Thu Mar 24 15:19:06 2016 +0000 +++ b/hotspot/src/share/vm/runtime/init.cpp Tue Mar 22 20:32:48 2016 -0400 @@ -47,6 +47,7 @@ void mutex_init(); void chunkpool_init(); void perfMemory_init(); +void SuspendibleThreadSet_init() NOT_ALL_GCS_RETURN; // Initialization done by Java thread in init_globals() void management_init(); @@ -93,6 +94,7 @@ mutex_init(); chunkpool_init(); perfMemory_init(); + SuspendibleThreadSet_init(); }