Re-using shared object in another unrelated test?

Thomas Stüfe thomas.stuefe at gmail.com
Thu Sep 7 08:23:17 UTC 2017


Hi all,

I'd am writing a jtreg test which loads a native shared library. I do not
actually need to do anything with the shared library, so loading and
unloading again. I do not plan on resolving any exports, it just needs to
be there and be valid, on all platforms.

There are a number of shared objects which would be a fit, e.g. JniVersion.
Would it be okay to use this in a jtreg test or would this be considered
bad form?

Thank you, Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/jtreg-use/attachments/20170907/8c881ecd/attachment.html>


More information about the jtreg-use mailing list