RFR: 8364822: Comment cleanup, stale references to closeDescriptors and UNIXProcess.c
Francesco Andreuzzi
duke at openjdk.org
Thu Aug 7 08:32:21 UTC 2025
On Thu, 7 Aug 2025 01:49:41 GMT, Guanqiang Han <ghan at openjdk.org> wrote:
> Clean up some stale comment references. Trivial changes.
src/hotspot/os/linux/os_linux.cpp line 4876:
> 4874: // flag set. If we don't set it, then careless 3rd party native code
> 4875: // might fork and exec without closing all appropriate file descriptors
> 4876: // , and this in turn might:
Shouldn't the comma go to the previous line?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26667#discussion_r2259543717
More information about the core-libs-dev
mailing list