首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Netbeans Memory Profiler引发的Profiler引擎警告

Netbeans Memory Profiler引发的Profiler引擎警告
EN

Stack Overflow用户
提问于 2013-11-29 13:47:32
回答 1查看 2.2K关注 0票数 0

我正在尝试使用Netbeans profiler,虽然我可以运行Profiler监视器,但是当我运行Profiler Memory时,它在控制台的GlasshFish4窗口下显示以下错误。

代码语言:javascript
复制
*** Profiler engine warning: class sun.reflect.GeneratedConstructorAccessor107 that should be instrumented is not loaded by target VM
SEVERE:   *** Requested classloader: sun.reflect.DelegatingClassLoader@554f6057
SEVERE:   , its class = class sun.reflect.DelegatingClassLoader, index = 354, hashcode = 1431265367
SEVERE:   *** Profiler engine warning: target VM cannot load class to instrument sun.reflect.GeneratedConstructorAccessor107
SEVERE:   *** probably it has been unloaded recently
SEVERE:   *** Profiler engine warning: class sun.reflect.GeneratedConstructorAccessor108 that should be instrumented is not loaded by target VM
SEVERE:   *** Requested classloader: sun.reflect.DelegatingClassLoader@25bb0b75
SEVERE:   , its class = class sun.reflect.DelegatingClassLoader, index = 355, hashcode = 633015157
SEVERE:   *** Profiler engine warning: target VM cannot load class to instrument sun.reflect.GeneratedConstructorAccessor108
SEVERE:   *** probably it has been unloaded recently
SEVERE:   *** Profiler engine warning: class sun.reflect.GeneratedConstructorAccessor109 that should be instrumented is not loaded by target VM
SEVERE:   *** Requested classloader: sun.reflect.DelegatingClassLoader@44540a55
SEVERE:   , its class = class sun.reflect.DelegatingClassLoader, index = 356, hashcode = 1146358357
SEVERE:   *** Profiler engine warning: target VM cannot load class to instrument sun.reflect.GeneratedConstructorAccessor109
SEVERE:   *** probably it has been unloaded recently
EN

回答 1

Stack Overflow用户

发布于 2014-01-04 20:23:20

就其本身而言,这些不是错误。这些是关于分析器引擎无法转换由应用服务器容器生成的各种合成类的警告。分析器一直工作得很好。

此外,切换到VisualVm不会改变任何事情,因为使用了相同的引擎。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/20279166

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档