File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
internal-api/internal-api-9/src/main/java/datadog/trace/util Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ instrumentation_modules: &instrumentation_modules "dd-java-agent/instrumentation
3636debugger_modules: &debugger_modules "dd-java-agent/agent-debugger|dd-java-agent/agent-bootstrap|dd-java-agent/agent-builder|internal-api|communication|dd-trace-core"
3737profiling_modules: &profiling_modules "dd-java-agent/agent-profiling"
3838
39- default_system_tests_commit: &default_system_tests_commit 08276e905c5c81055412ea4c318856d879cf15e5
39+ default_system_tests_commit: &default_system_tests_commit 88dfe80e49ffd9eb8b97b1c05f3b72215a705a8d
4040
4141parameters:
4242 nightly:
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public static void patchModuleAccess(Instrumentation inst) {
3131 } else {
3232 log .debug (
3333 SEND_TELEMETRY ,
34- "Failed to find the jdk.internal.jvmstat module, skipping patching of module access on"
34+ "Failed to find the jdk.internal.jvmstat module, skipping patching of module access on "
3535 + Platform .getRuntimeVersion ()
3636 + " "
3737 + Platform .getRuntimeVendor ());
You can’t perform that action at this time.
0 commit comments