JDK 24 |
---|
24 b22Fixed |
CSR :
|
|
Relates :
|
In stack map generation of ClassFile API, ClassDesc.arrayType() and componentType() are frequently called for aaload and aastore instructions. This brings overhead due to frequent string creations. The dedicated ArrayClassDescImpl can have specialized implementations for some methods; for example, other types have simpler checks for `arrayType()` as the 255-dimension check is localized in this class.
|