RFR: JDK-8327444: simplify RESTARTABLE macro usage in JDK codebase [v3]

Brian Burkhalter bpb at openjdk.org
Wed Mar 6 23:17:56 UTC 2024


On Wed, 6 Mar 2024 16:30:23 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

>> We define the RESTARTABLE macro again and again at a lot of places in the JDK native codebase. This could be centralized to avoid repeating it again and again !
>
> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Introduce windows jni_util_md.h

src/java.base/unix/native/libnio/ch/Net.c line 2:

> 1: /*
> 2:  * Copyright (c) 2001, 2024, Oracle and/or its affiliates. All rights reserved.

Is the year change needed as it looks like nothing was changed?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18132#discussion_r1515273416


More information about the core-libs-dev mailing list