On Tue, 21 Apr 2026 08:28:01 GMT, Per Minborg <[email protected]> wrote:

> This PR proposes to improve the `TestBufferStackStress` and 
> `TestBufferStackStress2` tests by removing an unnecessary `@build` tag and 
> reducing the required work of  `TestBufferStackStress`.
> 
> The `TestBufferStackStress` is also proposed to be removed from the 
> ProblemList as the underlying issue 
> (https://bugs.openjdk.org/browse/JDK-8350455) has been fixed.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

Hello Per,

> The TestBufferStackStress is also proposed to be removed from the ProblemList 
> as the underlying issue (https://bugs.openjdk.org/browse/JDK-8350455) has 
> been fixed.

JDK-8350455 was a Apple bug which has been fixed only in macos 26 and higher. 
We continue to test against older versions of macos (for example macos 15.x). 
So if this test is removed from problem listing then it is likely to run into 
the previous issue on those versions of macos. It might be better to skip this 
test for older versions of macos.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/30835#issuecomment-4288693678

Reply via email to