Commit 3debd02
committed
Optimize Lambda proxy class matching on filtering
When trying to match classes to exclude third-party ones we are
excluding also lambda proxy classes that are shown with JVM option
-XX:+ShowHiddenFrames
RegEx are used to identify them correctly but this is expensive.
we are using a fast path by searching for 'Lambda' first before
applying RegEx matching.1 parent 018d1ea commit 3debd02
File tree
1 file changed
+1
-1
lines changed- dd-java-agent/agent-debugger/src/main/java/com/datadog/debugger/util
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments