Generations
Anyone know what those generations are :
- tenured generation
- permanent generation
- train generation
- old generation
I believe that one of the 3 first contains the newly created objects and that the old generation contains the old objects.
Can anyone help on defining the 3 first.
Ok, I was wrong. The newly created objets are in the New generations.
After that objets goes either in the tenured or the train generation (depending of the jvm config).
And then, they go in the permanent generation.
Anyway, this is what I was able to retreive from the source code, I might be wrong again.