在oracle jdk1.8.0_251上,我尝试使用perf工具助手库"libperfmap.so“(perf-地图代理)时出错了。
taskset -c 1,7 java -XX:+PreserveFramePointer -agentpath:$WORK_HOME/perf-map-agent/out/libperfmap.so=unfold,msig -cp $WORK_HOME/HARDWARE/xx/target/xx-1.0-SNAPSHOT.jar org.xx.xx.logic.xx.xxTest 0 50
Error occurred during initialization of VM
Could not find Agent_OnLoad function in the agent library: /home/username/Documents/JINT/perf-map-agent/out/libperfmap.so错误消息的另一个变体:
Error occurred during initialization of VM
Could not find Agent_OnLoad function in the agent library: /home/username/Documents/lowlatency/xxx/JINT/perf-map-agent/out/libperfmap.sohttps://stackoverflow.com/questions/62902850
复制相似问题