JDK 22 |
---|
22 b22Fixed |
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
Using the new compiler memory statistic (JDK-8318016), implement per-compilation memory ceiling. When reaching the ceiling, it should either crash with a hs-err file or stop the compilation. The latter is difficult to do at every allocation but can be approximated, for C2 at least, by hooking into the C2 node limit check.
|