On Wed, 11 Mar 2026 13:43:46 GMT, SendaoYan <[email protected]> wrote:
>> Hello @sendaoYan ,I haven't yet reviewed the changes, but a reply just to >> this specific part - the `@requires` can be useful to prevent the test from >> even being picked up for execution if it doesn't match the expected >> `@requires`. What it means is that it can potentially prevent launching a >> java process (for example) just to have the test then throw a >> `SkippedException`. So `@requires` can help if you know beforehand that a >> particular platform isn't expected to support SCTP. > > Although Windows and macOS do not natively support SCTP, maybe it possible to > achieve SCTP protocol support on Windows or macOS by installing third-party > libraries. I'am not sure, Lots of interest in SCTP about 15 years ago, esp. in some protocols used in the telco area. However, it seems to have lost momentum and not clear that it is worth putting effort into now. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30186#discussion_r2918539292
