bkilambi
bkilambi
Thank you for all the reviews. /integrate
/contributor add @e1iu
> Before this patch, the `ReductionNode` is strict-ordered and the `UnorderedReductionNode` is unordered. If we want an unordered reduction node, we just extends `UnorderedReductionNode` instead of `ReductionNode`. Now you think...
Can I please ask for more reviews for this PR? Thank you in advance!
@eme64 Thank you so much for your review and feedback comments. Here are my responses to your questions - **> So in that case, your optimization here should not just...
There seem to be a couple of failures. Linux cross-compile fails but this seems to be more of a build problem than something caused by my patch. There's one JTREG...
Thank you Jatin. I will do that once this PR is approved and merged upstream.
@eme64 Thank you for the notification and your review ! I did change the title in the bug but forgot to do that in the PR as well. Changed that...
I see that this test -` "jdk/java/util/HashMap/WhiteBoxResizeTest.java"` seems to have failed on an x86 machine. I have tested it on my local x86 machine and the test passes.
Hi @eme64 @theRealAph I have uploaded the latest patch addressing all review comments. Can I please ask for more reviews. Thank you ..