Skip to content

Commit

Permalink
add a break
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverchang committed Jan 16, 2025
1 parent 72adeda commit ab430b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions experimental/javareach/cmd/reachable/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ func enumerateReachability(cf *javareach.ClassFile, classPath string, seen map[s
if isDynamicCodeLoading(method, descriptor) {
slog.Debug("found dynamic class loading", "thisClass", thisClass, "method", method, "descriptor", descriptor)
codeLoading[thisClass] = struct{}{}
break
}
}

Expand Down

0 comments on commit ab430b6

Please sign in to comment.