File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
dev/com.ibm.ws.webcontainer/src/com/ibm/ws/webcontainer/osgi Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 6565import com .ibm .ws .threading .listeners .CompletionListener ;
6666import com .ibm .ws .webcontainer .SessionRegistry ;
6767import com .ibm .ws .webcontainer .async .AsyncContextFactory ;
68- import com .ibm .ws .webcontainer .async .AsyncContextImpl ;
6968import com .ibm .ws .webcontainer .collaborator .CollaboratorService ;
7069import com .ibm .ws .webcontainer .exception .WebAppHostNotFoundException ;
7170import com .ibm .ws .webcontainer .osgi .container .DeployedModule ;
@@ -391,14 +390,6 @@ public void deactivate(ComponentContext componentContext) {
391390 if (TraceComponent .isAnyTracingEnabled () && tc .isEventEnabled ()) {
392391 Tr .event (tc , "Deactivating the WebContainer bundle" );
393392 }
394-
395- //issue#24461
396- if (AsyncContextImpl .executorRetrieved .get () && !AsyncContextImpl .ExecutorFieldHolder .field .isShutdown ()) {
397- if (TraceComponent .isAnyTracingEnabled () && tc .isDebugEnabled ()) {
398- Tr .debug (tc , methodName , "shutting down now async servlet thread pool executor" );
399- }
400- AsyncContextImpl .ExecutorFieldHolder .field .shutdownNow ();
401- }
402393
403394 if (TraceComponent .isAnyTracingEnabled () && tc .isDebugEnabled ()) {
404395 Tr .debug (tc , methodName , "Posting STOPPED_EVENT" );
You can’t perform that action at this time.
0 commit comments