Irwin D'Souza
Irwin D'Souza
> I expect we'll need to debug why that AOT is causing the test failures. Yeah I wonder if the AOT validations aren't strong enough to handle these new classes.
I opened https://github.com/eclipse-openj9/openj9/pull/20047, which is essentially the patch I had given you.
I was reading over https://github.com/eclipse-openj9/openj9/issues/18866, specifically the VM Coordination section, and wanted to check if Points 1 and 2 are addressed, namely: 1. Decompile immediately on restore if a user...
>For a failed proactive compilation, we will fall back to using the FSD body which means that a thread will continue to execute that body. Therefore, the VM needs to...
> In the case of JNI Thunks, I'm working on a PR for that. Opened https://github.com/eclipse-openj9/openj9/pull/20108.
I'm not sure it makes sense for this to go into 0.46 since this seems to be a non functional (i.e., reporting) feature rather than a bug fix, esp since...
jenkins test sanity.functional all jdk21
@gita-omr the builds are failing due to: ``` [2024-07-11T14:05:10.969Z] In file included from /home/jenkins/workspace/Build_JDK21_x86-64_linux_Personal/openj9/runtime/compiler/control/CompilationThread.hpp:38, [2024-07-11T14:05:10.969Z] from /home/jenkins/workspace/Build_JDK21_x86-64_linux_Personal/openj9/runtime/compiler/net/ServerStream.hpp:29, [2024-07-11T14:05:10.969Z] from /home/jenkins/workspace/Build_JDK21_x86-64_linux_Personal/openj9/runtime/compiler/control/CompilationRuntime.hpp:45, [2024-07-11T14:05:10.969Z] from /home/jenkins/workspace/Build_JDK21_x86-64_linux_Personal/openj9/runtime/compiler/../compiler/codegen/J9CodeGenerator.hpp:45, [2024-07-11T14:05:10.969Z] from /home/jenkins/workspace/Build_JDK21_x86-64_linux_Personal/openj9/runtime/compiler/x/codegen/J9CodeGenerator.hpp:26, [2024-07-11T14:05:10.969Z] from /home/jenkins/workspace/Build_JDK21_x86-64_linux_Personal/openj9/runtime/compiler/x/amd64/codegen/J9CodeGenerator.hpp:39, [2024-07-11T14:05:10.969Z]...
This PR will conflict with https://github.com/eclipse-openj9/openj9/pull/19850 once that's been merged.
jenkins compile xlinux jdk21