VisualVM探查器错误:“0”;类JavaLaunchHelper同时在..bin/java和..jre/lib中实现;

VisualVM探查器错误:“0”;类JavaLaunchHelper同时在..bin/java和..jre/lib中实现;,java,profiler,visualvm,Java,Profiler,Visualvm,运行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/libins

运行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

这意味着什么?我如何修复它?分析器仍然会给出一个结果,但我想确保一切正常,因为很难用常识来判断给出的结果是否正确

这是JDK中的问题,而不是VisualVM中的问题。这个问题没有负面影响,因为该类JavaLaunchHelper的两个副本是相同的(从完全相同的源代码编译)。这纯粹是一个表面问题