On Feb 19, 2016, at 1:55 PM, Nikolay Gorshkov
mailto:niko...@azulsystems.com>> wrote:
Hi Sherman, Sean,
Could you please help with making progress on this code review request?
This fix is waiting for review since October.
Webrev for jdk7u:
http://cr.openjdk.java.net/~nikgor/8133206/jdk7u-dev/w
Hi Kumar,
Thanks for the comments.
On 1/12/16 9:21 PM, Kumar Srinivasan wrote:
Hi Dmitry,
src/java.base/windows/native/libjli/java_md.c
1) use NULL
-GetModuleFileName(0, buf, bufsize);
+GetModuleFileName(NULL, buf, bufsize);
OK.
2) extra LF ?
+ * Removes the trailing file name
Hello,
Please review the following patch
https://bugs.openjdk.java.net/browse/JDK-8145409
http://cr.openjdk.java.net/~dcherepanov/8145409/webrev.v0/
The patch improves GetJREPath() on Windows and implements a fallback for
applications with custom native launcher and private JRE.
Thanks,
Dmi