这些字节[]在哪里? (在 Java 中使用 JProfiler)

发布于 2024-08-01 17:10:25 字数 95 浏览 3 评论 0原文

我正在分析一个内存泄漏的 Java 程序。 使用 JProfiler 我发现我得到了大量的 byte[] 数据。 有没有办法了解更多相关信息? 它何时分配/创建,在哪里?

I'm profiling a Java program that is leaking memory. Using JProfiler I see I get crazy amount of byte[] data. Is there a way to know more information about it? When is it allocated/created, where is it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

兰花执着 2024-08-08 17:10:25

您应该能够找到这些数组的 GC 根的路径,这应该告诉您它们的用途。

You should be able to find the path to the GC root of those arrays, this should tell you what they are used for.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文