Re: RFR: JDK-8085822 JEP 223: New Version-String Scheme (initial integration)

2015-06-10 Thread Erik Joelsson
Looks good. /Erik On 2015-06-10 15:44, Magnus Ihse Bursie wrote: On 2015-06-09 01:31, Daniel D. Daugherty wrote: > http://cr.openjdk.java.net/~ihse/JDK-8085822-JEP-223-initial-patch/webrev.01 General comment: Not all copyright years were updated. I realize I missed that part of the revi

Re: RFR 9: 8086117: java/lang/Runtime/exec/LotsOfOutput.java still fails intermittently with Process consumes memory

2015-06-10 Thread David Holmes
On 10/06/2015 11:29 PM, Peter Levart wrote: Hi Roger, I don't know how the tests are executed in your environment, but is it possible that, while you're running the test in a shared VM, some other concurrent activity allocates from heap and that the test fails because of that and not because of

Re: RFR: JDK-8085822 JEP 223: New Version-String Scheme (initial integration)

2015-06-10 Thread David Holmes
Hi Magnus, On 10/06/2015 10:13 PM, Magnus Ihse Bursie wrote: On 2015-06-10 11:58, David Holmes wrote: Hi Magnus, Generally looks good - a few comments/queries below. In general, I believe most issues you found are valid. :-) However, as I said before in this thread, I'd like to see them reso

Re: [9] RFR of 8081843: (fs) FileStore.getTotalSpace returns unexpected results with >2TB file systems

2015-06-10 Thread Brian Burkhalter
Redirecting this thread here http://mail.openjdk.java.net/pipermail/nio-dev/2015-June/003187.html to where it should have gone. On Jun 10, 2015, at 3:57 PM, Brian Burkhalter wrote: > Please review at your convenience. > > Issue:https://bugs.openjdk.java.net/browse/JDK-8081843 > Patch

Re: RFR(M): 8081674: EmptyStackException at startup if running with extended or unsupported charset

2015-06-10 Thread Volker Simonis
On Wednesday, June 10, 2015, Mandy Chung wrote: > > > On Jun 10, 2015, at 9:23 AM, Volker Simonis > wrote: > > > > Hy Mandy, > > > > that's a real good proposal and it only requires changes in the jdk > > repository which makes it even more attractive. > > > > I've just checked and it does indee

[9] RFR of 8081843: (fs) FileStore.getTotalSpace returns unexpected results with >2TB file systems

2015-06-10 Thread Brian Burkhalter
Please review at your convenience. Issue: https://bugs.openjdk.java.net/browse/JDK-8081843 Patch: http://cr.openjdk.java.net/~bpb/8081843/webrev.00/ Summary: On Mac OS X use BSD system call statfs() instead of Standard C Library call statvfs() to obtain file system size statistics. Standard r

Re: RFR 9: 8064956 : Remove sun.misc.ExtensionInstallationProvider and relevant classes

2015-06-10 Thread Mandy Chung
Thumbs up. I like code deletion. Mandy > On Jun 10, 2015, at 3:16 PM, Brent Christian > wrote: > > Hi, > > Please review my change for: > > Bug: > https://bugs.openjdk.java.net/browse/JDK-8064956 > Webrev: > http://cr.openjdk.java.net/~bchristi/8064956/ > > After clearing some internal dep

RFR 9: 8064956 : Remove sun.misc.ExtensionInstallationProvider and relevant classes

2015-06-10 Thread Brent Christian
Hi, Please review my change for: Bug: https://bugs.openjdk.java.net/browse/JDK-8064956 Webrev: http://cr.openjdk.java.net/~bchristi/8064956/ After clearing some internal dependencies following the removal of the extension mechanism from JDK 9[1], we can now remove 4 extension-related classes

Re: TimeZone issue in 1.8u60

2015-06-10 Thread Naoto Sato
Hi Tomasz, The change was made to fix a performance regression in JDK8: https://bugs.openjdk.java.net/browse/JDK-8076287 Those time zone names weren't cached in JDK8, so the fix was to cache those arrays, which are also shared with ZoneId.getDisplayName() which can also return generic names.

Re: RFR(M): 8081674: EmptyStackException at startup if running with extended or unsupported charset

2015-06-10 Thread Mandy Chung
> On Jun 10, 2015, at 9:23 AM, Volker Simonis wrote: > > Hy Mandy, > > that's a real good proposal and it only requires changes in the jdk > repository which makes it even more attractive. > > I've just checked and it does indeed solve the initial > EmptyStackException problem in both jdk8 and

Re: RFR: JDK-8085822 JEP 223: New Version-String Scheme (initial integration)

2015-06-10 Thread Alejandro E Murillo
On 6/10/2015 6:13 AM, Magnus Ihse Bursie wrote: On 2015-06-10 11:58, David Holmes wrote: Hi Magnus, Generally looks good - a few comments/queries below. In general, I believe most issues you found are valid. :-) However, as I said before in this thread, I'd like to see them resolved in the

Re: RFR(M): 8081674: EmptyStackException at startup if running with extended or unsupported charset

2015-06-10 Thread Volker Simonis
Hy Mandy, that's a real good proposal and it only requires changes in the jdk repository which makes it even more attractive. I've just checked and it does indeed solve the initial EmptyStackException problem in both jdk8 and jdk9. Here are the corresponding webrevs: http://cr.openjdk.java.net/~

Re: RFR(M): 8081674: EmptyStackException at startup if running with extended or unsupported charset

2015-06-10 Thread Mandy Chung
Have you checked out this patch moving out findBuiltinLib from NativeLibrary class? http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8081674/webrev.00/ Mandy > On Jun 10, 2015, at 12:34 AM, Volker Simonis wrote: > > Mandy, the example/stacktrace I sent was with 8u. > > The problem isn't rel

Re: RFR: JDK-8085822 JEP 223: New Version-String Scheme (initial integration)

2015-06-10 Thread Magnus Ihse Bursie
On 2015-06-09 01:31, Daniel D. Daugherty wrote: > http://cr.openjdk.java.net/~ihse/JDK-8085822-JEP-223-initial-patch/webrev.01 General comment: Not all copyright years were updated. I realize I missed that part of the review. :-( I have now updated the copyright years. Here's a delta revi

Re: RFR 9: 8086117: java/lang/Runtime/exec/LotsOfOutput.java still fails intermittently with Process consumes memory

2015-06-10 Thread Peter Levart
Hi Roger, I don't know how the tests are executed in your environment, but is it possible that, while you're running the test in a shared VM, some other concurrent activity allocates from heap and that the test fails because of that and not because of Process.exec() at all? Regards, Peter O

Re: RFR: JDK-8085822 JEP 223: New Version-String Scheme (initial integration)

2015-06-10 Thread Magnus Ihse Bursie
On 2015-06-10 11:58, David Holmes wrote: Hi Magnus, Generally looks good - a few comments/queries below. In general, I believe most issues you found are valid. :-) However, as I said before in this thread, I'd like to see them resolved in the needed follow-up patches. The source code changes

Re: RFR 9: 8086117: java/lang/Runtime/exec/LotsOfOutput.java still fails intermittently with Process consumes memory

2015-06-10 Thread Roger Riggs
Hi Chris, Thanks for the review. In the previous iteration of this fix, it was recommended to retain the intermittent keyword until there is a track record of the test not failing. Roger On 6/10/15 11:12 AM, Chris Hegarty wrote: Roger, It seems reasonable to be more lenient in testing for

TimeZone issue in 1.8u60

2015-06-10 Thread Tomasz Kowalczewski
Hi, I am not sure where to write about this, I hope somebody will point me to right list if this one is not correct. I have been playing with newest Java 1.8u60 to try PreserveFramePointer functionality. Unfortunately none of our servers start on this version of java. It is because of REST call t

Re: RFR 9: 8086117: java/lang/Runtime/exec/LotsOfOutput.java still fails intermittently with Process consumes memory

2015-06-10 Thread Chris Hegarty
Roger, It seems reasonable to be more lenient in testing for memory consumption in this test, given that the test would OOM quickly if the original bug was present. Are you confident enough to remove the '@key intermittent' tag at the same time? -Chris. On 10/06/15 10:55, Roger Riggs wrot

Re: RFR: JDK-8085822 JEP 223: New Version-String Scheme (initial integration)

2015-06-10 Thread David Holmes
Hi Magnus, Generally looks good - a few comments/queries below. On 9/06/2015 11:52 PM, Magnus Ihse Bursie wrote: Here's an updated webrev, which fixes the typos that were pointed out by reviewers: http://cr.openjdk.java.net/~ihse/JDK-8085822-JEP-223-initial-patch/webrev.02/ common/autoconf/ve

RFR 9: 8086117: java/lang/Runtime/exec/LotsOfOutput.java still fails intermittently with Process consumes memory

2015-06-10 Thread Roger Riggs
Please review a test change in the algorithm for detecting memory growth to resolve an intermittent reporting problem. Webrev: http://cr.openjdk.java.net/~rriggs/webrev-lots-8086117/ Issue: https://bugs.openjdk.java.net/browse/JDK-8086117 Thanks, Roger

Re: RFR(M): 8081674: EmptyStackException at startup if running with extended or unsupported charset

2015-06-10 Thread Volker Simonis
Mandy, the example/stacktrace I sent was with 8u. The problem isn't related to libzip, it is only the first library which gets loaded with System.loadLibrary(). The problem will occur with every library which gets loaded by System.loadLibrary() because java.lang.ClassLoader$NativeLibrary.findBuil

Re: RFR: JDK-8085822 JEP 223: New Version-String Scheme (initial integration)

2015-06-10 Thread Erik Joelsson
Looks good. /Erik On 2015-06-09 15:52, Magnus Ihse Bursie wrote: Here's an updated webrev, which fixes the typos that were pointed out by reviewers: http://cr.openjdk.java.net/~ihse/JDK-8085822-JEP-223-initial-patch/webrev.02/ And here's a (much simpler) delta webrev which shows just these