We have a 64-bit JVM installed on our solaris10 on X86 platform.
I successfully compiled JVMPI library using compile.sh under jvmpi-src/solaris. (used
JAVA_HOME=/usr/jdk/instances/jdk1.5.0_06)
I copied libjbossInspector.so to /usr/lib
then I run test:
$JAVA_HOME/bin/java -XrunjbossInspector:/tmp Aaa
It says no class found exception as it should be. No complains about so library.
But if I run java in 64-bit mode:
$JAVA_HOME/bin/java -d64 -XrunjbossInspector:/tmp Aaa
I get
error:
"Error occurred during initialization of VM
Could not find agent library on the library path or in the local directory:
jbossInspector"
Are some compile flags should be enabled in order to make profiling under 64-bit JVM
workable ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976913#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...