Disable LocalSyncCompiles under FullSpeedDebug - #15686
Conversation
|
Attn @mpirvu. I've still only tested |
Yes, please. |
The JITServerLocalSyncCompiles option causes remote recompilations to be scheduled after synchronous JIT compilations. This is incompatible with FullSpeedDebug, which is supposed to disable recompilations. Signed-off-by: Christian Despres <despresc@ibm.com>
|
jenkins test sanity plinuxjit,xlinuxjit,zlinuxjit jdk17 |
|
There was a timeout on pLinux for cmdLineTester_gcsuballoctests_0 |
|
I don't know why the test on x86 was aborted. No test in particular has timed out, but maybe the entire test sequence took too long. |
|
jenkins test sanity plinuxjit,xlinuxjit jdk17 |
|
The failing X tests all pass, 15x. https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/26628/. |
|
pLinux again failed though I don't see how this PR can affect a GC test that executes only |
|
The change in this PR only takes effect when FSD mode is enabled. The |
The JITServerLocalSyncCompiles option causes remote recompilations to
be scheduled after synchronous JIT compilations. This is incompatible
with FullSpeedDebug, which is supposed to disable recompilations.
Signed-off-by: Christian Despres despresc@ibm.com