Blocks :
|
|
Blocks :
|
|
Relates :
|
|
Relates :
|
The generations array is being removed in JDK-8055702. The next step is to clean out all auxiliary code used around the array, like any mention of prev_gen or next_gen and get_gen(int). Instead we will use the more explicit young_gen() and old_gen() to refer to the generations.