< prev index next >

src/jdk.hotspot.agent/share/native/libsaproc/sadis.c

Print this page

        

*** 24,34 **** #include "sun_jvm_hotspot_asm_Disassembler.h" /* * This file implements a binding between Java and the hsdis ! * dissasembler. It should compile on Linux/Solaris and Windows. * The only platform dependent pieces of the code for doing * dlopen/dlsym to find the entry point in hsdis. All the rest is * standard JNI code. */ --- 24,34 ---- #include "sun_jvm_hotspot_asm_Disassembler.h" /* * This file implements a binding between Java and the hsdis ! * disassembler. It should compile on Linux/Solaris and Windows. * The only platform dependent pieces of the code for doing * dlopen/dlsym to find the entry point in hsdis. All the rest is * standard JNI code. */
< prev index next >