Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Memory allocations after startup...

Let me be more specific…

 

Once my application is up and running, if my “advices” are not actually making memory allocations, will the code in aspectjrt.jar be making memory allocations?  What about inter-type declarations?

 

Eyon

 


From: Eyon Land
Sent: Wednesday, November 23, 2005 5:04 PM
To: 'aspectj-users@xxxxxxxxxxx'
Subject: Memory allocations...

 

Does anyone know whether the aspectjrt.jar (I’m running the latest development release) creates new objects?

 

I’m currently writing a real-time application where I need to control when the garbage collector runs.

 

Thank you for your input!

Eyon

 


Back to the top