Re: RFR: 8298638: Cleanup of unix java_md.c for better re-exec handling

2022-12-16 Thread Dmitry Samersoff
On Wed, 14 Dec 2022 09:51:20 GMT, Alan Bateman wrote: >> src/java.base/unix/native/libjli/java_md.c line 177: >> >>> 175: char clientPattern[] = "lib/client"; >>> 176: char serverPattern[] = "lib/server"; >>> 177: char minimalPattern[] = "lib/minimal"; >> >> I don't see any point

Re: RFR: 8298638: Cleanup of unix java_md.c for better re-exec handling

2022-12-14 Thread Alan Bateman
On Wed, 14 Dec 2022 00:59:53 GMT, David Holmes wrote: >> Move "unix" java_md.c cleanup, which is the prerequisites for the fix for >> JDK-8293806 (PR https://github.com/openjdk/jdk/pull/11538), to a separate PR. >> >> @AlanBateman, @dholmes-ora please, take a look to the changes. > >

Re: RFR: 8298638: Cleanup of unix java_md.c for better re-exec handling

2022-12-13 Thread David Holmes
On Tue, 13 Dec 2022 09:32:11 GMT, Dmitry Samersoff wrote: > Move "unix" java_md.c cleanup, which is the prerequisites for the fix for > JDK-8293806 (PR https://github.com/openjdk/jdk/pull/11538), to a separate PR. > > @AlanBateman, @dholmes-ora please, take a look to the changes. I'm okay

RFR: 8298638: Cleanup of unix java_md.c for better re-exec handling

2022-12-13 Thread Dmitry Samersoff
Move "unix" java_md.c cleanup, which is the prerequisites for the fix for JDK-8293806 (PR https://github.com/openjdk/jdk/pull/11538), to a separate PR. @AlanBateman, @dholmes-ora please, take a look to the changes. - Commit messages: - 8298638: Cleanup of unix java_md.c for better