Relates :
|
|
Relates :
|
Since JDK-8198756, compiler threads are created/removed at runtime depending on the compile queue length. They were supposed to be limited by the available memory, too, but there's a bug in the limiting function (missing braces). We should also make this dependent on the available space in the code cache because it does not make sense to add more compiler threads if there is almost no space for compiled code and scratch buffers left (JDK-8177899).
|