| JDK 20 | JDK 21 |
|---|---|
| 20 b30Fixed | 21Fixed |
|
Relates :
|
```
/home/shade/trunks/shipilev-jdk20/src/hotspot/share/runtime/continuationFreezeThaw.cpp: In constructor 'FreezeBase::FreezeBase(JavaThread*, ContinuationWrapper&, intptr_t*)':
/home/shade/trunks/shipilev-jdk20/src/hotspot/share/runtime/continuationFreezeThaw.cpp:487:64: error: 'abi_reg_args_size' is not a member of 'frame'
487 | PPC64_ONLY(frame::abi_reg_args_size >> LogBytesPerWord);
| ^~~~~~~~~~~~~~~~~
```
|