Christian Despres
Christian Despres
I observed this assert when running `testJITServer_0` locally, using a debug build. Console log: ``` Assertion failed at /home/despresc/dev/testing/openj9-openjdk-jdk21/openj9/runtime/compiler/env/j9method.cpp:1012: isAlreadyValidated(aMethod) VMState: 0x000534ff aMethod 0xc2e58 should have already been validated compiling...
The TR_IProfiler::releaseAllEntries() function is used with DEBUG to check that all entries in the IProfiler _bcHashTable are unlocked at JVM exit. This function now compensates for a known race condition...
The isIndexableDataAdrPresent() and isOffHeapAlocationEnabled() methods override the TR_J9VMBase implementations. They are now marked with override; a compilation error results without it with clang in the default configuration (with -Werror).
When a client recompiles a method locally following a remote compilation (enabled with the enableJITServerFollowRemoteCompileWithLocalCompile option) it must set up a local log file for compilation traces if necessary. Previously,...
I tried building the compiler in debug mode, with the environment variable `OPENJ9_JAVA_OPTIONS='-Xjit:ignoreAssert -Xaot:ignoreAssert'` set so that the full JDK would at least be built, and got the following assertion...
Observed in the JITAAS pipeline tests: `MathLoadTest_autosimd_CS_5m_0` - `job/Test_openjdk8_j9_sanity.system_x86-64_linux_jit_Personal/292/` `MathLoadTest_autosimd_special_5m_29` - `job/Test_openjdk17_j9_special.system_x86-64_linux_jit_Personal/213/` - `job/Test_openjdk8_j9_special.system_x86-64_linux_jit_Personal/291/` - `job/Test_openjdk17_j9_special.system_x86-64_linux_jit_Personal/217/` Console output for `MathLoadTest_autosimd_CS_5m_0` ``` MLT >>> Captured test output >>> MLT Test failed:...