Consultor Eletrônico



Kbase P179936: Is the r-code for classes with static members ever released during a session after its been loaded?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   03/05/2011
Status: Unverified

GOAL:

Is the r-code for classes with static members ever released during a session after its been loaded?

GOAL:

Is r-code for classes with static properties ever released during the session?

GOAL:

Is r-code for classes with static methods ever released during the session after one has been accessed?

GOAL:

Is the r-code for static classes ever released during a session?

GOAL:

Is memory for loaded static classes ever released?

GOAL:

Is it possible to delete a static class?

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.x
OpenEdge Language Category: OOABL

FIX:

The answer is no. Once a member of a static class has been referenced, the only way to remove it from the r-code cache is to shutdown the session.