Re: gcc, arm, and thumbs mode

2022-05-30 Thread Andrew Haley
On 5/30/22 06:57, Thomas Stüfe wrote: For my specific problem, I can and probably should use .function. But my question was more general, should we leave the decision whether to use thumb or arm up to the toolchain. For two reasons, one is executable size - I assume using thumb has certain advant

Re: RFR: 8287171: Refactor null caller tests to a single directory [v3]

2022-05-30 Thread Magnus Ihse Bursie
On Mon, 30 May 2022 00:10:50 GMT, Tim Prinzing wrote: >> Created a test at test/jdk/jdk/nullCaller called NullCallerTest that creates >> a test module with some resources in it for the actual tests that occur at >> the native level. The native part was switched to c++ instead of c to make >> i

Re: RFR: 8287378: GHA: Update cygwin to fix issues in langtools tests on Windows

2022-05-30 Thread Christoph Langer
On Thu, 26 May 2022 16:07:56 GMT, Christoph Langer wrote: > This fixes the Windows GHA test failures that popped up short time ago, e.g. > [these](https://github.com/RealCLanger/jdk/runs/6598399845) > > Failing tests: > tools/javac/Paths/MineField.sh > tools/javac/Paths/wcMineField.sh > > I've

Re: RFR: 8287378: GHA: Update cygwin to fix issues in langtools tests on Windows

2022-05-30 Thread Aleksey Shipilev
On Thu, 26 May 2022 16:07:56 GMT, Christoph Langer wrote: > This fixes the Windows GHA test failures that popped up short time ago, e.g. > [these](https://github.com/RealCLanger/jdk/runs/6598399845) > > Failing tests: > tools/javac/Paths/MineField.sh > tools/javac/Paths/wcMineField.sh > > I've

Re: RFR: 8287378: GHA: Update cygwin to fix issues in langtools tests on Windows

2022-05-30 Thread Christoph Langer
On Thu, 26 May 2022 16:07:56 GMT, Christoph Langer wrote: > This fixes the Windows GHA test failures that popped up short time ago, e.g. > [these](https://github.com/RealCLanger/jdk/runs/6598399845) > > Failing tests: > tools/javac/Paths/MineField.sh > tools/javac/Paths/wcMineField.sh > > I've

Integrated: 8287378: GHA: Update cygwin to fix issues in langtools tests on Windows

2022-05-30 Thread Christoph Langer
On Thu, 26 May 2022 16:07:56 GMT, Christoph Langer wrote: > This fixes the Windows GHA test failures that popped up short time ago, e.g. > [these](https://github.com/RealCLanger/jdk/runs/6598399845) > > Failing tests: > tools/javac/Paths/MineField.sh > tools/javac/Paths/wcMineField.sh > > I've