RFR: 8314491: Linux: jexec launched via PATH fails to find java [v3]

Roger Riggs rriggs at openjdk.org
Mon Aug 21 20:10:30 UTC 2023


On Mon, 21 Aug 2023 07:14:44 GMT, Vladimir Petko <vpetko at openjdk.org> wrote:

>> 8314491: Linux: jexec launched via PATH fails to find java
>
> Vladimir Petko has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Review comment: use /proc/self/exe as the backup option

test/jdk/tools/launcher/Jexec.java line 44:

> 42: import java.util.Map;
> 43: import java.util.UUID;
> 44: import java.util.HashMap;

Check if the imports are really used.  I can't imagine why java.beans.Transient would be needed, ditto UUID, etc.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15343#discussion_r1300594902


More information about the core-libs-dev mailing list