KONNO Kazuhiro

Results 316 comments of KONNO Kazuhiro

Related PR in OMR: https://github.com/eclipse/omr/pull/7243

Additional finding: AIX JIT accesses `J9VMThread->tlhPrefetchFTA`, but the field is not updated by the GC side because `J9VM_GC_TLH_PREFETCH_FTA` is disabled on AIX. p codegen accessing `tlhPrefetchFTA`: (There are some other...

Jenkins test sanity alinux64,amac jdk17

PR #18918 has been merged. `J9VM_GC_TLH_PREFETCH_FTA` and `OMR_GC_TLH_PREFETCH_FTA` have consistent values on every platform now. It is up to Power and Z people to investigate the differences between AIX and...

Jenkins test sanity alinux64,amac jdk17 depends eclipse/omr#7243

Jenkins test sanity alinux64,amac jdk17

Jobs for sanity.functional tests failed with the following error: ``` org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: WorkflowScript: 502: unexpected char: '\' @ line 502, column 70. ROR: Cannot delete workspace :\s?Unable ^ ```...

@0xdaryl Correct. That is the reason why I disabled DualTLH by default on AArch64 in January with https://github.com/eclipse/omr/pull/7243.

I changed this PR to the draft state because some tests in sanity.functional failed with this PR and with the `-Xjit:enableDualTLH` option. https://openj9-jenkins.osuosl.org/job/Grinder/3666/ DualTLH used to work when I tested...