Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4998 Discussions

"java.exe" module does not contain base relocations error ........

k_g_v_s_prasad
Beginner
772 Views
Hello,
While I am trying to analyze a simple java application I am getting "java.exe module does not contain base relocations" error and hence VTune is unable to supply information regarding the java.exe moducle and other modules called from the java.exe. Can any body tell me how to get out this problem...?
Regards,
Prasad.
0 Kudos
1 Reply
Intel_C_Intel
Employee
772 Views
Hello, Prasad,

Do you need profiling information for java.exe itself ? Or, may be, you want to get mixed Call Graph for your Java application ? In the latter case simply ignore this warning and go on. You will not get any info about java.exe itself, but you will get your Java application Call Graph and all other internal library calls.
0 Kudos
Reply