gpt4 book ai didi

java - 由于方法大小过大,无法检测 jprofiler

转载 作者:行者123 更新时间:2023-11-30 09:13:28 26 4
gpt4 key购买 nike

我在 jprofiler 运行中看到以下警告

[warning]Filtered calls in <method name>
cannot be instrumented due to excessive method size.
If needed, please switch to sampling or remove appropriate filters.

jprofiler 版本是旧的 4.2。该方法不是那么大~500 行,只是填充一些 map 。

我想知道错误的可能原因。

最佳答案

如果方法字节码的最大大小限制将通过添加检测超过,就会发生这种情况。见

Maximum size of a method in java?

为类添加过滤器可以减少这个问题。在较新版本的 JProfiler 中,您还可以将该方法添加到忽略方法列表中,然后根本不会对其进行检测。而且,正如消息所说,当您使用采样而不是检测时,这不是问题。

关于java - 由于方法大小过大,无法检测 jprofiler,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21020924/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com