- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using vtune 2018 in ubuntu16.04 and running hotspots of spark application. After running, I can see function belong to module libjvm.so but can not see the source code of them after double click it.
I tried serverl methods.
1. using openjdk and config source dir as below
-search-dir=/usr/lib/jvm/openjdk-8 -source-search-dir=/usr/lib/jvm/openjdk-8
but still did not show source code.
2.using -Xcomp -XX:-UseLoopCounter when launch spark application with amplxe-cl
no source code of libjvm also
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The libjvm.so library is Java runtime library but not a Java user code and so the first method should work if you have debugging symbols. Please download debugging symbols using 'sudo apt install openjdk-8-dbg', try again and let me know how it works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have debugging symbols already as attachment.
But still can not show the source code of libjvm. PS i also have oracle jdk but configure to use openjdk automatically. Do I need to delete oracle jdk? Or oracle jdk can also show the source code?
Another thing I want to add is:
when I open gui, it has warning as following, is it because of these alarm?
(amplxe-gui:30645): Gtk-CRITICAL **: IA__gtk_widget_hide: assertion 'GTK_IS_WIDGET (widget)' failed
** (amplxe-gui:30645): CRITICAL **: os_bar_set_parent: assertion 'OS_IS_BAR (bar)' failed
(amplxe-gui:30645): GLib-GIO-CRITICAL **: g_dbus_connection_register_object: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page