Yes, that would break. That's one of the scenarios where you would need to use 
the Linkage Editor.

________________________________________
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> on behalf of 
Paul Gilmartin <0000042bfe9c879d-dmarc-requ...@listserv.ua.edu>
Sent: Wednesday, February 15, 2023 6:59 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Are JNI required to be re-entrant and/or re-usable?

On Wed, 15 Feb 2023 23:10:53 +0000, Seymour J Metz wrote:
>    ...
>Reentrant: You can invoke the module concurrently from multiple tasks and get 
>correct results. The code is responsible for any necessary serialization.
>
>Refreshable: The module gets correct results even if the OS replaces it with a 
>fresh copy in the middle of execution. 99% of the time refreshable modules are 
>read-only code.
>
>Originally marking as refreshable was independent of the other attributes, but 
>the Binder forces a hierarchy:
>
How much compatibility did this change break?  Formerly, a module might have 
been marked
refreshable because it was read-only code, but not reentrant because it relied 
merely on that property
to serialize its access to an external resource.

--
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to