| JDK 26 |
|---|
| 26 b17Fixed |
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
The change to store interface and abstract classes to non-class metaspace doesn't save that much space in the class metaspace or materially increase the number of classes that can be stored there, and it's found to have obscure bugs in C2 and other parts of the system. So this should be reverted. All Klasses should be stored in Class Metaspace if UseCompressedKlassPointers (deprecated) is true.
|