Re: RFR: 8282664: Unroll by hand StringUTF16 and StringLatin1 polynomial hash loops

2022-10-30 Thread Quan Anh Mai
On Mon, 31 Oct 2022 02:12:22 GMT, Quan Anh Mai wrote: >> Continuing the work initiated by @luhenry to unroll and then intrinsify >> polynomial hash loops. >> >> I've rewired the library changes to route via a single `@IntrinsicCandidate` >> method. To make this work I've harmonized how they ar

Re: RFR: 8282664: Unroll by hand StringUTF16 and StringLatin1 polynomial hash loops

2022-10-30 Thread Quan Anh Mai
On Tue, 25 Oct 2022 10:37:40 GMT, Claes Redestad wrote: > Continuing the work initiated by @luhenry to unroll and then intrinsify > polynomial hash loops. > > I've rewired the library changes to route via a single `@IntrinsicCandidate` > method. To make this work I've harmonized how they are i

Re: Jpackage OS/X DMG install Application folder alias name incorrectly shows as path with /

2022-10-30 Thread Michael Hall
> On Oct 26, 2022, at 7:55 PM, Michael Hall wrote: > > I was looking to see what any other dmg’s I have do to handle this. Not many > do. But those usually seem to use a smaller background image and icons. > I may look at that to see if I can manage something like that. I made some changes t

Re: RFR: 8282664: Unroll by hand StringUTF16 and StringLatin1 polynomial hash loops

2022-10-30 Thread Claes Redestad
On Sat, 29 Oct 2022 15:11:56 GMT, Quan Anh Mai wrote: > I am planning to submit that patch after finishing with the current > under-reviewed PRs. That patch was stalled because there was no node for > vectorised unsigned cast and constant values. The first one has been added > and the second o

Re: RFR: 8295970: Add jdk_vector tests in GHA [v2]

2022-10-30 Thread Jie Fu
On Sat, 29 Oct 2022 23:08:38 GMT, Sergey Bylokhov wrote: > What about possibility to run additional group of the test by passing somehow > the name of group to the GA, via label or via /test cmd, or via parameter to > the specific task in GA? Well, it sounds good to run specific tests via labe

Re: RFR: 8295970: Add jdk_vector tests in GHA

2022-10-30 Thread Jie Fu
On Sat, 29 Oct 2022 07:58:49 GMT, Alan Bateman wrote: > I realise there are already some test lists in both the hotspot and jdk > TEST.groups but it feels like it needs something better so that > RunTests.gmk/jtreg can select the sanity tests to run. Thanks @AlanBateman for this comment. Is th