Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4823 Discussions

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

k_g_v_s_prasad
Beginner
369 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
369 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.
Reply