Henry Zongaro

Results 104 comments of Henry Zongaro

Thanks for reporting the problem. In my own runs, I needed to include the `count=1,disableAsyncCompilation` JIT compiler options, and I ended up with different `lastOptIndex` settings than yours: ``` $...

We haven't investigated this problem enough to get a fix in for the 0.44.0 release. Moving to 0.45.

I took a quick look at the log file for the [original test case](#issue-2134797854), and I have confirmed that it's a problem in Idiom Recognition. Before Idiom Recogition, the IL...

@Qeryu, I took a look at the [second test](https://github.com/eclipse-openj9/openj9/issues/18955#issuecomment-1962947162) that you mentioned in this issue. I believe that problem is a duplicate of either #18777 or #19218, both of which...

@Spencer-Comin, may I ask you to take a look at this problem in Idiom Recognition?

@BradleyWood, may I ask you to help look at this problem? I haven't looked at this in any detail, but I'm wondering whether the more expensive liveness analysis proposed in...

@BradleyWood, could you take a look at @dmitripivkine's recent suspicions?

I hit this timeout on zLinux in a PR build: https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_s390x_linux_Personal_testList_1/28/ and https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_s390x_linux_Personal_testList_0/28/

Hi, @Aman254. That was just one example of the problem. I would recommend focusing on everything under the [OpenJ9 runtime/compiler folder](https://github.com/eclipse-openj9/openj9/tree/master/runtime/compiler) and all of its subfolders for the purposes of...

Hi, @Aman254. Thanks for the speedy work! As @RSalman mentioned in [your Slack thread](https://openj9.slack.com/archives/C8312LCV9/p1683181530299739), you will need to create a fork of the https://github.com/eclipse-openj9/openj9.git repository and open a pull request.