Compliation issue with Java 1.5
Following Compilation warning is seen only with Java 1.5 for the code using JNI -
--
/sw/CRFS/solaris2.8-sunpro5.3/THIRDPARTY_SUNSTUDIO9/0_0_3/bin/SUNWspro/prod/bin/stdlibfilt -stderr </tmp/c++filt.27205.1.err
ld: warning: file /share/prime/JDK/jdk1.5.0_06/jre/lib/sparc/libjvm.so: section .SUNW_dof has invalid type 0x6ffffff4
rm /tmp/c++filt.27205.1.err
sgs36a-0032 [/share/prime/JDK/jdk1.5.0_06/jre/lib/sparc]#dump -Cv libjvm.so | egrep SUNW_dof
[8037]0x535f5054756OBJTLOCL215__SUNW_dof
-
Whereas no such warning with Java 1.4.2. Can anyone help me in getting rid of this or any thoughts.>

