Commit cc36e4c
authored
Optimize Lambda proxy class matching on filtering (#10905)
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.
Co-authored-by: jean-philippe.bempel <jean-philippe.bempel@datadoghq.com>1 parent f1fcf26 commit cc36e4c
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