【发布时间】:2014-08-22 21:20:33
【问题描述】:
运行 VisualVM 分析器时,它会在正在运行的程序的控制台中显示此错误:
objc[1145]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/Contents/Home/bin/java and /Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined.
Profiler Agent: Waiting for connection on port 5140 (Protocol version: 15)
Profiler Agent: Established connection with the tool
Profiler Agent: Local accelerated session
这是什么意思,我该如何解决?探查器仍然给出结果,但我想确保一切正常,因为很难使用常识来知道给出的结果是否正确。
【问题讨论】: