Christian Despres

Results 26 issues of Christian Despres

We now prefer to compile locally when local sync compilation is enabled and the method in question is cold and synchronous. A function was also passed the incorrect pc when...

comp:jitserver

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

comp:jitserver

Appears in the tests - `ClassLoadingTest_special_5m_18` - `ClassLoadingTest_special_5m_19` - `ClassLoadingTest_special_5m_19 ` - `ClassLoadingTest_special_5m_24` - `DaaLoadTest_all_special_5m_18` - `DaaLoadTest_all_special_5m_19` - `DaaLoadTest_all_special_5m_24` - `DaaLoadTest_daa1_special_5m_18` - `DaaLoadTest_daa1_special_5m_19` - `DaaLoadTest_daa1_special_5m_24` - `DaaLoadTest_daa2_special_5m_18` - `DaaLoadTest_daa2_special_5m_19` -...

comp:jitserver

This thread collects various failures in internal JITServer tests that have been observed recently, for platforms other than Z. I'll be going through them to see if they can be...

comp:jitserver

Unlike the main AOT cache, the current JITServer AOT cache lacks any persistence; only an in-memory cache is supported. An option should be added to allow for JITServer AOT cache...

comp:jitserver

These changes finish resolving https://github.com/eclipse-openj9/openj9/issues/16721 and allow clients of a JITServer to request JITServer AOT cache load or stores regardless of whether or not a client has a local SCC...

comp:jitserver

I have been running `sanity.functional` locally (in containers in a fyre VM, anyway) and have been getting a segfault in `cmdLineTester_pltest_0`. I believe this is because the subtest `j9vmem__testOverlappingSegments` is...

Since the `keepCycles` array is zero-initialized, if the test is aborted in the very first cycle (`i == 0`) the cleanup procedure at the end cannot rely on the fact...

The tests `cmdLineTester_jvmtitests_hcr_OSRG_nongold_0` and `cmdLineTester_jvmtitests_hcr_OSRG_nongold_2` have started failing in the JITServer nightly tests. Both fail in the `rtc003` subtest, and only on X with JDK11, from what I can see....

comp:jitserver