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 51
51
import java .net .URISyntaxException ;
52
52
import java .net .URL ;
53
53
import java .security .CodeSource ;
54
+ import java .security .Security ;
54
55
import java .util .EnumSet ;
55
56
import java .util .concurrent .TimeUnit ;
56
57
import java .util .concurrent .atomic .AtomicBoolean ;
@@ -564,6 +565,7 @@ private void resumeRemoteComponents() {
564
565
// remote components were paused for custom log-manager/jmx-builder
565
566
// add small delay before resuming remote I/O to help stabilization
566
567
Thread .sleep (okHttpDelayMillis );
568
+ Security .getProviders ();
567
569
scoClass .getMethod ("resume" ).invoke (sco );
568
570
} catch (InterruptedException ignore ) {
569
571
} catch (Throwable e ) {
You can’t perform that action at this time.
0 commit comments