JDK 22 | JDK 23 |
---|---|
22Fixed | 23 b06Fixed |
Relates :
|
Currently G1's heap region pin count is an uint, which might overflow with 4B nested GetCriticalPrimitiveArray. This may overflow with reasonable effort. Extend to size_t (64 bits) for safety.
|