Как определить, какие библиотеки JNI на самом деле загружаются JVM при запуске приложения JDK 17?JAVA

Программисты JAVA общаются здесь
Ответить
Anonymous
 Как определить, какие библиотеки JNI на самом деле загружаются JVM при запуске приложения JDK 17?

Сообщение Anonymous »

Я запустил свое приложение с опцией JVM -Xlog:library=trace - основываясь на совете в другом вопросе - чтобы увидеть, какие собственные библиотеки загружаются.
Но результат довольно запутанный — см. ниже:

Код: Выделить всё

[0.021s][info][library] Loaded library libjsvml.so, handle 0x00007f9a7c0ca000
[0.042s][info][library] Failed to find JNI_OnLoad_nio in library with handle 0x00007f9a83c232e0
[0.045s][info][library] Loaded library /usr/lib/jvm/java-17-openjdk-amd64/lib/libnio.so, handle 0x00007f9a7c0eccb0
[0.046s][info][library] Found JNI_OnLoad in library with handle 0x00007f9a7c0eccb0
[0.046s][info][library] Found Java_sun_nio_fs_UnixNativeDispatcher_init in library with handle 0x00007f9a7c0eccb0
[0.047s][info][library] Found Java_sun_nio_fs_UnixNativeDispatcher_getcwd in library with handle 0x00007f9a7c0eccb0
[0.049s][info][library] Found Java_sun_nio_fs_UnixNativeDispatcher_stat0 in library with handle 0x00007f9a7c0eccb0
[0.052s][info][library] Failed to find JNI_OnLoad_zip in library with handle 0x00007f9a83c232e0
[0.053s][info][library] Loaded library /usr/lib/jvm/java-17-openjdk-amd64/lib/libzip.so, handle 0x00007f9a7c024da0
[0.054s][info][library] Found JNI_OnLoad in library with handle 0x00007f9a7c024da0
[0.054s][info][library] Failed to find Java_java_util_zip_Inflater_initIDs in library with handle 0x00007f9a7c0eccb0
[0.055s][info][library] Found Java_java_util_zip_Inflater_initIDs in library with handle 0x00007f9a7c024da0
[0.056s][info][library] Failed to find Java_java_util_zip_Inflater_init in library with handle 0x00007f9a7c0eccb0
[0.057s][info][library] Found Java_java_util_zip_Inflater_init in library with handle 0x00007f9a7c024da0
[0.063s][info][library] Failed to find Java_java_util_zip_Inflater_inflateBytesBytes in library with handle 0x00007f9a7c0eccb0
[0.067s][info][library] Found Java_java_util_zip_Inflater_inflateBytesBytes in library with handle 0x00007f9a7c024da0
[0.068s][info][library] Failed to find Java_java_util_zip_Inflater_reset in library with handle 0x00007f9a7c0eccb0
[0.069s][info][library] Found Java_java_util_zip_Inflater_reset in library with handle 0x00007f9a7c024da0
[0.074s][info][library] Failed to find JNI_OnLoad_zip in library with handle 0x00007f9a83c232e0
[0.117s][info][library] Failed to find Java_java_util_zip_Inflater_end in library with handle 0x00007f9a7c0eccb0
[0.117s][info][library] Found Java_java_util_zip_Inflater_end in library with handle 0x00007f9a7c024da0
[0.211s][info][library] Failed to find JNI_OnLoad_jimage in library with handle 0x00007f9a83c232e0
[0.213s][info][library] Loaded library /usr/lib/jvm/java-17-openjdk-amd64/lib/libjimage.so, handle 0x00007f9a7c002790
[0.216s][info][library] Failed to find JNI_OnLoad in library with handle 0x00007f9a7c002790
[0.220s][info][library] Failed to find Java_jdk_internal_jimage_NativeImageBuffer_getNativeMap in library with handle 0x00007f9a7c0eccb0
[0.221s][info][library] Failed to find Java_jdk_internal_jimage_NativeImageBuffer_getNativeMap in library with handle 0x00007f9a7c024da0
[0.222s][info][library] Found Java_jdk_internal_jimage_NativeImageBuffer_getNativeMap in library with handle 0x00007f9a7c002790
[0.531s][info][library] Failed to find JNI_OnLoad_net in library with handle 0x00007f9a83c232e0
[0.532s][info][library] Loaded library /usr/lib/jvm/java-17-openjdk-amd64/lib/libnet.so,  handle 0x00007f9a7c0ed2f0
[0.533s][info][library] Found JNI_OnLoad in library with handle 0x00007f9a7c0ed2f0
[0.534s][info][library] Found inet_pton in library with handle 0x0000000000000000
[0.534s][info][library] Failed to find JNI_OnLoad_nio in library with handle 0x00007f9a83c232e0
[0.535s][info][library] Found Java_sun_nio_ch_IOUtil_initIDs in library with handle 0x00007f9a7c0eccb0
[0.536s][info][library] Found Java_sun_nio_ch_IOUtil_iovMax in library with handle 0x00007f9a7c0eccb0
[0.536s][info][library] Found Java_sun_nio_ch_FileChannelImpl_initIDs in library with handle 0x00007f9a7c0eccb0
[0.537s][info][library] Found Java_sun_nio_ch_FileChannelImpl_maxDirectTransferSize0 in library with handle 0x00007f9a7c0eccb0
[0.538s][info][library] Found Java_sun_nio_ch_FileDispatcherImpl_init in library with handle 0x00007f9a7c0eccb0
[0.538s][info][library] Found Java_sun_nio_ch_NativeThread_init in library with handle 0x00007f9a7c0eccb0
[0.539s][info][library] Found Java_sun_nio_ch_NativeThread_current in library with handle 0x00007f9a7c0eccb0
[0.540s][info][library] Found Java_sun_nio_ch_FileKey_initIDs in library with handle 0x00007f9a7c0eccb0
[0.541s][info][library] Found Java_sun_nio_ch_FileKey_init in library with handle 0x00007f9a7c0eccb0
[0.542s][info][library] Found Java_sun_nio_ch_FileDispatcherImpl_lock0 in library with handle 0x00007f9a7c0eccb0
[0.542s][info][library] Found Java_sun_nio_ch_FileDispatcherImpl_release0 in library with handle 0x00007f9a7c0eccb0
[0.543s][info][library] Failed to find JNI_OnLoad_native-platform in library with handle 0x00007f9a83c232e0
[0.544s][info][library] Loaded library /root/.gradle/native/e1d6ef7f7dcc3fd88c89a11ec53ec762bb8ba0a96d01ffa2cd45eb1d1d8dd5c5/linux-amd64/libnative-platform.so, handle 0x00007f9a7c6cad60
[0.545s][info][library] Found JNI_OnLoad in library with handle 0x00007f9a7c6cad60
[0.546s][info][library] Found Java_net_rubygrapefruit_platform_internal_jni_NativeLibraryFunctions_getVersion in library with handle 0x00007f9a7c6cad60
[0.552s][info][library] Failed to find JNI_OnLoad_native-platform-curses in library with handle 0x00007f9a83c232e0
[0.557s][info][library] Failed to find JNI_OnLoad_native-platform-curses in library with handle 0x00007f9a83c232e0
[0.560s][info][library] Loaded library /root/.gradle/native/e1d6ef7f7dcc3fd88c89a11ec53ec762bb8ba0a96d01ffa2cd45eb1d1d8dd5c5/linux-amd64-ncurses6/libnative-platform-curses.so,  handle 0x00007f9a7c6d0ef0
[0.561s][info][library] Failed to find JNI_OnLoad in library with handle 0x00007f9a7c6d0ef0
[0.562s][info][library] Found Java_net_rubygrapefruit_platform_internal_jni_TerminfoFunctions_getVersion in library with handle 0x00007f9a7c6d0ef0
[0.565s][info][library] Failed to find Java_net_rubygrapefruit_platform_internal_jni_PosixTerminalFunctions_isatty in library with handle 0x00007f9a7c6d0ef0
[0.565s][info][library] Found Java_net_rubygrapefruit_platform_internal_jni_PosixTerminalFunctions_isatty in library with handle 0x00007f9a7c6cad60
[0.567s][info][library] Found Java_net_rubygrapefruit_platform_internal_jni_TerminfoFunctions_initTerminal in library with handle 0x00007f9a7c6d0ef0
[0.568s][info][library] Found Java_net_rubygrapefruit_platform_internal_jni_TerminfoFunctions_hideCursor in library with handle 0x00007f9a7c6d0ef0
[0.568s][info][library] Found Java_net_rubygrapefruit_platform_internal_jni_TerminfoFunctions_showCursor in library with handle 0x00007f9a7c6d0ef0
[0.570s][info][library] Found Java_net_rubygrapefruit_platform_internal_jni_TerminfoFunctions_defaultForeground in library with handle 0x00007f9a7c6d0ef0
[0.571s][info][library] Found Java_net_rubygrapefruit_platform_internal_jni_TerminfoFunctions_boldOn in library with handle 0x00007f9a7c6d0ef0
[0.571s][info][library] Found Java_net_rubygrapefruit_platform_internal_jni_TerminfoFunctions_dimOn in library with handle 0x00007f9a7c6d0ef0
[0.572s][info][library] Found Java_net_rubygrapefruit_platform_internal_jni_TerminfoFunctions_reset in library with handle 0x00007f9a7c6d0ef0
[0.572s][info][library] Found Java_net_rubygrapefruit_platform_internal_jni_TerminfoFunctions_down in library with handle 0x00007f9a7c6d0ef0
[0.573s][info][library] Found Java_net_rubygrapefruit_platform_internal_jni_TerminfoFunctions_up in library with handle 0x00007f9a7c6d0ef0
[0.574s][info][library] Found Java_net_rubygrapefruit_platform_internal_jni_TerminfoFunctions_left in library with handle 0x00007f9a7c6d0ef0
[0.574s][info][library] Found Java_net_rubygrapefruit_platform_internal_jni_TerminfoFunctions_right in library with handle 0x00007f9a7c6d0ef0
[0.575s][info][library] Found Java_net_rubygrapefruit_platform_internal_jni_TerminfoFunctions_startLine in library with handle 0x00007f9a7c6d0ef0
[0.575s][info][library] Found Java_net_rubygrapefruit_platform_internal_jni_TerminfoFunctions_clearToEndOfLine in library with handle 0x00007f9a7c6d0ef0
[0.666s][info][library] Failed to find JNI_OnLoad_management in library with handle 0x00007f9a83c232e0
[0.667s][info][library] Loaded library /usr/lib/jvm/java-17-openjdk-amd64/lib/libmanagement.so, handle 0x00007f9a7c763730
[0.668s][info][library] Found JNI_OnLoad in library with handle 0x00007f9a7c763730
[0.669s][info][library] Failed to find JNI_OnLoad_management_ext in library with handle 0x00007f9a83c232e0
[0.670s][info][library] Loaded library /usr/lib/jvm/java-17-openjdk-amd64/lib/libmanagement_ext.so,  handle 0x00007f9a7c76e760
[0.671s][info][library] Found JNI_OnLoad in library with handle 0x00007f9a7c76e760
[0.673s][info][library] Failed to find Java_sun_management_VMManagementImpl_getVersion0 in library with handle 0x00007f9a7c76e760
[0.674s][info][library] Failed to find Java_sun_management_VMManagementImpl_getVersion0 in library with handle 0x00007f9a7c0eccb0
[0.674s][info][library] Found Java_sun_management_VMManagementImpl_getVersion0 in library with handle 0x00007f9a7c763730
[0.675s][info][library] Failed to find Java_sun_management_VMManagementImpl_initOptionalSupportFields in library with handle 0x00007f9a7c76e760
[0.675s][info][library] Failed to find Java_sun_management_VMManagementImpl_initOptionalSupportFields in library with handle 0x00007f9a7c0eccb0
[0.676s][info][library] Found Java_sun_management_VMManagementImpl_initOptionalSupportFields in library with handle 0x00007f9a7c763730
[0.682s][info][library] Failed to find Java_sun_management_VMManagementImpl_getStartupTime in library with handle 0x00007f9a7c76e760
[0.683s][info][library] Failed to find Java_sun_management_VMManagementImpl_getStartupTime in library with handle 0x00007f9a7c0eccb0
[0.684s][info][library] Found Java_sun_management_VMManagementImpl_getStartupTime in library with handle 0x00007f9a7c763730
[0.687s][info][library] Failed to find Java_sun_management_VMManagementImpl_getVmArguments0 in library with handle 0x00007f9a7c76e760
[0.687s][info][library] Failed to find Java_sun_management_VMManagementImpl_getVmArguments0 in library with handle 0x00007f9a7c0eccb0
[0.687s][info][library] Found Java_sun_management_VMManagementImpl_getVmArguments0 in library with handle 0x00007f9a7c763730
[0.702s][info][library] Failed to find Java_net_rubygrapefruit_platform_internal_jni_PosixProcessFunctions_getPid in library with handle 0x00007f9a7c6d0ef0
[0.703s][info][library] Found Java_net_rubygrapefruit_platform_internal_jni_PosixProcessFunctions_getPid in library with handle 0x00007f9a7c6cad60
[0.782s][info][library] Failed to find JNI_OnLoad_net in library with handle 0x00007f9a83c232e0
[0.782s][info][library] Failed to find Java_java_net_NetworkInterface_init in library with handle 0x00007f9a7c76e760
[0.784s][info][library] Found Java_java_net_NetworkInterface_init in library with handle 0x00007f9a7c0eccb0
[0.785s][info][library] Failed to find JNI_OnLoad_net in library with handle 0x00007f9a83c232e0
[0.786s][info][library] Failed to find Java_java_net_InetAddress_init in library with handle 0x00007f9a7c76e760
[0.787s][info][library] Found Java_java_net_InetAddress_init in library with handle 0x00007f9a7c0eccb0
[0.789s][info][library] Failed to find Java_java_net_InetAddressImplFactory_isIPv6Supported in library with handle 0x00007f9a7c76e760
[0.789s][info][library] Found Java_java_net_InetAddressImplFactory_isIPv6Supported in library with handle 0x00007f9a7c0eccb0
[0.790s][info][library] Failed to find Java_java_net_Inet4Address_init in library with handle 0x00007f9a7c76e760
[0.790s][info][library] Found Java_java_net_Inet4Address_init in library with handle 0x00007f9a7c0eccb0
[0.791s][info][library] Failed to find Java_java_net_Inet6Address_init in library with handle 0x00007f9a7c76e760
[0.791s][info][library] Found Java_java_net_Inet6Address_init in library with handle 0x00007f9a7c0eccb0
[0.792s][info][library] Failed to find Java_java_net_NetworkInterface_getAll in library with handle 0x00007f9a7c76e760
[0.793s][info][library] Found Java_java_net_NetworkInterface_getAll in library with handle 0x00007f9a7c0eccb0
[0.798s][info][library] Failed to find Java_java_net_NetworkInterface_isLoopback0 in library with handle 0x00007f9a7c76e760
[0.803s][info][library] Found Java_java_net_NetworkInterface_isLoopback0 in library with handle 0x00007f9a7c0eccb0
[0.804s][info][library] Failed to find Java_java_net_NetworkInterface_boundInetAddress0 in library with handle 0x00007f9a7c76e760
[0.804s][info][library] Found Java_java_net_NetworkInterface_boundInetAddress0 in library with handle 0x00007f9a7c0eccb0
[0.806s][info][library] Failed to find JNI_OnLoad_extnet in library with handle 0x00007f9a83c232e0
[0.807s][info][library] Loaded library /usr/lib/jvm/java-17-openjdk-amd64/lib/libextnet.so,  h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 0 7 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J N I _ O n L o a d   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 0 8 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ j d k _ n e t _ L i n u x S o c k e t O p t i o n s _ q u i c k A c k S u p p o r t e d 0   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 0 9 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ j d k _ n e t _ L i n u x S o c k e t O p t i o n s _ k e e p A l i v e O p t i o n s S u p p o r t e d 0   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 0 9 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ j d k _ n e t _ L i n u x S o c k e t O p t i o n s _ i n c o m i n g N a p i I d S u p p o r t e d 0   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 1 0 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ i n i t I D s   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 1 0 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ i n i t I D s   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 1 1 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N e t _ i n i t I D s   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 1 1 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ p o l l i n V a l u e   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 1 2 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ p o l l i n V a l u e   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 1 2 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N e t _ p o l l i n V a l u e   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 1 3 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ p o l l o u t V a l u e   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 1 3 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ p o l l o u t V a l u e   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 1 4 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N e t _ p o l l o u t V a l u e   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 1 4 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ p o l l e r r V a l u e   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 1 5 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ p o l l e r r V a l u e   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 1 5 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N e t _ p o l l e r r V a l u e   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 1 6 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ p o l l h u p V a l u e   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 1 6 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ p o l l h u p V a l u e   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 2 0 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N e t _ p o l l h u p V a l u e   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 2 0 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ p o l l n v a l V a l u e   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 2 3 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ p o l l n v a l V a l u e   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 2 7 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N e t _ p o l l n v a l V a l u e   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 2 7 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ p o l l c o n n V a l u e   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 2 8 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ p o l l c o n n V a l u e   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 2 9 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N e t _ p o l l c o n n V a l u e   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 2 9 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ i s E x c l u s i v e B i n d A v a i l a b l e   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 3 0 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ i s E x c l u s i v e B i n d A v a i l a b l e   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 3 1 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N e t _ i s E x c l u s i v e B i n d A v a i l a b l e   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 3 1 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ i s I P v 6 A v a i l a b l e 0   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 3 2 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ i s I P v 6 A v a i l a b l e 0   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 3 2 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N e t _ i s I P v 6 A v a i l a b l e 0   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 3 3 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ s o c k e t 0   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 3 3 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ s o c k e t 0   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 3 7 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N e t _ s o c k e t 0   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 4 3 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ I O U t i l _ s e t f d V a l   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 4 3 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ I O U t i l _ s e t f d V a l   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 4 4 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ I O U t i l _ s e t f d V a l   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 4 4 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ I O U t i l _ f d V a l   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 4 5 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ I O U t i l _ f d V a l   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 4 5 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ I O U t i l _ f d V a l   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 4 6 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ A F I N E T   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 4 6 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ A F I N E T   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 4 7 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ A F I N E T   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 4 7 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ A F I N E T 6   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 4 8 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ A F I N E T 6   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 4 8 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ A F I N E T 6   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 4 9 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ s i z e o f S o c k A d d r 4   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 5 0 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ s i z e o f S o c k A d d r 4   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 5 0 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ s i z e o f S o c k A d d r 4   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 5 5 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ s i z e o f S o c k A d d r 6   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 5 9 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ s i z e o f S o c k A d d r 6   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 5 9 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ s i z e o f S o c k A d d r 6   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 6 0 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ s i z e o f F a m i l y   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 6 0 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ s i z e o f F a m i l y   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 6 1 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ s i z e o f F a m i l y   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 6 1 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ o f f s e t F a m i l y   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 6 2 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ o f f s e t F a m i l y   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 6 2 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ o f f s e t F a m i l y   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 6 3 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ o f f s e t S i n 4 P o r t   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 6 3 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ o f f s e t S i n 4 P o r t   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 6 4 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ o f f s e t S i n 4 P o r t   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 6 4 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ o f f s e t S i n 4 A d d r   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 6 5 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ o f f s e t S i n 4 A d d r   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 6 6 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ o f f s e t S i n 4 A d d r   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 6 6 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ o f f s e t S i n 6 P o r t   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 6 7 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ o f f s e t S i n 6 P o r t   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 7 0 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ o f f s e t S i n 6 P o r t   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 7 1 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ o f f s e t S i n 6 A d d r   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 7 1 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ o f f s e t S i n 6 A d d r   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 7 2 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ o f f s e t S i n 6 A d d r   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 7 2 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ o f f s e t S i n 6 S c o p e I d   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 7 3 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ o f f s e t S i n 6 S c o p e I d   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 7 4 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ o f f s e t S i n 6 S c o p e I d   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 7 4 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ o f f s e t S i n 6 F l o w I n f o   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 7 5 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ o f f s e t S i n 6 F l o w I n f o   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 7 5 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N a t i v e S o c k e t A d d r e s s _ o f f s e t S i n 6 F l o w I n f o   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 7 7 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ b i n d 0   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 8 0 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ b i n d 0   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 8 4 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N e t _ b i n d 0   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 9 5 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ l o c a l I n e t A d d r e s s   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 9 5 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ l o c a l I n e t A d d r e s s   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 9 6 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N e t _ l o c a l I n e t A d d r e s s   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 9 6 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ l o c a l P o r t   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 9 7 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ l o c a l P o r t   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 9 7 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ c h _ N e t _ l o c a l P o r t   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 0 e c c b 0 < b r   / > [ 0 . 8 9 8 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ i s R e u s e P o r t A v a i l a b l e 0   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 e 4 f d 0 < b r   / > [ 0 . 8 9 8 s ] [ i n f o ] [ l i b r a r y ]   F a i l e d   t o   f i n d   J a v a _ s u n _ n i o _ c h _ N e t _ i s R e u s e P o r t A v a i l a b l e 0   i n   l i b r a r y   w i t h   h a n d l e   0 x 0 0 0 0 7 f 9 a 7 c 7 6 e 7 6 0 < b r   / > [ 0 . 8 9 8 s ] [ i n f o ] [ l i b r a r y ]   F o u n d   J a v a _ s u n _ n i o _ ch_Net_isReusePortAvailable0 in library with handle 0x00007f9a7c0eccb0
[0.900s][info][library] Failed to find Java_sun_nio_ch_Net_setIntOption0 in library with handle 0x00007f9a7c7e4fd0
[0.900s][info][library] Failed to find Java_sun_nio_ch_Net_setIntOption0 in library with handle 0x00007f9a7c76e760
[0.900s][info][library] Found Java_sun_nio_ch_Net_setIntOption0 in library with handle 0x00007f9a7c0eccb0
[0.914s][info][library] Failed to find Java_sun_nio_ch_IOUtil_configureBlocking in library with handle 0x00007f9a7c7e4fd0
[0.914s][info][library] Failed to find Java_sun_nio_ch_IOUtil_configureBlocking in library with handle 0x00007f9a7c76e760
[0.914s][info][library] Found Java_sun_nio_ch_IOUtil_configureBlocking in library with handle 0x00007f9a7c0eccb0
[0.915s][info][library] Failed to find Java_sun_nio_ch_Net_connect0 in library with handle 0x00007f9a7c7e4fd0
[0.915s][info][library] Failed to find Java_sun_nio_ch_Net_connect0 in library with handle 0x00007f9a7c76e760
[0.916s][info][library] Found Java_sun_nio_ch_Net_connect0 in library with handle 0x00007f9a7c0eccb0
[0.917s][info][library] Failed to find Java_sun_nio_ch_Net_pollConnect in library with handle 0x00007f9a7c7e4fd0
[0.920s][info][library] Failed to find Java_sun_nio_ch_Net_pollConnect in library with handle 0x00007f9a7c76e760
[0.920s][info][library] Found Java_sun_nio_ch_Net_pollConnect in library with handle 0x00007f9a7c0eccb0
[0.924s][info][library] Failed to find Java_sun_nio_ch_IOUtil_fdLimit in library with handle 0x00007f9a7c7e4fd0
[0.926s][info][library] Failed to find Java_sun_nio_ch_IOUtil_fdLimit in library with handle 0x00007f9a7c76e760
[0.926s][info][library] Found Java_sun_nio_ch_IOUtil_fdLimit in library with handle 0x00007f9a7c0eccb0
[0.927s][info][library] Failed to find Java_sun_nio_ch_EPoll_eventSize in library with handle 0x00007f9a7c7e4fd0
[0.928s][info][library] Failed to find Java_sun_nio_ch_EPoll_eventSize in library with handle 0x00007f9a7c76e760
[0.928s][info][library] Found Java_sun_nio_ch_EPoll_eventSize in library with handle 0x00007f9a7c0eccb0
[0.929s][info][library] Failed to find Java_sun_nio_ch_EPoll_eventsOffset in library with handle 0x00007f9a7c7e4fd0
[0.929s][info][library] Failed to find Java_sun_nio_ch_EPoll_eventsOffset in library with handle 0x00007f9a7c76e760
[0.929s][info][library] Found Java_sun_nio_ch_EPoll_eventsOffset in library with handle 0x00007f9a7c0eccb0
[0.930s][info][library] Failed to find Java_sun_nio_ch_EPoll_dataOffset in library with handle 0x00007f9a7c7e4fd0
[0.930s][info][library] Failed to find Java_sun_nio_ch_EPoll_dataOffset in library with handle 0x00007f9a7c76e760
[0.931s][info][library] Found Java_sun_nio_ch_EPoll_dataOffset in library with handle 0x00007f9a7c0eccb0
[0.931s][info][library] Failed to find Java_sun_nio_ch_EPoll_create in library with handle 0x00007f9a7c7e4fd0
[0.932s][info][library] Failed to find Java_sun_nio_ch_EPoll_create in library with handle 0x00007f9a7c76e760
[0.932s][info][library] Found Java_sun_nio_ch_EPoll_create in library with handle 0x00007f9a7c0eccb0
[0.933s][info][library] Failed to find Java_sun_nio_ch_EventFD_eventfd0 in library with handle 0x00007f9a7c7e4fd0
[0.933s][info][library] Failed to find Java_sun_nio_ch_EventFD_eventfd0 in library with handle 0x00007f9a7c76e760
[0.939s][info][library] Found Java_sun_nio_ch_EventFD_eventfd0 in library with handle 0x00007f9a7c0eccb0
[0.956s][info][library] Failed to find Java_sun_nio_ch_EPoll_ctl in library with handle 0x00007f9a7c7e4fd0
[0.966s][info][library] Failed to find Java_sun_nio_ch_EPoll_ctl in library with handle 0x00007f9a7c76e760
[0.971s][info][library] Found Java_sun_nio_ch_EPoll_ctl in library with handle 0x00007f9a7c0eccb0
[0.976s][info][library] Failed to find Java_sun_nio_ch_FileDispatcherImpl_write0 in library with handle 0x00007f9a7c7e4fd0
[0.977s][info][library] Failed to find Java_sun_nio_ch_FileDispatcherImpl_write0 in library with handle 0x00007f9a7c76e760
[0.977s][info][library] Found Java_sun_nio_ch_FileDispatcherImpl_write0 in library with handle 0x00007f9a7c0eccb0
[0.983s][info][library] Failed to find Java_sun_nio_ch_EPoll_wait in library with handle 0x00007f9a7c7e4fd0
[0.983s][info][library] Failed to find Java_sun_nio_ch_EPoll_wait in library with handle 0x00007f9a7c76e760
[0.984s][info][library] Found Java_sun_nio_ch_EPoll_wait in library with handle 0x00007f9a7c0eccb0
[0.988s][info][library] Failed to find Java_sun_nio_ch_SocketDispatcher_read0 in library with handle 0x00007f9a7c7e4fd0
[0.988s][info][library] Failed to find Java_sun_nio_ch_SocketDispatcher_read0 in library with handle 0x00007f9a7c76e760
[0.989s][info][library] Found Java_sun_nio_ch_SocketDispatcher_read0 in library with handle 0x00007f9a7c0eccb0
Большая часть вывода говорит о том, что «не удалось найти» библиотеку. Но затем я вижу другие строки, в которых библиотека действительно найдена.
Есть ли какой-то другой аргумент, который мне следует использовать, чтобы исключить все элементы «не удалось найти» и просто посмотреть, что на самом деле загружено? ?
Для ясности: я хочу видеть только загруженные собственные библиотеки, которые вызываются собственным интерфейсом Java (JNI), поскольку у меня есть доказательства того, что в приложении Java существует утечка памяти. когда он вызывает какой-либо собственный код через JNI.
Но этот вывод не проливает столько света на этот вопрос, как я надеялся.
Или, может быть, я просто неправильно его читаю?

Подробнее здесь: https://stackoverflow.com/questions/755 ... tup-of-a-j
Ответить

Быстрый ответ

Изменение регистра текста: 
Смайлики
:) :( :oops: :roll: :wink: :muza: :clever: :sorry: :angel: :read: *x)
Ещё смайлики…
   
К этому ответу прикреплено по крайней мере одно вложение.

Если вы не хотите добавлять вложения, оставьте поля пустыми.

Максимально разрешённый размер вложения: 15 МБ.

Вернуться в «JAVA»