File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
dd-java-agent/agent-bootstrap/src/main/java/datadog/trace/bootstrap Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 5151import java .net .URISyntaxException ;
5252import java .net .URL ;
5353import java .security .CodeSource ;
54+ import java .security .Security ;
5455import java .util .EnumSet ;
5556import java .util .concurrent .TimeUnit ;
5657import java .util .concurrent .atomic .AtomicBoolean ;
@@ -564,6 +565,7 @@ private void resumeRemoteComponents() {
564565 // remote components were paused for custom log-manager/jmx-builder
565566 // add small delay before resuming remote I/O to help stabilization
566567 Thread .sleep (okHttpDelayMillis );
568+ Security .getProviders ();
567569 scoClass .getMethod ("resume" ).invoke (sco );
568570 } catch (InterruptedException ignore ) {
569571 } catch (Throwable e ) {
You can’t perform that action at this time.
0 commit comments