Hi,<br><br>I am having problem when i try to run jmap heap profile command in openjdk.<br><br>The output of java -version is like below in my system.<br><br>[ercanlier@ercanlier ~]$ java -version<br>java version "1.6.0_17"<br>
OpenJDK Runtime Environment (IcedTea6 1.7) (fedora-34.b17.fc12-i386)<br>OpenJDK Server VM (build 14.0-b16, mixed mode)<br><br>After running jps on console i try to profile heap usage of my application but stucked with the problem Could not find symbol "gHotSpotVMTypeEntryTypeNameOffset"<br>
<br><br>all output of jmap is:<br><br>[ercanlier@ercanlier ~]$ jmap -heap 3774<br>Attaching to process ID 3774, please wait...<br>sun.jvm.hotspot.debugger.NoSuchSymbolException: Could not find symbol "gHotSpotVMTypeEntryTypeNameOffset" in any of the known library names (libjvm.so, libjvm_g.so, gamma_g)<br>
at sun.jvm.hotspot.HotSpotTypeDataBase.lookupInProcess(HotSpotTypeDataBase.java:390)<br> at sun.jvm.hotspot.HotSpotTypeDataBase.getLongValueFromProcess(HotSpotTypeDataBase.java:371)<br> at sun.jvm.hotspot.HotSpotTypeDataBase.readVMTypes(HotSpotTypeDataBase.java:102)<br>
at sun.jvm.hotspot.HotSpotTypeDataBase.<init>(HotSpotTypeDataBase.java:85)<br> at sun.jvm.hotspot.bugspot.BugSpotAgent.setupVM(BugSpotAgent.java:568)<br> at sun.jvm.hotspot.bugspot.BugSpotAgent.go(BugSpotAgent.java:494)<br>
at sun.jvm.hotspot.bugspot.BugSpotAgent.attach(BugSpotAgent.java:332)<br> at sun.jvm.hotspot.tools.Tool.start(Tool.java:163)<br> at sun.jvm.hotspot.tools.HeapSummary.main(HeapSummary.java:39)<br> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)<br> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br> at java.lang.reflect.Method.invoke(Method.java:616)<br>
at sun.tools.jmap.JMap.runTool(JMap.java:196)<br> at sun.tools.jmap.JMap.main(JMap.java:128)<br>Debugger attached successfully.<br>sun.jvm.hotspot.tools.HeapSummary requires a java VM process/core!<br><br>My os is fedora 12, the server which hosts the application is Redhat, java versions are both the same. I am in trouble with profiling the application because of that with details... Thanks in advance. Regards.<br>
-- <br>ERCAN CANLIER<br>