cu is having a JNI application and the delete operator is not overloading properly. JDK version is 1.3.0. C++ version is Forte 6.0 update 1.
The procedure for reproducing the problem is follows and the files are in the attachments:
o build the test case:
1. Compile the java source - OpDelete.java
2. Create a shared library named "libopdelete.so" from OpDelete.cpp. Files 4
and 5 might help in doing that.
Javah was run on on the classfile and the resulting OpDelete.h is attached. So
you will not need to generate that file.
To run the test case:
1. Put libopdelete.so is in your LD_LIBRARY_PATH
2. Put OpDelete.class in your classpath.
3. execute "java OpDelete"
If java 1.3 with a hotspot VM is used, then the following message is printed
out:
"our delete operator was NOT called."
If any non-hotspot VM is used or if the shared library is built using SC 4.2
(compat mode), then the following message is printed out:
"our delete operator was called."
The procedure for reproducing the problem is follows and the files are in the attachments:
o build the test case:
1. Compile the java source - OpDelete.java
2. Create a shared library named "libopdelete.so" from OpDelete.cpp. Files 4
and 5 might help in doing that.
Javah was run on on the classfile and the resulting OpDelete.h is attached. So
you will not need to generate that file.
To run the test case:
1. Put libopdelete.so is in your LD_LIBRARY_PATH
2. Put OpDelete.class in your classpath.
3. execute "java OpDelete"
If java 1.3 with a hotspot VM is used, then the following message is printed
out:
"our delete operator was NOT called."
If any non-hotspot VM is used or if the shared library is built using SC 4.2
(compat mode), then the following message is printed out:
"our delete operator was called."