You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dd-java-agent/agent-crashtracking/src/test/java/datadog/crashtracking/parsers/HotspotCrashLogParserTest.java
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -103,18 +103,15 @@ public void testRegisterToMemoryMappingMacosAarch64() throws Exception {
103
103
.containsEntry("x2", "0x0 is null")
104
104
.containsEntry("x28", "0x0000000100a153f0 is a thread");
105
105
106
-
// Library path (symbol+offset format) — path must be redacted, keeping only last 2 segments
"0x0000000182d709d0: pthread_jit_write_protect_np+0 in /redacted/system/libsystem_pthread.dylib at 0x0000000182d69000");
114
111
assertThat(mapping)
115
112
.extractingByKey("x21", STRING)
116
113
.isEqualTo(
117
-
"0x0000000106c1ccc0: _ZN19TemplateInterpreter13_active_tableE+0 in /redacted/redacted/redacted/redacted/redacted/redacted/redacted/redacted/redacted/server/libjvm.dylib at 0x0000000105efc000");
114
+
"0x0000000106c1ccc0: _ZN19TemplateInterpreter13_active_tableE+0 in /redacted/server/libjvm.dylib at 0x0000000105efc000");
0 commit comments