Re: RFR: 8293806: JDK_JAVA_OPTIONS picked up twice if launcher re-executes itself

2022-12-13 Thread Dmitry Samersoff
On Thu, 8 Dec 2022 14:21:36 GMT, Alan Bateman wrote: >> If the user has set LD_LIBRARY_PATH to use a particular libjvm.so, options >> from the JDK_JAVA_OPTIONS environment variable are picked up twice. >> >> If an option cannot be accepted twice (e.g., -agentlib), the application >> fails to

Re: RFR: 8293806: JDK_JAVA_OPTIONS picked up twice if launcher re-executes itself

2022-12-08 Thread Alan Bateman
On Tue, 6 Dec 2022 14:04:44 GMT, Dmitry Samersoff wrote: > If the user has set LD_LIBRARY_PATH to use a particular libjvm.so, options > from the JDK_JAVA_OPTIONS environment variable are picked up twice. > > If an option cannot be accepted twice (e.g., -agentlib), the application > fails to