Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Rational Purify and JNI

843829Jul 23 2002 — edited May 7 2004
All,

has anyone managed to get Purify to run in conjunction with JNI? I was planning on instrumenting the native library with the Purify API, but apparently Purify cannot handle shared libraries:

purify CC $(OBJECTS) -compat=4 -DSOLARIS -D_STRUCTURED_PROC=1 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -G -L./ -lC -o libTst.so
Purify 2002a.06.00 Solaris 2 (32-bit) Copyright (C) 1992-2002 Rational Software Corp. All rights reserved.
Instrumenting:
Purify engine: Error: Sorry, Purify cannot produce shared objects.

make: *** [libs] Error 1

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 4 2004
Added on Jul 23 2002
7 comments
327 views