Re: RFR: 8342440: [BACKOUT] Support two vector selectFrom API

2024-10-16 Thread Jatin Bhateja
On Wed, 16 Oct 2024 17:49:51 GMT, Chen Liang wrote: > This reverts commit 709914fc92dd180c8f081ff70ef476554a04f4ce, #20508. It was > based against the master from a few months ago and caused build failures on > all platforms upon integration. The reverted commit can build again on my > persona

Re: RFR: 8342440: [BACKOUT] Support two vector selectFrom API

2024-10-16 Thread Jatin Bhateja
On Wed, 16 Oct 2024 18:08:36 GMT, Chen Liang wrote: > Sure. Please reuse https://bugs.openjdk.org/browse/JDK-8342439 (feel free to > edit the title and description to indicate this is a hotfix) for your hotfix. Ok, fix is ready, I will update the title and fix as a build issue. Thanks!! -

Re: RFR: 8342440: [BACKOUT] Support two vector selectFrom API

2024-10-16 Thread Chen Liang
On Wed, 16 Oct 2024 17:49:51 GMT, Chen Liang wrote: > This reverts commit 709914fc92dd180c8f081ff70ef476554a04f4ce, #20508. It was > based against the master from a few months ago and caused build failures on > all platforms upon integration. The reverted commit can build again on my > persona

Re: RFR: 8342440: [BACKOUT] Support two vector selectFrom API

2024-10-16 Thread Jatin Bhateja
On Wed, 16 Oct 2024 17:49:51 GMT, Chen Liang wrote: > This reverts commit 709914fc92dd180c8f081ff70ef476554a04f4ce, #20508. It was > based against the master from a few months ago and caused build failures on > all platforms upon integration. The reverted commit can build again on my > persona

Re: RFR: 8342440: [BACKOUT] Support two vector selectFrom API

2024-10-16 Thread Chen Liang
On Wed, 16 Oct 2024 17:49:51 GMT, Chen Liang wrote: > This reverts commit 709914fc92dd180c8f081ff70ef476554a04f4ce, #20508. It was > based against the master from a few months ago and caused build failures on > all platforms upon integration. The reverted commit can build again on my > persona

Re: RFR: 8342440: [BACKOUT] Support two vector selectFrom API

2024-10-16 Thread Vladimir Kozlov
On Wed, 16 Oct 2024 17:49:51 GMT, Chen Liang wrote: > This reverts commit 709914fc92dd180c8f081ff70ef476554a04f4ce, #20508. It was > based against the master from a few months ago and caused build failures on > all platforms upon integration. The reverted commit can build again on my > persona

RFR: 8342440: [BACKOUT] Support two vector selectFrom API

2024-10-16 Thread Chen Liang
This reverts commit 709914fc92dd180c8f081ff70ef476554a04f4ce, #20508. It was based against the master from a few months ago and caused build failures on all platforms upon integration. The reverted commit can build again on my personal machine. - Commit messages: - Revert "8338023