Re: RFR [7] 8133206: "java.lang.OutOfMemoryError: unable to create new native thread" caused by upgrade to zlib 1.2.8

2016-02-24 Thread Dmitry Cherepanov
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

Re: Review request 8145409: Better detect JRE that JLI will be using

2016-01-13 Thread Dmitry Cherepanov
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

Review request 8145409: Better detect JRE that JLI will be using

2015-12-22 Thread Dmitry Cherepanov
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