Nathan Henderson
Nathan Henderson
Function specified (post *mlir-clang*): ``` module attributes {llvm.data_layout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128", llvm.target_triple = "x86_64-unknown-linux-gnu"} { func @kernel_gemm(%arg0: i32, %arg1: i32, %arg2: i32, %arg3: f64, %arg4: f64, %arg5: memref, %arg6: memref, %arg7:...
@kumasento The interesting thing is that -pluto-opt *works* (does something but obviously not the desired output) when we just remove the calls to @S# functions from *main*. Just to be...
@pk-218 No I haven't revisited this on the Mac since opening the issue. Our solution was to just only use an x64 Linux machine for any Polygeist stuff.
I am experiencing this pretty consistently locally when trying to run DayTrader benchmarks on OJDK MH builds for JDK11. Edit for context: OpenJ9 SHA 5a29d29e07da20f0c8d45c0cba7b20a73069fa5f ECLIPSE OMR SHA 0966eb360f6e0537e165426416051ac30c9afc65 JDK11...
> > I am experiencing this pretty consistently locally when trying to run DayTrader benchmarks on OJDK MH builds for JDK11. > > @ThanHenderson is there a way to reproduce...
@JasonFengJ9 Oh, I see. The problem arises when a shared class cache is misused. In my case I have a script that specifies the shared class cache name, and I...
https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk11_j9_sanity.functional_s390x_linux_ojdk292_Personal_testList_1/6/ - [rhel9s390x-svl-rt9-1.fyre.ibm.com](https://hyc-runtimes-jenkins.swg-devops.com/computer/rhel9s390x-svl-rt9-1.fyre.ibm.com) cmdLineTester_criu_nonPortableRestore_5 Expand Output ``` Testing: Create CRIU checkpoint image and restore three times - testMillisDelayBeforeCheckpointDone Test start time: 2024/02/09 08:00:25 Pacific Standard Time Running command: bash /home/jenkins/workspace/Test_openjdk11_j9_sanity.functional_s390x_linux_ojdk292_Personal_testList_1/aqa-tests/TKG/../../jvmtest/functional/cmdLineTests/criu/criuScript.sh...
This failure occurs during the following command: ``` C:\Users\jenkins\workspace\Test_openjdk8_j9_sanity.functional_x86-32_windows_ojdk292_Personal\jdkbinary\j2sdk-image\jre\bin\java.exe -classpath C:/apache-ant/apache-ant-1.10.5/lib/ant-launcher.jar -Dant.home=C:/apache-ant/apache-ant-1.10.5 -Dant.library.dir=C:/apache-ant/apache-ant-1.10.5/lib -Dcygwin.user.home=C:/cygwin64/home/jenkins org.apache.tools.ant.launch.Launcher -cp "" -f ./scripts/build_tools.xml -DTEST_JDK_HOME=C:/Users/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-32_windows_ojdk292_Personal/jdkbinary/j2sdk-image -DTEST_ROOT=/cygdrive/c/Users/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-32_windows_ojdk292_Personal/aqa-tests/TKG/.. -DLIB_DIR=C:/Users/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-32_windows_ojdk292_Personal/../../testDependency/lib ``` Using `jdmpview` we see the exception is...
`javaVM->phase` is `J9VM_PHASE_STARTUP`
Just to add a bit more information: running solely with `-Xjit:optlevel=hot` or `veryHot` or `scorching` does *not* crash. But `noOpt` or `cold` or `warm` does.