From stuart.marks at oracle.com Fri Apr 1 05:56:39 2016 From: stuart.marks at oracle.com (Stuart Marks) Date: Thu, 31 Mar 2016 22:56:39 -0700 Subject: RFR: 8145461 changes to @Deprecated annotation In-Reply-To: <56FBCE9B.8030003@redhat.com> References: <56FB03DA.1050607@oracle.com> <56FBCE9B.8030003@redhat.com> Message-ID: <56FE0D97.20800@oracle.com> On 3/30/16 6:03 AM, David M. Lloyd wrote: > As I said in another forum, I think "condemned" is a bit too obtuse to read, > linguistically (not to mention humorously ambiguous, as you yourself pointed > out). I prefer "plain langauge"; something more like "forRemoval" would be > better IMO. Also I agree with Stephen about the usefulness of specifying an > "until" version, but I understand the counterpoints and this could also just as > easily be done by a third-party library, especially now that JavaDoc is > presumably going to be much nicer (and thus hopefully more pluggable). Yes, we've had our bit of fun with "condemned." I've gotten a fair amount of in-person feedback that has been in the form of wrinkled noses and knitted eyebrows and comments like "isn't there a better word?" I admit that was my first impression as well, but I've gotten used to it. Nonetheless, it's time to change it. There doesn't seem to single word that expresses "we have decided to remove this in the future" unambiguously and without excess baggage. So, a compound word seems necessary. After kicking around "toBeRemoved" or "subjectToRemoval" I've come back around to David's suggestion here of "forRemoval". It seems a bit odd when considered by itself, but in actual usage it reads pretty well: @Deprecated(since="9", forRemoval=true) public void foo() { ... } For example, one say "The foo() method has been deprecated for removal." Here's an updated webrev with the rename, as well as other edits in response to feedback: http://cr.openjdk.java.net/~smarks/reviews/8145461/webrev.1/ s'marks From lance.andersen at oracle.com Fri Apr 1 11:14:36 2016 From: lance.andersen at oracle.com (Lance Andersen) Date: Fri, 1 Apr 2016 07:14:36 -0400 Subject: RFR: 8145461 changes to @Deprecated annotation In-Reply-To: <56FE0D97.20800@oracle.com> References: <56FB03DA.1050607@oracle.com> <56FBCE9B.8030003@redhat.com> <56FE0D97.20800@oracle.com> Message-ID: <135CAD6A-73CF-4E83-A256-6A05CADECD97@oracle.com> Hi Stuart The javadoc updates read well and make the intent clear. best Lance > On Apr 1, 2016, at 1:56 AM, Stuart Marks wrote: > > > > On 3/30/16 6:03 AM, David M. Lloyd wrote: >> As I said in another forum, I think "condemned" is a bit too obtuse to read, >> linguistically (not to mention humorously ambiguous, as you yourself pointed >> out). I prefer "plain langauge"; something more like "forRemoval" would be >> better IMO. Also I agree with Stephen about the usefulness of specifying an >> "until" version, but I understand the counterpoints and this could also just as >> easily be done by a third-party library, especially now that JavaDoc is >> presumably going to be much nicer (and thus hopefully more pluggable). > > Yes, we've had our bit of fun with "condemned." I've gotten a fair amount of in-person feedback that has been in the form of wrinkled noses and knitted eyebrows and comments like "isn't there a better word?" I admit that was my first impression as well, but I've gotten used to it. Nonetheless, it's time to change it. > > There doesn't seem to single word that expresses "we have decided to remove this in the future" unambiguously and without excess baggage. > > So, a compound word seems necessary. After kicking around "toBeRemoved" or "subjectToRemoval" I've come back around to David's suggestion here of "forRemoval". It seems a bit odd when considered by itself, but in actual usage it reads pretty well: > > @Deprecated(since="9", forRemoval=true) > public void foo() { ... } > > > > For example, one say "The foo() method has been deprecated for removal." > > Here's an updated webrev with the rename, as well as other edits in response to feedback: > > http://cr.openjdk.java.net/~smarks/reviews/8145461/webrev.1/ > > s'marks > Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037 Oracle Java Engineering 1 Network Drive Burlington, MA 01803 Lance.Andersen at oracle.com From david.lloyd at redhat.com Fri Apr 1 12:15:34 2016 From: david.lloyd at redhat.com (David M. Lloyd) Date: Fri, 1 Apr 2016 07:15:34 -0500 Subject: RFR: 8145461 changes to @Deprecated annotation In-Reply-To: <56FE0D97.20800@oracle.com> References: <56FB03DA.1050607@oracle.com> <56FBCE9B.8030003@redhat.com> <56FE0D97.20800@oracle.com> Message-ID: <56FE6666.9040001@redhat.com> On 04/01/2016 12:56 AM, Stuart Marks wrote: > On 3/30/16 6:03 AM, David M. Lloyd wrote: >> As I said in another forum, I think "condemned" is a bit too obtuse to >> read, >> linguistically (not to mention humorously ambiguous, as you yourself >> pointed >> out). I prefer "plain langauge"; something more like "forRemoval" >> would be >> better IMO. Also I agree with Stephen about the usefulness of >> specifying an >> "until" version, but I understand the counterpoints and this could >> also just as >> easily be done by a third-party library, especially now that JavaDoc is >> presumably going to be much nicer (and thus hopefully more pluggable). > > Yes, we've had our bit of fun with "condemned." I've gotten a fair > amount of in-person feedback that has been in the form of wrinkled noses > and knitted eyebrows and comments like "isn't there a better word?" I > admit that was my first impression as well, but I've gotten used to it. > Nonetheless, it's time to change it. > > There doesn't seem to single word that expresses "we have decided to > remove this in the future" unambiguously and without excess baggage. > > So, a compound word seems necessary. After kicking around "toBeRemoved" > or "subjectToRemoval" I've come back around to David's suggestion here > of "forRemoval". It seems a bit odd when considered by itself, but in > actual usage it reads pretty well: > > @Deprecated(since="9", forRemoval=true) > public void foo() { ... } > > > > For example, one say "The foo() method has been deprecated for removal." > > Here's an updated webrev with the rename, as well as other edits in > response to feedback: > > http://cr.openjdk.java.net/~smarks/reviews/8145461/webrev.1/ Looks good! -- - DML From chris.hegarty at oracle.com Fri Apr 1 12:40:53 2016 From: chris.hegarty at oracle.com (Chris Hegarty) Date: Fri, 1 Apr 2016 13:40:53 +0100 Subject: RFR: 8145461 changes to @Deprecated annotation In-Reply-To: <56FE0D97.20800@oracle.com> References: <56FB03DA.1050607@oracle.com> <56FBCE9B.8030003@redhat.com> <56FE0D97.20800@oracle.com> Message-ID: <56FE6C55.3080202@oracle.com> On 01/04/16 06:56, Stuart Marks wrote: >... > > So, a compound word seems necessary. After kicking around "toBeRemoved" > or "subjectToRemoval" I've come back around to David's suggestion here > of "forRemoval". It seems a bit odd when considered by itself, but in > actual usage it reads pretty well: > > @Deprecated(since="9", forRemoval=true) > public void foo() { ... } > > > > For example, one say "The foo() method has been deprecated for removal." > > Here's an updated webrev with the rename, as well as other edits in > response to feedback: > > http://cr.openjdk.java.net/~smarks/reviews/8145461/webrev.1/ Looks fine. -Chris. From scolebourne at joda.org Fri Apr 1 13:06:41 2016 From: scolebourne at joda.org (Stephen Colebourne) Date: Fri, 1 Apr 2016 14:06:41 +0100 Subject: RFR: 8145461 changes to @Deprecated annotation In-Reply-To: <56FE0D97.20800@oracle.com> References: <56FB03DA.1050607@oracle.com> <56FBCE9B.8030003@redhat.com> <56FE0D97.20800@oracle.com> Message-ID: My only (very minor) comment now is that it makes more logical sense for the since() method to precede the forRemoval() method in the source code (as since will be applied before forRemoval). thanks Stephen On 1 April 2016 at 06:56, Stuart Marks wrote: > > > On 3/30/16 6:03 AM, David M. Lloyd wrote: >> >> As I said in another forum, I think "condemned" is a bit too obtuse to >> read, >> linguistically (not to mention humorously ambiguous, as you yourself >> pointed >> out). I prefer "plain langauge"; something more like "forRemoval" would >> be >> better IMO. Also I agree with Stephen about the usefulness of specifying >> an >> "until" version, but I understand the counterpoints and this could also >> just as >> easily be done by a third-party library, especially now that JavaDoc is >> presumably going to be much nicer (and thus hopefully more pluggable). > > > Yes, we've had our bit of fun with "condemned." I've gotten a fair amount of > in-person feedback that has been in the form of wrinkled noses and knitted > eyebrows and comments like "isn't there a better word?" I admit that was my > first impression as well, but I've gotten used to it. Nonetheless, it's time > to change it. > > There doesn't seem to single word that expresses "we have decided to remove > this in the future" unambiguously and without excess baggage. > > So, a compound word seems necessary. After kicking around "toBeRemoved" or > "subjectToRemoval" I've come back around to David's suggestion here of > "forRemoval". It seems a bit odd when considered by itself, but in actual > usage it reads pretty well: > > @Deprecated(since="9", forRemoval=true) > public void foo() { ... } > > > > For example, one say "The foo() method has been deprecated for removal." > > Here's an updated webrev with the rename, as well as other edits in response > to feedback: > > http://cr.openjdk.java.net/~smarks/reviews/8145461/webrev.1/ > > s'marks > From james.laskey at oracle.com Fri Apr 1 19:15:50 2016 From: james.laskey at oracle.com (Jim Laskey (Oracle)) Date: Fri, 1 Apr 2016 16:15:50 -0300 Subject: RFR: JDK-8151806 - JImage decompress code needs to be revised to be more effective Message-ID: https://bugs.openjdk.java.net/browse/JDK-8151806 http://cr.openjdk.java.net/~jlaskey/8151806/webrev/index.html Clean up some sloppy code. From claes.redestad at oracle.com Fri Apr 1 19:35:11 2016 From: claes.redestad at oracle.com (Claes Redestad) Date: Fri, 1 Apr 2016 21:35:11 +0200 Subject: RFR: JDK-8151806 - JImage decompress code needs to be revised to be more effective In-Reply-To: References: Message-ID: <56FECD6F.4030900@oracle.com> +1 Small nit: + return isCompressed(b) ? (b >> (Byte.SIZE - HEADER_WIDTH)) & 3 : Integer.BYTES; could be: + return isCompressed(b) ? ((b >> HEADER_SHIFT) & 3) : Integer.BYTES; Thanks! /Claes On 2016-04-01 21:15, Jim Laskey (Oracle) wrote: > https://bugs.openjdk.java.net/browse/JDK-8151806 > http://cr.openjdk.java.net/~jlaskey/8151806/webrev/index.html > > Clean up some sloppy code. > > From stuart.marks at oracle.com Fri Apr 1 20:27:42 2016 From: stuart.marks at oracle.com (Stuart Marks) Date: Fri, 1 Apr 2016 13:27:42 -0700 Subject: RFR: 8145461 changes to @Deprecated annotation In-Reply-To: References: <56FB03DA.1050607@oracle.com> <56FBCE9B.8030003@redhat.com> <56FE0D97.20800@oracle.com> Message-ID: <56FED9BE.5040204@oracle.com> On 4/1/16 6:06 AM, Stephen Colebourne wrote: > My only (very minor) comment now is that it makes more logical sense > for the since() method to precede the forRemoval() method in the > source code (as since will be applied before forRemoval). Yes, this is quite sensible. The source code order also determines the order in the javadoc output. I'll change this, and I'll also swap the corresponding paragraphs in the class spec. Thanks, s'marks From mark.reinhold at oracle.com Fri Apr 1 23:20:32 2016 From: mark.reinhold at oracle.com (mark.reinhold at oracle.com) Date: Fri, 01 Apr 2016 16:20:32 -0700 Subject: JEPs proposed to target JDK 9 (2016/3/25) In-Reply-To: <20160325074213.602938152eggemoggin.niobe.net> References: <20160325074213.602938152eggemoggin.niobe.net> Message-ID: <20160401162032.932314784eggemoggin.niobe.net> 2016/3/25 7:42:13 -0700, mark.reinhold at oracle.com: > The following JEPs have been placed into the "Proposed to Target" > state by their owners after discussion and review: > > 277: Enhanced Deprecation > http://openjdk.java.net/jeps/277 > > 283: Enable GTK 3 on Linux > http://openjdk.java.net/jeps/283 Hearing no objections, I've targeted these JEPs to JDK 9. - Mark From mark.reinhold at oracle.com Sat Apr 2 07:43:40 2016 From: mark.reinhold at oracle.com (mark.reinhold at oracle.com) Date: Sat, 02 Apr 2016 00:43:40 -0700 Subject: RFR: 8145461 changes to @Deprecated annotation In-Reply-To: <56FE0D97.20800@oracle.com> References: <56FB03DA.1050607@oracle.com> <56FBCE9B.8030003@redhat.com> <56FE0D97.20800@oracle.com> Message-ID: <20160402004340.726381822eggemoggin.niobe.net> 2016/3/31 22:56:39 -0700, stuart.marks at oracle.com: > ... > > Yes, we've had our bit of fun with "condemned." I've gotten a fair amount of > in-person feedback that has been in the form of wrinkled noses and knitted > eyebrows and comments like "isn't there a better word?" I admit that was my > first impression as well, but I've gotten used to it. Nonetheless, it's time to > change it. Too bad. I always kind of liked "condemned", but I see your reasons for changing it. "forRemoval" is fine, and it does read well. - Mark From staffan.larsen at oracle.com Tue Apr 5 10:10:53 2016 From: staffan.larsen at oracle.com (Staffan Larsen) Date: Tue, 5 Apr 2016 12:10:53 +0200 Subject: CFV: New JDK 9 Reviewer: Marcus Larsson Message-ID: I hereby nominate Marcus Larsson (mlarsson) to JDK 9 Reviewer. Marcus is a member of the Hotspot Serviceability team. He has contributed 34 changesets in HotSpot [3]. Marcus has primarily worked on the new Unified Logging feature, but has also contributed many changes to the GC code. Votes are due by 19 April 2016, 13:00 CEST. Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Three-Vote Consensus voting instructions, see [2]. Staffan Larsen [1] http://openjdk.java.net/census [2] http://openjdk.java.net/projects/#reviewer-vote [3] http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/log?revcount=2000&rev=%28author%28%22mlarsson%22%29+or+desc%28%22Contributed-by%3A+marcus.larsson%40oracle.com%22%29%29+and+not+merge%28%29 From vladimir.x.ivanov at oracle.com Tue Apr 5 10:15:05 2016 From: vladimir.x.ivanov at oracle.com (Vladimir Ivanov) Date: Tue, 5 Apr 2016 13:15:05 +0300 Subject: CFV: New JDK 9 Reviewer: Marcus Larsson In-Reply-To: References: Message-ID: <57039029.4010207@oracle.com> Vote: yes Best regards, Vladimir Ivanov On 4/5/16 1:10 PM, Staffan Larsen wrote: > I hereby nominate Marcus Larsson (mlarsson) to JDK 9 Reviewer. From bengt.rutisson at oracle.com Tue Apr 5 10:11:04 2016 From: bengt.rutisson at oracle.com (Bengt Rutisson) Date: Tue, 5 Apr 2016 12:11:04 +0200 Subject: CFV: New JDK 9 Reviewer: Marcus Larsson In-Reply-To: References: Message-ID: <57038F38.1030401@oracle.com> Vote: yes Bengt On 2016-04-05 12:10, Staffan Larsen wrote: > I hereby nominate Marcus Larsson (mlarsson) to JDK 9 Reviewer. > > Marcus is a member of the Hotspot Serviceability team. He has contributed 34 changesets in HotSpot [3]. Marcus has primarily worked on the new Unified Logging feature, but has also contributed many changes to the GC code. > > Votes are due by 19 April 2016, 13:00 CEST. > > Only current jdk9 Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Staffan Larsen > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#reviewer-vote > [3] http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/log?revcount=2000&rev=%28author%28%22mlarsson%22%29+or+desc%28%22Contributed-by%3A+marcus.larsson%40oracle.com%22%29%29+and+not+merge%28%29 > > From goetz.lindenmaier at sap.com Tue Apr 5 10:17:57 2016 From: goetz.lindenmaier at sap.com (Lindenmaier, Goetz) Date: Tue, 5 Apr 2016 10:17:57 +0000 Subject: CFV: New JDK 9 Reviewer: Marcus Larsson Message-ID: Vote: yes Best, Goetz. > -----Original Message----- > From: jdk9-dev [mailto:jdk9-dev-bounces at openjdk.java.net] On Behalf Of > Staffan Larsen > Sent: Dienstag, 5. April 2016 12:11 > To: jdk9-dev > Subject: CFV: New JDK 9 Reviewer: Marcus Larsson > > I hereby nominate Marcus Larsson (mlarsson) to JDK 9 Reviewer. > > Marcus is a member of the Hotspot Serviceability team. He has contributed > 34 changesets in HotSpot [3]. Marcus has primarily worked on the new > Unified Logging feature, but has also contributed many changes to the GC > code. > > Votes are due by 19 April 2016, 13:00 CEST. > > Only current jdk9 Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Staffan Larsen > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/hs- > rt/hotspot/log?revcount=2000&rev=%28author%28%22mlarsson%22%29+or > +desc%28%22Contributed- > by%3A+marcus.larsson%40oracle.com%22%29%29+and+not+merge%28%29 > rt/hotspot/log?revcount=2000&rev=(author(%22mlarsson%22)+or+desc(%2 > 2Contributed-by:+marcus.larsson at oracle.com%22))+and+not+merge()> > From serguei.spitsyn at oracle.com Tue Apr 5 10:42:45 2016 From: serguei.spitsyn at oracle.com (serguei.spitsyn at oracle.com) Date: Tue, 5 Apr 2016 03:42:45 -0700 Subject: CFV: New JDK 9 Reviewer: Marcus Larsson In-Reply-To: References: Message-ID: <570396A5.9000301@oracle.com> Vote: yes From erik.joelsson at oracle.com Tue Apr 5 10:45:27 2016 From: erik.joelsson at oracle.com (Erik Joelsson) Date: Tue, 5 Apr 2016 12:45:27 +0200 Subject: CFV: New JDK 9 Reviewer: Marcus Larsson In-Reply-To: References: Message-ID: <57039747.6010601@oracle.com> Vote: yes /Erik From volker.simonis at gmail.com Tue Apr 5 13:37:36 2016 From: volker.simonis at gmail.com (Volker Simonis) Date: Tue, 5 Apr 2016 15:37:36 +0200 Subject: CFV: New JDK 9 Reviewer: Marcus Larsson In-Reply-To: References: Message-ID: Vote: yes Regards, Volker On Tue, Apr 5, 2016 at 12:10 PM, Staffan Larsen wrote: > I hereby nominate Marcus Larsson (mlarsson) to JDK 9 Reviewer. > > Marcus is a member of the Hotspot Serviceability team. He has contributed > 34 changesets in HotSpot [3]. Marcus has primarily worked on the new > Unified Logging feature, but has also contributed many changes to the GC > code. > > Votes are due by 19 April 2016, 13:00 CEST. > > Only current jdk9 Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Three-Vote Consensus voting instructions, see [2]. > > Staffan Larsen > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#reviewer-vote < > http://openjdk.java.net/projects/#reviewer-vote> > [3] > http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/log?revcount=2000&rev=%28author%28%22mlarsson%22%29+or+desc%28%22Contributed-by%3A+marcus.larsson%40oracle.com%22%29%29+and+not+merge%28%29 > < > http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/log?revcount=2000&rev=(author(%22mlarsson%22)+or+desc(%22Contributed-by:+marcus.larsson at oracle.com%22))+and+not+merge() > > > > > From harold.seigel at oracle.com Tue Apr 5 13:47:14 2016 From: harold.seigel at oracle.com (harold seigel) Date: Tue, 5 Apr 2016 09:47:14 -0400 Subject: CFV: New JDK 9 Reviewer: Marcus Larsson In-Reply-To: References: Message-ID: <5703C1E2.9070107@oracle.com> Vote: yes Harold On 4/5/2016 6:10 AM, Staffan Larsen wrote: > I hereby nominate Marcus Larsson (mlarsson) to JDK 9 Reviewer. > > Marcus is a member of the Hotspot Serviceability team. He has contributed 34 changesets in HotSpot [3]. Marcus has primarily worked on the new Unified Logging feature, but has also contributed many changes to the GC code. > > Votes are due by 19 April 2016, 13:00 CEST. > > Only current jdk9 Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Staffan Larsen > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#reviewer-vote > [3] http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/log?revcount=2000&rev=%28author%28%22mlarsson%22%29+or+desc%28%22Contributed-by%3A+marcus.larsson%40oracle.com%22%29%29+and+not+merge%28%29 > > From mikael.gerdin at oracle.com Tue Apr 5 14:02:26 2016 From: mikael.gerdin at oracle.com (Mikael Gerdin) Date: Tue, 5 Apr 2016 16:02:26 +0200 Subject: CFV: New JDK 9 Reviewer: Marcus Larsson In-Reply-To: References: Message-ID: <5703C572.1020503@oracle.com> Vote: yes /Mikael On 2016-04-05 12:10, Staffan Larsen wrote: > I hereby nominate Marcus Larsson (mlarsson) to JDK 9 Reviewer. > > Marcus is a member of the Hotspot Serviceability team. He has contributed 34 changesets in HotSpot [3]. Marcus has primarily worked on the new Unified Logging feature, but has also contributed many changes to the GC code. > > Votes are due by 19 April 2016, 13:00 CEST. > > Only current jdk9 Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Staffan Larsen > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#reviewer-vote > [3] http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/log?revcount=2000&rev=%28author%28%22mlarsson%22%29+or+desc%28%22Contributed-by%3A+marcus.larsson%40oracle.com%22%29%29+and+not+merge%28%29 > > From daniel.daugherty at oracle.com Tue Apr 5 14:04:38 2016 From: daniel.daugherty at oracle.com (Daniel D. Daugherty) Date: Tue, 5 Apr 2016 08:04:38 -0600 Subject: CFV: New JDK 9 Reviewer: Marcus Larsson In-Reply-To: References: Message-ID: <5703C5F6.1070603@oracle.com> Vote: yes Dan On 4/5/16 4:10 AM, Staffan Larsen wrote: > I hereby nominate Marcus Larsson (mlarsson) to JDK 9 Reviewer. > > Marcus is a member of the Hotspot Serviceability team. He has contributed 34 changesets in HotSpot [3]. Marcus has primarily worked on the new Unified Logging feature, but has also contributed many changes to the GC code. > > Votes are due by 19 April 2016, 13:00 CEST. > > Only current jdk9 Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Staffan Larsen > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#reviewer-vote > [3] http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/log?revcount=2000&rev=%28author%28%22mlarsson%22%29+or+desc%28%22Contributed-by%3A+marcus.larsson%40oracle.com%22%29%29+and+not+merge%28%29 > > > From stefan.johansson at oracle.com Tue Apr 5 14:07:51 2016 From: stefan.johansson at oracle.com (Stefan Johansson) Date: Tue, 5 Apr 2016 16:07:51 +0200 Subject: CFV: New JDK 9 Reviewer: Marcus Larsson In-Reply-To: References: Message-ID: <5703C6B7.60205@oracle.com> Vote: yes StefanJ On 2016-04-05 12:10, Staffan Larsen wrote: > I hereby nominate Marcus Larsson (mlarsson) to JDK 9 Reviewer. > > Marcus is a member of the Hotspot Serviceability team. He has contributed 34 changesets in HotSpot [3]. Marcus has primarily worked on the new Unified Logging feature, but has also contributed many changes to the GC code. > > Votes are due by 19 April 2016, 13:00 CEST. > > Only current jdk9 Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Staffan Larsen > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#reviewer-vote > [3] http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/log?revcount=2000&rev=%28author%28%22mlarsson%22%29+or+desc%28%22Contributed-by%3A+marcus.larsson%40oracle.com%22%29%29+and+not+merge%28%29 > > From kim.barrett at oracle.com Tue Apr 5 14:27:57 2016 From: kim.barrett at oracle.com (Kim Barrett) Date: Tue, 5 Apr 2016 10:27:57 -0400 Subject: CFV: New JDK 9 Reviewer: Marcus Larsson In-Reply-To: References: Message-ID: vote: yes > On Apr 5, 2016, at 6:10 AM, Staffan Larsen wrote: > > I hereby nominate Marcus Larsson (mlarsson) to JDK 9 Reviewer. > > Marcus is a member of the Hotspot Serviceability team. He has contributed 34 changesets in HotSpot [3]. Marcus has primarily worked on the new Unified Logging feature, but has also contributed many changes to the GC code. > > Votes are due by 19 April 2016, 13:00 CEST. > > Only current jdk9 Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Staffan Larsen > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#reviewer-vote > [3] http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/log?revcount=2000&rev=%28author%28%22mlarsson%22%29+or+desc%28%22Contributed-by%3A+marcus.larsson%40oracle.com%22%29%29+and+not+merge%28%29 From claes.redestad at oracle.com Tue Apr 5 14:59:13 2016 From: claes.redestad at oracle.com (Claes Redestad) Date: Tue, 5 Apr 2016 16:59:13 +0200 Subject: CFV: New JDK 9 Reviewer: Marcus Larsson In-Reply-To: References: Message-ID: <5703D2C1.1080402@oracle.com> vote: yes On 04/05/2016 12:10 PM, Staffan Larsen wrote: > I hereby nominate Marcus Larsson (mlarsson) to JDK 9 Reviewer. > > Marcus is a member of the Hotspot Serviceability team. He has contributed 34 changesets in HotSpot [3]. Marcus has primarily worked on the new Unified Logging feature, but has also contributed many changes to the GC code. > > Votes are due by 19 April 2016, 13:00 CEST. > > Only current jdk9 Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Staffan Larsen > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#reviewer-vote > [3] http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/log?revcount=2000&rev=%28author%28%22mlarsson%22%29+or+desc%28%22Contributed-by%3A+marcus.larsson%40oracle.com%22%29%29+and+not+merge%28%29 > > From vladimir.kozlov at oracle.com Tue Apr 5 15:26:39 2016 From: vladimir.kozlov at oracle.com (Vladimir Kozlov) Date: Tue, 5 Apr 2016 08:26:39 -0700 Subject: CFV: New JDK 9 Reviewer: Marcus Larsson In-Reply-To: References: Message-ID: <5703D92F.5050300@oracle.com> Vote: yes On 4/5/16 3:10 AM, Staffan Larsen wrote: > I hereby nominate Marcus Larsson (mlarsson) to JDK 9 Reviewer. > > Marcus is a member of the Hotspot Serviceability team. He has contributed 34 changesets in HotSpot [3]. Marcus has primarily worked on the new Unified Logging feature, but has also contributed many changes to the GC code. > > Votes are due by 19 April 2016, 13:00 CEST. > > Only current jdk9 Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Staffan Larsen > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#reviewer-vote > [3] http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/log?revcount=2000&rev=%28author%28%22mlarsson%22%29+or+desc%28%22Contributed-by%3A+marcus.larsson%40oracle.com%22%29%29+and+not+merge%28%29 > > From jiangli.zhou at oracle.com Tue Apr 5 16:11:18 2016 From: jiangli.zhou at oracle.com (Jiangli Zhou) Date: Tue, 5 Apr 2016 09:11:18 -0700 Subject: CFV: New JDK 9 Reviewer: Marcus Larsson In-Reply-To: <5703C6B7.60205@oracle.com> References: <5703C6B7.60205@oracle.com> Message-ID: <1FF445F6-55AF-49A2-BB31-56B15EACAAAB@oracle.com> Vote: yes Thanks, Jiangli From stefan.karlsson at oracle.com Tue Apr 5 16:37:21 2016 From: stefan.karlsson at oracle.com (Stefan Karlsson) Date: Tue, 5 Apr 2016 18:37:21 +0200 Subject: CFV: New JDK 9 Reviewer: Marcus Larsson In-Reply-To: References: Message-ID: <5703E9C1.6050704@oracle.com> Vote: yes StefanK On 2016-04-05 12:10, Staffan Larsen wrote: > I hereby nominate Marcus Larsson (mlarsson) to JDK 9 Reviewer. > > Marcus is a member of the Hotspot Serviceability team. He has contributed 34 changesets in HotSpot [3]. Marcus has primarily worked on the new Unified Logging feature, but has also contributed many changes to the GC code. > > Votes are due by 19 April 2016, 13:00 CEST. > > Only current jdk9 Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Staffan Larsen > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#reviewer-vote > [3] http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/log?revcount=2000&rev=%28author%28%22mlarsson%22%29+or+desc%28%22Contributed-by%3A+marcus.larsson%40oracle.com%22%29%29+and+not+merge%28%29 > > From jesper.wilhelmsson at oracle.com Tue Apr 5 16:54:59 2016 From: jesper.wilhelmsson at oracle.com (Jesper Wilhelmsson) Date: Tue, 5 Apr 2016 18:54:59 +0200 Subject: CFV: New JDK 9 Reviewer: Marcus Larsson In-Reply-To: References: Message-ID: <5703EDE3.5050703@oracle.com> Vote: Yes /Jesper Den 5/4/16 kl. 12:10, skrev Staffan Larsen: > I hereby nominate Marcus Larsson (mlarsson) to JDK 9 Reviewer. > > Marcus is a member of the Hotspot Serviceability team. He has contributed 34 changesets in HotSpot [3]. Marcus has primarily worked on the new Unified Logging feature, but has also contributed many changes to the GC code. > > Votes are due by 19 April 2016, 13:00 CEST. > > Only current jdk9 Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Staffan Larsen > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#reviewer-vote > [3] http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/log?revcount=2000&rev=%28author%28%22mlarsson%22%29+or+desc%28%22Contributed-by%3A+marcus.larsson%40oracle.com%22%29%29+and+not+merge%28%29 > > From jon.masamitsu at oracle.com Tue Apr 5 22:51:06 2016 From: jon.masamitsu at oracle.com (Jon Masamitsu) Date: Tue, 5 Apr 2016 15:51:06 -0700 Subject: CFV: New JDK 9 Reviewer: Marcus Larsson In-Reply-To: References: Message-ID: <5704415A.2040303@oracle.com> Vote: yes On 4/5/2016 3:10 AM, Staffan Larsen wrote: > I hereby nominate Marcus Larsson (mlarsson) to JDK 9 Reviewer. > > Marcus is a member of the Hotspot Serviceability team. He has contributed 34 changesets in HotSpot [3]. Marcus has primarily worked on the new Unified Logging feature, but has also contributed many changes to the GC code. > > Votes are due by 19 April 2016, 13:00 CEST. > > Only current jdk9 Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Staffan Larsen > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#reviewer-vote > [3] http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/log?revcount=2000&rev=%28author%28%22mlarsson%22%29+or+desc%28%22Contributed-by%3A+marcus.larsson%40oracle.com%22%29%29+and+not+merge%28%29 > > From alejandro.murillo at oracle.com Wed Apr 6 03:09:33 2016 From: alejandro.murillo at oracle.com (Alejandro Murillo) Date: Tue, 5 Apr 2016 21:09:33 -0600 Subject: jdk9-dev: HotSpot Message-ID: <57047DED.5060808@oracle.com> jdk9-hs-2016-04-04 has been integrated into jdk9-dev. http://hg.openjdk.java.net/jdk9/dev/rev/250927400311 http://hg.openjdk.java.net/jdk9/dev/corba/rev/cc30faa2da49 http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/47fe834f7e4a http://hg.openjdk.java.net/jdk9/dev/jaxp/rev/28626780e245 http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/e980062475c1 http://hg.openjdk.java.net/jdk9/dev/jdk/rev/04f56d4ca167 http://hg.openjdk.java.net/jdk9/dev/langtools/rev/306fef8428ac http://hg.openjdk.java.net/jdk9/dev/nashorn/rev/a5d1990fd32d Component : VM Status : Go for integration Date : 04/05/2016 at 21:30 MSK Tested By : VM SQE &dmitry.fazunenko at oracle.com Bundles : 2016-04-04-204125.amurillo.jdk9-hs-2016-04-04-snapshot Testing: 56 new failures, 434 known failures, 267092 passed. Issues and Notes: The PIT was started much later than normally and it hasn't finished yet (~70%). The risk of a showstopper in the rest 30% is not so high now. Taking into account that there was no integration last week we are saying "Go for integration". Go for integration CRs for testing: 8023191: OSR nmethods should be flushed to free space in CodeCache 8025962: JSR 292: NoSuchMethodError and NoSuchFieldError in MHN_resolve_Mem 8136458: Remove "marked for reclamation" nmethod state 8144693: Intrinsify StringCoding.hasNegatives() on SPARC 8145348: Make intrinsics flags diagnostic. 8148175: C1: G1 barriers don't preserve FP registers 8148754: C2 loop unrolling fails due to unexpected graph shape 8149469: ByteBuffer API and implementation enhancements for VarHandles 8149644: Integrate VarHandles 8150054: Make compilercontrol test ignore xcomp 8150652: Remove unused code in AArch64 back end 8150821: Crash with assert(!((nmethod*)_cb)->is_deopt_pc(_pc)) failed: invariant broken 8151623: Zap freed Metaspace chunks in non-product binaries 8151723: [JVMCI] JVMCIRuntime::treat_as_trivial: Don't limit trivial prefixes to boot class path 8151818: C1: LIRGenerator::move_to_phi can't deal with illegal phi 8151829: [JVMCI] incorrect documentation about jvmci.compiler property 8151874: [JVMCI] canInlineMethod should check is_not_compilable for correct CompLevel 8151882: -XX:+Verbose prints messages even if no other flag is set 8152004: CTW crashes with failed assertion after 8150646 integration 8152090: Code missing from JDK-8150054 causing many test failures 8152134: [JVMCI] printing compile queues always prints C2 regardless of UseJVMCICompiler 8152169: LockCompilationTest.java fails due method present in the compiler queue 8152179: C2: Folding of unsigned loads is broken w/ @Stable 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider 8152354: Update for x86 AES CBC Decryption 8152440: Zero build fails after JDK-8146801 8152496: Blended code generation 8152634: generalize exception throwing routines in JVMCIRuntime 8152636: TestHasNegatives.java fails after Jigsaw changes were integrated 8152640: Quarantine compiler/intrinsics/string/TestHasNegatives.java 8152698: Remove obsolete Unsafe.putOrdered{X} methods, usages, runtime and compiler support 8152730: File Leak in CompileBroker::init_compiler_thread_log of compileBroker.cpp:1665. 8152773: C2: LoadNode properties aren't preserved when converting between signed/unsigned variants 8152857: [TESTBUG] UnsafeGetConstantField.testUnsafeGetFieldUnaligned fails w/ -XX:-UseUnalignedAccesses in -Xcomp mode 8152861: VM crash on assert: locked methods shouldn't be flushed 8152945: TestStableU* tests aren't Jigsaw-ready 8152947: VM crash with assert(!removed || is_in_use()) failed: unused osr nmethod should be invalidated 8152959: Build crashes in jdk9-hs-comp on Linux with gnumake 3.81 8152972: C2 crashes with SIGSEGV in LoadNode::make 8153195: Quarantine compiler/gcbarriers/PreserveFPRegistersTest.java 8153410: Disable tests until JDK-8151460 gets to main -- Alejandro From per.liden at oracle.com Wed Apr 6 06:25:28 2016 From: per.liden at oracle.com (Per Liden) Date: Wed, 6 Apr 2016 08:25:28 +0200 Subject: CFV: New JDK 9 Reviewer: Marcus Larsson In-Reply-To: References: Message-ID: <5704ABD8.4080100@oracle.com> Vote: Yes Per On 2016-04-05 12:10, Staffan Larsen wrote: > I hereby nominate Marcus Larsson (mlarsson) to JDK 9 Reviewer. > > Marcus is a member of the Hotspot Serviceability team. He has contributed 34 changesets in HotSpot [3]. Marcus has primarily worked on the new Unified Logging feature, but has also contributed many changes to the GC code. > > Votes are due by 19 April 2016, 13:00 CEST. > > Only current jdk9 Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Staffan Larsen > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#reviewer-vote > [3] http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/log?revcount=2000&rev=%28author%28%22mlarsson%22%29+or+desc%28%22Contributed-by%3A+marcus.larsson%40oracle.com%22%29%29+and+not+merge%28%29 > > From jk at codearte.io Wed Apr 6 11:48:07 2016 From: jk at codearte.io (Jakub Kubrynski) Date: Wed, 6 Apr 2016 13:48:07 +0200 Subject: 8050818 Add static Predicate.not() Message-ID: Hi, I was going to submit an issue to make a Predicate.negate() method static, but I see it's already in Jira. Is there any controversy about this method? If it's something to be done I could handle it. Best regards, Jakub Kubrynski From lana.steuck at oracle.com Wed Apr 6 18:56:40 2016 From: lana.steuck at oracle.com (lana.steuck at oracle.com) Date: Wed, 6 Apr 2016 11:56:40 -0700 (PDT) Subject: jdk9-b113: dev Message-ID: <201604061856.u36IueaY014151@sc11152554.us.oracle.com> http://hg.openjdk.java.net/jdk9/jdk9/rev/55b6d550828d http://hg.openjdk.java.net/jdk9/jdk9/nashorn/rev/a5d1990fd32d http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/4e87682893e6 http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/68f8be44b6a6 http://hg.openjdk.java.net/jdk9/jdk9/jaxws/rev/e980062475c1 http://hg.openjdk.java.net/jdk9/jdk9/jaxp/rev/28626780e245 http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/c569f8d89269 http://hg.openjdk.java.net/jdk9/jdk9/corba/rev/cc30faa2da49 --- All the fixes will be tested during promotion (no PIT testing at this point): List of all fixes: =================== JDK-8153141 client-libs Develop initial set of tests for SwingSet JDK-6818181 core-libs Update naming convention annotation processing samples for modules JDK-8079136 core-libs Accessing a nested sublist leads to StackOverflowError JDK-8150432 core-libs java/util/Locale/LocaleProviders.sh failed on Win10. JDK-8151763 core-libs Use more informative format for problem list JDK-8152057 core-libs Use more informative format for closed problem list JDK-8152077 core-libs (cal) Calendar.roll does not always roll the hours during daylight sav JDK-8152083 core-libs Optimize TimeUnit conversions JDK-8152190 core-libs Move sun.misc.JarIndex and InvalidJarIndexException to an internal pac JDK-8152533 core-libs ant octane target fails with "Unable to load a script engine manager ( JDK-8152641 core-libs Plugin to generate BMH$Species classes ahead-of-time JDK-8152733 core-libs Avoid creating Manifest when checking for Multi-Release attribute JDK-8152817 core-libs Locale data loading fails silently when running with a security manage JDK-8152873 core-libs java/util/Locale/LocaleProviders.sh fails after JDK-8150432 JDK-8152951 core-libs Avoid calculating the reverse of StringConcatFactory$Recipe elements JDK-8153118 core-libs Remove sun.misc.resources JDK-8153147 core-libs Mark java/net/BindException/Test.java as intermittently failing JDK-8153035 infrastructure GenModuleInfoSource strips away the API comments JDK-8153125 infrastructure rmic from bootcycle build should launch with -m jdk.rmic/sun.rmi.rmic. JDK-8153211 infrastructure Convert build tool to use the new -XaddExports syntax in bootcycle bui JDK-8153217 infrastructure javafx modules are not included in the jre JDK-8153257 infrastructure Jib profiles config broken after JDK-8031767 JDK-8153261 infrastructure Clean up fix for JDK-8153217 JDK-8153273 infrastructure Test lib compilations trigger find crash on Solaris JDK-8153303 infrastructure Jib profiles config broken after JDK-8153257 after JDK-8031767 JDK-8152005 other-libs sun/misc/SunMiscSignalTest.java failed intermittently JDK-6483657 security-libs MSCAPI provider does not create unique alias names JDK-8141609 tools Need test for jrtfs that runs on JDK 8 to target a JDK 9 image JDK-8150733 tools NPE when compiling module-info.java with a class declaration in a non- JDK-8152704 tools jlink command line output/help message improvement JDK-8152771 tools NPE accessing comments on module declarations JDK-8152897 tools refactor ToolBox to allow reduced documented dependencies JDK-8152925 tools JShell: enable corralling of any type declaration, including enum JDK-8153027 tools Exclude tools/jimage/JImageTest.java JDK-8153317 tools Two jimage tests have been failing since JDK-8152641 was fixed JDK-8073872 xml Schemagen fails with StackOverflowError if element references containi JDK-8134111 xml Unmarshaller unmarshalls XML element which doesn't have the expected n JDK-8147431 xml javax/xml/jaxp/isolatedjdk/catalog/PropertiesTest.sh copied JDK failed JDK-8153262 xml javax/xml/bind/marshal/8134111/UnmarshalTest.java fails From james.laskey at oracle.com Fri Apr 8 17:05:42 2016 From: james.laskey at oracle.com (Jim Laskey (Oracle)) Date: Fri, 8 Apr 2016 14:05:42 -0300 Subject: RFR: JDK-8075550 - Error "JavaFX runtime not found" in nashorn when load predefines scripts to import JavaFX packages Message-ID: The code was reworked to use jrtfs: instead of reading from javafx.jar. http://cr.openjdk.java.net/~jlaskey/8075550/webrev/index.html https://bugs.openjdk.java.net/browse/JDK-8075550 From kevin.rushforth at oracle.com Fri Apr 8 23:35:04 2016 From: kevin.rushforth at oracle.com (Kevin Rushforth) Date: Fri, 08 Apr 2016 16:35:04 -0700 Subject: RFR: JDK-8075550 - Error "JavaFX runtime not found" in nashorn when load predefines scripts to import JavaFX packages In-Reply-To: References: Message-ID: <57084028.90202@oracle.com> There are no public types exported by javafx.deploy so the change to use that module seems unneeded (I see that you used to include the SWT classes, which is likely what you want, but for which we don't yet have a solution in JDK 9). Everything else looks good to me. +1 -- Kevin Jim Laskey (Oracle) wrote: > The code was reworked to use jrtfs: instead of reading from javafx.jar. > > http://cr.openjdk.java.net/~jlaskey/8075550/webrev/index.html > https://bugs.openjdk.java.net/browse/JDK-8075550 > > > > From alexandr.scherbatiy at oracle.com Mon Apr 11 11:34:45 2016 From: alexandr.scherbatiy at oracle.com (Alexander Scherbatiy) Date: Mon, 11 Apr 2016 14:34:45 +0300 Subject: Result: New JDK 9 Committer: Rajeev Chamyal Message-ID: <570B8BD5.9090906@oracle.com> Voting for Rajeev Chamyal [1] is now closed. Yes: 7 Veto: 0 Abstain: 0 According to the Bylaws definition of Three-Vote Consensus, this is sufficient to approve the nomination. Thanks, Alexandr. [1] http://mail.openjdk.java.net/pipermail/jdk9-dev/2016-March/003898.html From michael.haupt at oracle.com Mon Apr 11 12:13:08 2016 From: michael.haupt at oracle.com (Michael Haupt) Date: Mon, 11 Apr 2016 14:13:08 +0200 Subject: RFR: JDK-8075550 - Error "JavaFX runtime not found" in nashorn when load predefines scripts to import JavaFX packages In-Reply-To: References: Message-ID: <7CF13757-0071-4E05-8253-945C03D0834B@oracle.com> Hi Jim, lower-case thumbs up! Best, Michael > Am 08.04.2016 um 19:05 schrieb Jim Laskey (Oracle) : > > The code was reworked to use jrtfs: instead of reading from javafx.jar. > > http://cr.openjdk.java.net/~jlaskey/8075550/webrev/index.html > https://bugs.openjdk.java.net/browse/JDK-8075550 > > > -- Dr. Michael Haupt | Principal Member of Technical Staff Phone: +49 331 200 7277 | Fax: +49 331 200 7561 Oracle Java Platform Group | LangTools Team | Nashorn Oracle Deutschland B.V. & Co. KG | Schiffbauergasse 14 | 14467 Potsdam, Germany ORACLE Deutschland B.V. & Co. KG | Hauptverwaltung: Riesstra?e 25, D-80992 M?nchen Registergericht: Amtsgericht M?nchen, HRA 95603 Komplement?rin: ORACLE Deutschland Verwaltung B.V. | Hertogswetering 163/167, 3543 AS Utrecht, Niederlande Handelsregister der Handelskammer Midden-Nederland, Nr. 30143697 Gesch?ftsf?hrer: Alexander van der Ven, Jan Schultheiss, Val Maher Oracle is committed to developing practices and products that help protect the environment From james.laskey at oracle.com Mon Apr 11 12:43:00 2016 From: james.laskey at oracle.com (Jim Laskey (Oracle)) Date: Mon, 11 Apr 2016 09:43:00 -0300 Subject: RFR: JDK-8075550 - Error "JavaFX runtime not found" in nashorn when load predefines scripts to import JavaFX packages In-Reply-To: <7CF13757-0071-4E05-8253-945C03D0834B@oracle.com> References: <7CF13757-0071-4E05-8253-945C03D0834B@oracle.com> Message-ID: Any one else. > On Apr 11, 2016, at 9:13 AM, Michael Haupt wrote: > > Hi Jim, > > lower-case thumbs up! > > Best, > > Michael > >> Am 08.04.2016 um 19:05 schrieb Jim Laskey (Oracle) >: >> >> The code was reworked to use jrtfs: instead of reading from javafx.jar. >> >> http://cr.openjdk.java.net/~jlaskey/8075550/webrev/index.html >> https://bugs.openjdk.java.net/browse/JDK-8075550 >> >> >> > > -- > > > Dr. Michael Haupt | Principal Member of Technical Staff > Phone: +49 331 200 7277 | Fax: +49 331 200 7561 > Oracle Java Platform Group | LangTools Team | Nashorn > Oracle Deutschland B.V. & Co. KG | Schiffbauergasse 14 | 14467 Potsdam, Germany > > ORACLE Deutschland B.V. & Co. KG | Hauptverwaltung: Riesstra?e 25, D-80992 M?nchen > Registergericht: Amtsgericht M?nchen, HRA 95603 > > Komplement?rin: ORACLE Deutschland Verwaltung B.V. | Hertogswetering 163/167, 3543 AS Utrecht, Niederlande > Handelsregister der Handelskammer Midden-Nederland, Nr. 30143697 > Gesch?ftsf?hrer: Alexander van der Ven, Jan Schultheiss, Val Maher > Oracle is committed to developing practices and products that help protect the environment > From sundararajan.athijegannathan at oracle.com Mon Apr 11 12:52:12 2016 From: sundararajan.athijegannathan at oracle.com (Sundararajan Athijegannathan) Date: Mon, 11 Apr 2016 18:22:12 +0530 Subject: RFR: JDK-8075550 - Error "JavaFX runtime not found" in nashorn when load predefines scripts to import JavaFX packages In-Reply-To: References: <7CF13757-0071-4E05-8253-945C03D0834B@oracle.com> Message-ID: <570B9DFC.8020901@oracle.com> +1 On 4/11/2016 6:13 PM, Jim Laskey (Oracle) wrote: > Any one else. > >> On Apr 11, 2016, at 9:13 AM, Michael Haupt wrote: >> >> Hi Jim, >> >> lower-case thumbs up! >> >> Best, >> >> Michael >> >>> Am 08.04.2016 um 19:05 schrieb Jim Laskey (Oracle) >: >>> >>> The code was reworked to use jrtfs: instead of reading from javafx.jar. >>> >>> http://cr.openjdk.java.net/~jlaskey/8075550/webrev/index.html >>> https://bugs.openjdk.java.net/browse/JDK-8075550 >>> >>> >>> >> -- >> >> >> Dr. Michael Haupt | Principal Member of Technical Staff >> Phone: +49 331 200 7277 | Fax: +49 331 200 7561 >> Oracle Java Platform Group | LangTools Team | Nashorn >> Oracle Deutschland B.V. & Co. KG | Schiffbauergasse 14 | 14467 Potsdam, Germany >> >> ORACLE Deutschland B.V. & Co. KG | Hauptverwaltung: Riesstra?e 25, D-80992 M?nchen >> Registergericht: Amtsgericht M?nchen, HRA 95603 >> >> Komplement?rin: ORACLE Deutschland Verwaltung B.V. | Hertogswetering 163/167, 3543 AS Utrecht, Niederlande >> Handelsregister der Handelskammer Midden-Nederland, Nr. 30143697 >> Gesch?ftsf?hrer: Alexander van der Ven, Jan Schultheiss, Val Maher >> Oracle is committed to developing practices and products that help protect the environment >> From james.laskey at oracle.com Mon Apr 11 12:56:48 2016 From: james.laskey at oracle.com (Jim Laskey (Oracle)) Date: Mon, 11 Apr 2016 09:56:48 -0300 Subject: RFR: JDK-8075550 - Error "JavaFX runtime not found" in nashorn when load predefines scripts to import JavaFX packages In-Reply-To: <570B9DFC.8020901@oracle.com> References: <7CF13757-0071-4E05-8253-945C03D0834B@oracle.com> <570B9DFC.8020901@oracle.com> Message-ID: <684FC24B-76F7-47D7-8F60-E7E7F67A3491@oracle.com> Thank you. > On Apr 11, 2016, at 9:52 AM, Sundararajan Athijegannathan wrote: > > +1 > > On 4/11/2016 6:13 PM, Jim Laskey (Oracle) wrote: >> Any one else. >> >>> On Apr 11, 2016, at 9:13 AM, Michael Haupt wrote: >>> >>> Hi Jim, >>> >>> lower-case thumbs up! >>> >>> Best, >>> >>> Michael >>> >>>> Am 08.04.2016 um 19:05 schrieb Jim Laskey (Oracle) >: >>>> >>>> The code was reworked to use jrtfs: instead of reading from javafx.jar. >>>> >>>> http://cr.openjdk.java.net/~jlaskey/8075550/webrev/index.html >>>> https://bugs.openjdk.java.net/browse/JDK-8075550 >>>> >>>> >>>> >>> -- >>> >>> >>> Dr. Michael Haupt | Principal Member of Technical Staff >>> Phone: +49 331 200 7277 | Fax: +49 331 200 7561 >>> Oracle Java Platform Group | LangTools Team | Nashorn >>> Oracle Deutschland B.V. & Co. KG | Schiffbauergasse 14 | 14467 Potsdam, Germany >>> >>> ORACLE Deutschland B.V. & Co. KG | Hauptverwaltung: Riesstra?e 25, D-80992 M?nchen >>> Registergericht: Amtsgericht M?nchen, HRA 95603 >>> >>> Komplement?rin: ORACLE Deutschland Verwaltung B.V. | Hertogswetering 163/167, 3543 AS Utrecht, Niederlande >>> Handelsregister der Handelskammer Midden-Nederland, Nr. 30143697 >>> Gesch?ftsf?hrer: Alexander van der Ven, Jan Schultheiss, Val Maher >>> Oracle is committed to developing practices and products that help protect the environment >>> > From james.laskey at oracle.com Mon Apr 11 13:37:40 2016 From: james.laskey at oracle.com (Jim Laskey (Oracle)) Date: Mon, 11 Apr 2016 10:37:40 -0300 Subject: RFR: JDK-8151807 - ImageBufferCache should release buffers when all classes are loaded Message-ID: http://cr.openjdk.java.net/~jlaskey/8151807/webrev/index.html https://bugs.openjdk.java.net/browse/JDK-8151807 From mandy.chung at oracle.com Mon Apr 11 14:52:33 2016 From: mandy.chung at oracle.com (Mandy Chung) Date: Mon, 11 Apr 2016 07:52:33 -0700 Subject: CFV: New jdk9 Committer: Hamlin Li Message-ID: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> I hereby nominate Hamlin Li to jdk9 Committer. Hamlin is a member of the Core Libraries SQE team at Oracle and has contributed over 17 changesets [1] as to date. Prior to joining Oracle, Hamlin worked at IBM for about 10 years with development experience. He has been contributing to the JDK 9 test development for several JEPs including: JEP 254: Compact String JEP 259: Stack-Walking API JEP 264: Platform Logging API and Service JEP 261: Module System Votes are due by 8:00 PDT, May 2, 2016. Only current jdk9 Committers [2] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [3]. Mandy [1] hg log -f -k huaming.li --template "{desc|firstline}\nhttp://hg.openjdk.java.net/jdk9/dev/jdk/rev/{rev}\n\n? 8151582: (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing due to "Connection succeeded" http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15807 8151785: Doc typo in src/../java/util/stream/PipelineHelper.java http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15798 8142968: Module System implementation http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15768 8148928: java/util/stream/test/**/SequentialOpTest.java timed out intermittently http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15365 8148710: Remove FlatMapOpTest.java from ProblemList.txt http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15291 8076458: java/util/stream/test/org/openjdk/tests/java/util/stream/FlatMapOpTest.java timeout http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15213 8146213: (so) Test java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failed intermittently with Connection refused http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15105 8141595: (so) java/nio/channels/ServerSocketChannel/NonBlockingAccept.java fails intermittently http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15074 8143100: (sc) java/nio/channels/ServerSocketChannel/Basic.java fails intermittently http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15073 8140450: Implement JEP 259: Stack-Walking API http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14705 8129126: New logging tests to work with modules http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14223 java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java needs to be updated for modules http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14218 8135172: complication error "package exists in another module: jdk.xml.dom" http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14018 8143610: (dc) java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failed intermittently due to SocketTimeoutException http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15665 8144460: Improve the code coverage for BootstrapLogger and SimpleConsoleLogger APIs and verify bug fix JDK-8144214 http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14772 8144214: Some log messages will be discarded when VM is bootstrapping http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14771 Add tests for ClassLoader.getResourceXXX http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14519 [2] http://openjdk.java.net/census [3] http://openjdk.java.net/projects/#committer-vote From mandy.chung at oracle.com Mon Apr 11 14:55:44 2016 From: mandy.chung at oracle.com (Mandy Chung) Date: Mon, 11 Apr 2016 07:55:44 -0700 Subject: CFV: New jdk9 Committer: Hamlin Li In-Reply-To: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> References: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> Message-ID: Vote: yes Mandy From vladimir.x.ivanov at oracle.com Mon Apr 11 15:05:45 2016 From: vladimir.x.ivanov at oracle.com (Vladimir Ivanov) Date: Mon, 11 Apr 2016 18:05:45 +0300 Subject: CFV: New jdk9 Committer: Hamlin Li In-Reply-To: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> References: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> Message-ID: <570BBD49.7020405@oracle.com> Vote: yes Best regards, Vladimir Ivanov On 4/11/16 5:52 PM, Mandy Chung wrote: > I hereby nominate Hamlin Li to jdk9 Committer. > > Hamlin is a member of the Core Libraries SQE team at Oracle and has > contributed over 17 changesets [1] as to date. Prior to joining Oracle, > Hamlin worked at IBM for about 10 years with development experience. > He has been contributing to the JDK 9 test development for several JEPs > including: > JEP 254: Compact String > JEP 259: Stack-Walking API > JEP 264: Platform Logging API and Service > JEP 261: Module System > > Votes are due by 8:00 PDT, May 2, 2016. > > Only current jdk9 Committers [2] are eligible to vote on this > nomination. Votes must be cast in the open by replying to > this mailing list. > > For Lazy Consensus voting instructions, see [3]. > > Mandy > [1] hg log -f -k huaming.li --template "{desc|firstline}\nhttp://hg.openjdk.java.net/jdk9/dev/jdk/rev/{rev}\n\n? > > 8151582: (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing due to "Connection succeeded" > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15807 > > 8151785: Doc typo in src/../java/util/stream/PipelineHelper.java > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15798 > > 8142968: Module System implementation > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15768 > > 8148928: java/util/stream/test/**/SequentialOpTest.java timed out intermittently > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15365 > > 8148710: Remove FlatMapOpTest.java from ProblemList.txt > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15291 > > 8076458: java/util/stream/test/org/openjdk/tests/java/util/stream/FlatMapOpTest.java timeout > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15213 > > 8146213: (so) Test java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failed intermittently with Connection refused > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15105 > > 8141595: (so) java/nio/channels/ServerSocketChannel/NonBlockingAccept.java fails intermittently > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15074 > > 8143100: (sc) java/nio/channels/ServerSocketChannel/Basic.java fails intermittently > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15073 > > 8140450: Implement JEP 259: Stack-Walking API > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14705 > > 8129126: New logging tests to work with modules > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14223 > > java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java needs to be updated for modules > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14218 > > 8135172: complication error "package exists in another module: jdk.xml.dom" > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14018 > > 8143610: (dc) java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failed intermittently due to SocketTimeoutException > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15665 > > 8144460: Improve the code coverage for BootstrapLogger and SimpleConsoleLogger APIs and verify bug fix JDK-8144214 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14772 > > 8144214: Some log messages will be discarded when VM is bootstrapping > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14771 > > Add tests for ClassLoader.getResourceXXX > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14519 > > > > [2] http://openjdk.java.net/census > [3] http://openjdk.java.net/projects/#committer-vote > > From brent.christian at oracle.com Mon Apr 11 16:07:18 2016 From: brent.christian at oracle.com (Brent Christian) Date: Mon, 11 Apr 2016 09:07:18 -0700 Subject: CFV: New jdk9 Committer: Hamlin Li In-Reply-To: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> References: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> Message-ID: <570BCBB6.4040808@oracle.com> Vote: yes -Brent From serguei.spitsyn at oracle.com Mon Apr 11 18:17:55 2016 From: serguei.spitsyn at oracle.com (serguei.spitsyn at oracle.com) Date: Mon, 11 Apr 2016 11:17:55 -0700 Subject: CFV: New jdk9 Committer: Hamlin Li In-Reply-To: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> References: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> Message-ID: <570BEA53.6060801@oracle.com> Vote: yes From artem.smotrakov at oracle.com Mon Apr 11 18:22:37 2016 From: artem.smotrakov at oracle.com (Artem Smotrakov) Date: Mon, 11 Apr 2016 11:22:37 -0700 Subject: CFV: New jdk9 Committer: Hamlin Li In-Reply-To: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> References: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> Message-ID: <570BEB6D.7040907@oracle.com> Vote: yes Artem On 04/11/2016 07:52 AM, Mandy Chung wrote: > I hereby nominate Hamlin Li to jdk9 Committer. > > Hamlin is a member of the Core Libraries SQE team at Oracle and has > contributed over 17 changesets [1] as to date. Prior to joining Oracle, > Hamlin worked at IBM for about 10 years with development experience. > He has been contributing to the JDK 9 test development for several JEPs > including: > JEP 254: Compact String > JEP 259: Stack-Walking API > JEP 264: Platform Logging API and Service > JEP 261: Module System > > Votes are due by 8:00 PDT, May 2, 2016. > > Only current jdk9 Committers [2] are eligible to vote on this > nomination. Votes must be cast in the open by replying to > this mailing list. > > For Lazy Consensus voting instructions, see [3]. > > Mandy > [1] hg log -f -k huaming.li --template "{desc|firstline}\nhttp://hg.openjdk.java.net/jdk9/dev/jdk/rev/{rev}\n\n? > > 8151582: (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing due to "Connection succeeded" > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15807 > > 8151785: Doc typo in src/../java/util/stream/PipelineHelper.java > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15798 > > 8142968: Module System implementation > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15768 > > 8148928: java/util/stream/test/**/SequentialOpTest.java timed out intermittently > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15365 > > 8148710: Remove FlatMapOpTest.java from ProblemList.txt > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15291 > > 8076458: java/util/stream/test/org/openjdk/tests/java/util/stream/FlatMapOpTest.java timeout > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15213 > > 8146213: (so) Test java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failed intermittently with Connection refused > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15105 > > 8141595: (so) java/nio/channels/ServerSocketChannel/NonBlockingAccept.java fails intermittently > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15074 > > 8143100: (sc) java/nio/channels/ServerSocketChannel/Basic.java fails intermittently > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15073 > > 8140450: Implement JEP 259: Stack-Walking API > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14705 > > 8129126: New logging tests to work with modules > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14223 > > java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java needs to be updated for modules > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14218 > > 8135172: complication error "package exists in another module: jdk.xml.dom" > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14018 > > 8143610: (dc) java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failed intermittently due to SocketTimeoutException > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15665 > > 8144460: Improve the code coverage for BootstrapLogger and SimpleConsoleLogger APIs and verify bug fix JDK-8144214 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14772 > > 8144214: Some log messages will be discarded when VM is bootstrapping > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14771 > > Add tests for ClassLoader.getResourceXXX > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14519 > > > > [2] http://openjdk.java.net/census > [3] http://openjdk.java.net/projects/#committer-vote > > From xuelei.fan at oracle.com Mon Apr 11 23:01:24 2016 From: xuelei.fan at oracle.com (Xuelei Fan) Date: Tue, 12 Apr 2016 07:01:24 +0800 Subject: CFV: New jdk9 Committer: Hamlin Li In-Reply-To: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> References: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> Message-ID: <570C2CC4.4010804@oracle.com> Vote: yes. Xuelei On 4/11/2016 10:52 PM, Mandy Chung wrote: > I hereby nominate Hamlin Li to jdk9 Committer. > > Hamlin is a member of the Core Libraries SQE team at Oracle and has > contributed over 17 changesets [1] as to date. Prior to joining Oracle, > Hamlin worked at IBM for about 10 years with development experience. > He has been contributing to the JDK 9 test development for several JEPs > including: > JEP 254: Compact String > JEP 259: Stack-Walking API > JEP 264: Platform Logging API and Service > JEP 261: Module System > > Votes are due by 8:00 PDT, May 2, 2016. > > Only current jdk9 Committers [2] are eligible to vote on this > nomination. Votes must be cast in the open by replying to > this mailing list. > > For Lazy Consensus voting instructions, see [3]. > > Mandy > [1] hg log -f -k huaming.li --template "{desc|firstline}\nhttp://hg.openjdk.java.net/jdk9/dev/jdk/rev/{rev}\n\n? > > 8151582: (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing due to "Connection succeeded" > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15807 > > 8151785: Doc typo in src/../java/util/stream/PipelineHelper.java > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15798 > > 8142968: Module System implementation > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15768 > > 8148928: java/util/stream/test/**/SequentialOpTest.java timed out intermittently > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15365 > > 8148710: Remove FlatMapOpTest.java from ProblemList.txt > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15291 > > 8076458: java/util/stream/test/org/openjdk/tests/java/util/stream/FlatMapOpTest.java timeout > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15213 > > 8146213: (so) Test java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failed intermittently with Connection refused > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15105 > > 8141595: (so) java/nio/channels/ServerSocketChannel/NonBlockingAccept.java fails intermittently > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15074 > > 8143100: (sc) java/nio/channels/ServerSocketChannel/Basic.java fails intermittently > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15073 > > 8140450: Implement JEP 259: Stack-Walking API > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14705 > > 8129126: New logging tests to work with modules > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14223 > > java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java needs to be updated for modules > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14218 > > 8135172: complication error "package exists in another module: jdk.xml.dom" > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14018 > > 8143610: (dc) java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failed intermittently due to SocketTimeoutException > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15665 > > 8144460: Improve the code coverage for BootstrapLogger and SimpleConsoleLogger APIs and verify bug fix JDK-8144214 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14772 > > 8144214: Some log messages will be discarded when VM is bootstrapping > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14771 > > Add tests for ClassLoader.getResourceXXX > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14519 > > > > [2] http://openjdk.java.net/census > [3] http://openjdk.java.net/projects/#committer-vote > > From amy.lu at oracle.com Tue Apr 12 01:37:28 2016 From: amy.lu at oracle.com (Amy Lu) Date: Tue, 12 Apr 2016 09:37:28 +0800 Subject: CFV: New jdk9 Committer: Hamlin Li In-Reply-To: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> References: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> Message-ID: <570C5158.7060709@oracle.com> Vote: Yes /Amy On 4/11/16 10:52 PM, Mandy Chung wrote: > I hereby nominate Hamlin Li to jdk9 Committer. From weijun.wang at oracle.com Tue Apr 12 03:41:29 2016 From: weijun.wang at oracle.com (Wang Weijun) Date: Tue, 12 Apr 2016 11:41:29 +0800 Subject: CFV: New jdk9 Committer: Hamlin Li In-Reply-To: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> References: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> Message-ID: Vote: yes --Weijun > On Apr 11, 2016, at 10:52 PM, Mandy Chung wrote: > > I hereby nominate Hamlin Li to jdk9 Committer. > From tobias.hartmann at oracle.com Tue Apr 12 07:17:58 2016 From: tobias.hartmann at oracle.com (Tobias Hartmann) Date: Tue, 12 Apr 2016 09:17:58 +0200 Subject: CFV: New jdk9 Committer: Hamlin Li In-Reply-To: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> References: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> Message-ID: <570CA126.8020101@oracle.com> Vote: yes On 11.04.2016 16:52, Mandy Chung wrote: > I hereby nominate Hamlin Li to jdk9 Committer. > > Hamlin is a member of the Core Libraries SQE team at Oracle and has > contributed over 17 changesets [1] as to date. Prior to joining Oracle, > Hamlin worked at IBM for about 10 years with development experience. > He has been contributing to the JDK 9 test development for several JEPs > including: > JEP 254: Compact String > JEP 259: Stack-Walking API > JEP 264: Platform Logging API and Service > JEP 261: Module System > > Votes are due by 8:00 PDT, May 2, 2016. > > Only current jdk9 Committers [2] are eligible to vote on this > nomination. Votes must be cast in the open by replying to > this mailing list. > > For Lazy Consensus voting instructions, see [3]. > > Mandy > [1] hg log -f -k huaming.li --template "{desc|firstline}\nhttp://hg.openjdk.java.net/jdk9/dev/jdk/rev/{rev}\n\n? > > 8151582: (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing due to "Connection succeeded" > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15807 > > 8151785: Doc typo in src/../java/util/stream/PipelineHelper.java > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15798 > > 8142968: Module System implementation > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15768 > > 8148928: java/util/stream/test/**/SequentialOpTest.java timed out intermittently > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15365 > > 8148710: Remove FlatMapOpTest.java from ProblemList.txt > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15291 > > 8076458: java/util/stream/test/org/openjdk/tests/java/util/stream/FlatMapOpTest.java timeout > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15213 > > 8146213: (so) Test java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failed intermittently with Connection refused > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15105 > > 8141595: (so) java/nio/channels/ServerSocketChannel/NonBlockingAccept.java fails intermittently > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15074 > > 8143100: (sc) java/nio/channels/ServerSocketChannel/Basic.java fails intermittently > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15073 > > 8140450: Implement JEP 259: Stack-Walking API > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14705 > > 8129126: New logging tests to work with modules > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14223 > > java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java needs to be updated for modules > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14218 > > 8135172: complication error "package exists in another module: jdk.xml.dom" > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14018 > > 8143610: (dc) java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failed intermittently due to SocketTimeoutException > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15665 > > 8144460: Improve the code coverage for BootstrapLogger and SimpleConsoleLogger APIs and verify bug fix JDK-8144214 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14772 > > 8144214: Some log messages will be discarded when VM is bootstrapping > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14771 > > Add tests for ClassLoader.getResourceXXX > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/14519 > > > > [2] http://openjdk.java.net/census > [3] http://openjdk.java.net/projects/#committer-vote > > From Roger.Riggs at Oracle.com Tue Apr 12 13:42:20 2016 From: Roger.Riggs at Oracle.com (Roger Riggs) Date: Tue, 12 Apr 2016 09:42:20 -0400 Subject: CFV: New jdk9 Committer: Hamlin Li In-Reply-To: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> References: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> Message-ID: <570CFB3C.6050706@Oracle.com> Vote: Yes On 4/11/2016 10:52 AM, Mandy Chung wrote: > I hereby nominate Hamlin Li to jdk9 Committer. > From alejandro.murillo at oracle.com Wed Apr 13 07:12:50 2016 From: alejandro.murillo at oracle.com (Alejandro Murillo) Date: Wed, 13 Apr 2016 01:12:50 -0600 Subject: jdk9-dev: HotSpot Message-ID: <570DF172.30500@oracle.com> jdk9-hs-2016-04-11 has been integrated into jdk9-dev. http://hg.openjdk.java.net/jdk9/dev/rev/680189242eea http://hg.openjdk.java.net/jdk9/dev/corba/rev/10d175b0368c http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/f1a3e7786b3c http://hg.openjdk.java.net/jdk9/dev/jaxp/rev/8be5606f3ea3 http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/b314bb02182b http://hg.openjdk.java.net/jdk9/dev/jdk/rev/c11d4a8cc37e http://hg.openjdk.java.net/jdk9/dev/langtools/rev/73717a51063b http://hg.openjdk.java.net/jdk9/dev/nashorn/rev/ba21793a0e48 Component : VM Status : Go for integration Date : 04/12/2016 at 21:30 MSK Tested By : VM SQE &dmitry.fazunenko at oracle.com Bundles : 2016-04-12-034610.amurillo.jdk9-hs-2016-04-11-snapshot Testing: 648 new failures, 624 known failures, 398292 passed. Issues and Notes: The root cause of majority of the new failures is known: JDK-8154098, JDK-8154099 But due to Aurora bug INTJDK-7623346 the matching doesn't work. No stoppers have been detected so far. Go for integration CRs for testing: 4858370: JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command 7153107: com/sun/jdi/InterruptHangTest.java fails in nightlies 8026720: Remove the unused SpaceManager::mangle_freed_chunks 8027423: Parallel compact GC class unloading measurement includes symbol and string table time 8031753: JMXServiceURL should not use getLocalHost or its usage should be enhanced 8060463: ParNew: SurvivorAlignmentInBytes greater then YoungPLABSize cause assert(obj != NULL || plab->words_remaining() < word_sz) failed: Else should have been able to allocate 8062506: Java GCCause enum is out of sync with C++ GCCause enum 8067247: Crash: assert(method_holder->data() == 0 ...) failed: a) MT-unsafe modification of inline cache 8067768: Check for too small values for -Xmx 8068579: Running with -XX:-UseParallelGC does not turn ParalleGC off 8072422: Cleanup: Remove some unused flags/code in loop optimizations 8074553: Crash with assert(!is_unloaded()) failed: should not call follow on unloaded nmethod 8075253: Multiversion JAR feature: CDS does not support MV-JARs 8077392: Stream fork/join tasks occasionally fail to complete 8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests 8131715: backout the fix for JDK-8079359 when JDK-8077392 is fixed 8132524: Missing includes to resourceArea.hpp 8134749: SoftReferences declared dead too early 8136798: TestMonomorphicObjectCall.java fails with compilation error 8137165: Tests fail in SR_Handler because thread is not VMThread or JavaThread 8138798: improve tests for HotSpotVMEventListener::notifyInstall 8140257: Add support for "gc service threads" to ConcurrentGCThread 8140665: SIGSEGV when a primitive type's class is used as the host class in a call to DefineAnonymousClass call 8142510: -XX:+PrintFlagsRanges should print default range value for those flags that have constraint and an implicit range. 8142935: Adding old gen regions does not consider available free space 8143269: Refactor code in universe_post_init that sets up methods to upcall 8143958: CDS Shared flags need constraint function 8144940: Broken hash in string table entry in closed/runtime/7158800/BadUtf8.java 8144964: JVMCI compilations need to be disabled until the module system is initialized 8145235: Deprecate product flags that have been converted to Unified Logging 8145312: CMS: There is insufficient memory with CMSSamplingGrain=1 8145908: [Newtest] Multi-threading stress test for G1 Remembered Sets 8146287: typos in /test/failure_handler 8146436: Add -XX:-ShrinkHeapInSteps option (previously -XX:+UseAggressiveHeapShrink) 8146551: The output from classresolve tag has been shortened and moved to debug level. 8146632: Add descriptive error messages for removed non-product logging flags. 8146683: check_addr0 should be more efficient 8146947: Remove PrintOopAddress rather than converting to UL 8146991: Introduce per-worker preserved mark stacks in ParallelGC 8147987: Remove sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java from problemList 8148099: Improve memory access to FromCardCache during GC 8148239: TestSelectDefaultGC.java incorrectly expects G1 on non-server class machines 8148397: Create new tests for IHOP 8148425: strerror() function is not thread-safe 8148639: Some MethodCounter fields can be excluded when not including C2 8148659: Add all option to JSnap 8148759: G1AllocRegion::_count inconsistently used if more than one context is active 8149023: Event based tracing should cover safepoint begin and end 8149343: assert(rp->num_q() == no_of_gc_workers) failed: sanity 8149662: Refactor hotspot/test/gc/g1/plab/lib/LogParser.java 8149780: GatherProcessInfoTimeoutHandler shouldn't call getWin32Pid if the lib isn't load 8149991: Convert TraceSafepointCleanupTime to Unified Logging 8149995: TraceClassLoadingPreorder has been converted to Unified Logging. 8149996: TraceLoaderConstraints has been converted to Unified Logging. 8150015: Integrate TraceTime with Unified Logging more seamlessly 8150083: Convert VerboseVerification to Unified Logging 8150084: Convert TraceMonitorMismatch to Unified Logging. 8150085: Convert TraceClearedExceptions to Unified Loggin 8150183: gc/g1/plab/TestPLABResize.java - previous PLAB size should be less than current 8150362: G1 base elapsed time prediction is wrong because rs_length prediction is wrong 8150617: nth_bit and friends are broken 8150648: Re-enable TestPLABResize.java after JDK-8150183 is fixed 8150676: Use BufferNode index 8150688: Fix os_windows siglabel 8150690: C++11 user-defined literal syntax in jvmciCompilerToVM.cpp. 8150778: Reduce Throwable.getStackTrace() calls to the JVM 8150899: [TESTBUG] Split hotspot_all job into smaller jobs 8150952: Net PLAB size is clipped to max PLAB size as a whole, not on a per thread basis 8150973: Hotspot agent use of sun.boot.class.path needs to be updated for Jigsaw 8151003: Remove nds->is_valid() checks from assembler_x86.cpp 8151085: Change G1 concurrent timer and tracer measuring time 8151126: Clean up duplicate code for clearing the mark bitmaps 8151178: Move the collection set out of the G1 collector policy 8151181: Add JSnap to jhsdb 8151196: Several tests fail due to test library not found 8151264: Add a notification mechanism for UL configuration changes. 8151265: Add a way to extend UL tags 8151304: Remove unused develop options(ClearInterpreterLocals and others) 8151336: Root region scanning should be cancelled and disabled when the ConcurrentMarkThread::run_service() exits 8151365: Move G1YoungGenSizer to a separate file 8151368: SA: Unexpected ArithmeticException in CompactHashTable 8151414: os::pretouch_memory should take void* instead of char* 8151436: Leaner ArrayAllocator and BitMaps 8151438: UL instantiates duplicate tag sets 8151439: Inline the BitMap constructor 8151440: Move BitMap verfication inline functions out from bitMap.hpp 8151442: jstack doesn't close quotation marks properly with threads' name greater than 1996 characters 8151444: JDP not working 8151460: Metaspace counters can have inconsistent values 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from 8151509: In check_addr0() function pointer is not updated correctly 8151513: Remove debugging code from BarrierSet 8151514: Remove the noisy NOISY debugging code from parCardTableModRefBS.cpp 8151534: Refactor ArrayAllocator for easier reuse 8151539: Remove duplicate AlwaysTrueClosures 8151560: Safepoint logging has mismatch between command line level and printed level 8151573: Multiversioning for range check elimination 8151593: Cleanup definition/usage of INLINE/NOINLINE macros and add xlC support 8151601: Cleanup locking of the Reference pending list 8151602: Remove logging from refillLinearAllocBlockIfNeeded() 8151603: Use error stream instead of tty for logging before ShouldNotReachHere() 8151604: Rely on options range checking rather than explict checks 8151605: Change warning() to log_warning(gc) in the GC code 8151614: Improve logging in concurrent mark code 8151633: Don't keep copies of the survivor lists and counts in the G1CollectorPolicy 8151637: Move CollectionSetChooser rebuild code into CollectionSetChooser 8151653: Hotspot build does not respect --enable-openjdk-only 8151656: Minor tweaks to old Hotspot build to ease comparison with new 8151670: Unexpected concurrent refinement deactivation and reactivation 8151674: STW phases at Concurrent GC should count in PerfCounter 8151693: Move print_heap_before/after_gc to debug level 8151696: Print all regions on trace level to get same behavior as old PrintHeapAtGCExtended 8151709: jhsdb should show help message in SALauncher. 8151711: Move G1 number sequences out of the G1 collector policy 8151724: Remove -XX:GenerateCompilerNullChecks 8151728: jni test crashes JVM assert(_handle != __null) failed: resolving NULL handle 8151775: aarch64: add support for 8.1 LSE atomic operations 8151781: DirtyCardQueue::apply_closure is unused 8151797: java/lang/management/ThreadMXBean/ThreadLists.java : inconsistent results 8151808: Factor G1 heap sizing code out of the G1CollectorPolicy 8151828: Jittester: array creation node handled inproperly in source code visitor for non-int numerical arrays 8151842: Local variables have wrong names after JDK-8148736 8151845: Comment in globals.hpp for MetaspaceSize is incorrect. 8151887: com/sun/jdi/RedefineClearBreakpoint.sh failed with timeout 8151912: guarantee(GCPauseIntervalMillis >= 1) failed: Constraint for GCPauseIntervalMillis should guarantee that value is >= 1 8151920: Region liveness printing is broken 8151991: jvmti diagnostics commands requires INCLUDE_SERVICES 8151993: Remove inclusion of inline.hpp in log.hpp 8152007: Add the thread to the GCPhase trace events 8152021: MethodHandleAccessProvider.lookupMethodHandleIntrinsic throws NPE on null argument 8152022: JVMCI: MethodHandleAccessProvider.resolveInvokeBasicTarget throws NPE on null first argument 8152023: MethodHandleAccessProvider.resolveLinkToTarget throws NPE/IAE on null/wrong argument 8152024: MemoryAccessProvider javadoc should be modified 8152065: TraceBytecodes breaks the interpreter expression stack 8152074: Avoid lambda usage in StringConcatFactory initializer 8152086: Remove SpaceMangler::mangle_region logging 8152100: Rework and unify the GC phase logging 8152101: Move G1 concurrent refinement adjustment code out of G1CollectorPolicy 8152104: G1 StringTable cleaning incorrectly logs with the stringdedup tag 8152113: Remove _last_ditch_collection GC-cause and avoid expanding heap on Metaspace OOM 8152118: MinTLABSize should be less than TLAB max 8152119: Event-based tracing to allow for tracing Klass definition 8152120: TLAB compute_size() should not allow any size larger than max_size 8152160: SIGFPE in CompactibleFreeListSpaceLAB::compute_desired_plab_size 8152172: PPC64: Support AES intrinsics 8152176: Big ParGCCardsPerStrideChunk values can cause overflow for CMS GC 8152185: ReferencePendingListLocker incorrectly assumes that the lock is never taken recursively 8152188: Allow CMSBitMapYieldQuantum for BitMap::clear_range and clear_large_range 8152196: SuspendibleThreadSet::yield scales poorly 8152300: Convert G1_ALLOC_REGION_TRACING to unified logging 8152358: code and comment cleanups found during the hunt for 8077392 8152380: Shared symbol table should never use alternate hashcode 8152400: Enabling TASK_STATS_ONLY filters out just enabled messages anyway 8152422: Optimize GC JPRT test set 8152537: aarch64: Make use of CBZ and CBNZ when comparing unsigned values with zero. 8152538: UL doesn't inline the LogTagSet::is_level check 8152632: Rename LogHandle(...) to Log(...) 8152635: Create a UL class to represent a Log + Level combination 8152637: Create a stack allocatable LogStream class 8152711: Create a non-template Log wrapper class 8152719: ignore this com/sun/jdi/InterfaceMehtodsTest.java until bug is fix 8152840: aarch64: improve _unsafe_arraycopy stub routine 8152916: ostream has unnecessary dependency on GCId 8152929: Remove UNSUPPORTED_GC_OPTION, use UNSUPPORTED_OPTION instead 8152952: Allow G1 phase logging to use individual number of threads 8153026: Change logging tag 'verboseverification' to 'verification' 8153065: "Preserve CM refs" log message disconnected from "Parallel Preserve CM refs" 8153071: Remove client testing from JPRT 8153117: Back out JDK-8142935 until JDK-8152723 fixed 8153172: aarch64: hotspot crashes after the 8.1 LSE patch is merged 8153174: Remove trailing comma from log configuration listings 8153176: ParOldGC: Use correct TaskQueueSet for ParallelTaskTerminator in marking. 8153182: GC ID prefix for gc, humongous log messages are missing 8153186: Convert TraceGCTaskThread to use unified logging 8153187: Convert TraceWorkGang to use unified logging 8153188: Use log_error(gc, verify) for logging in verification code 8153193: Missing includes in gc/g1/heapRegionBounds.hpp 8153201: TestOptionsWithRanges fails with -XX:OldPLABSize=2147483648 8153203: Remove liveRange.hpp 8153254: Delegate (v)write from Log to LogTagSet 8153300: [TESTBUG] Enhance test/testlibrary/ClassFileInstaller.java to support JAR files 8153302: [BACKOUT] STW phases at Concurrent GC should count in PerfCounter 8153315: [JVMCI] evol_method dependencies failures should return dependencies_failed 8153396: Remove unused ResourceMarks from UL internal vm tests 8153437: Temporary exclude AllocatePrefetchDistance from testing 8153671: Quarantine serviceability/tmtools/jstack/JstackThreadTest.java until JDK-8153319 is fixed 8153673: [BACKOUT] JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command 8153816: [BACKOUT] Make intrinsics flags diagnostic 8154028: Several hotspot tests need to be updated after 8153737 (Unsupported Module) -- Alejandro From marcus at lagergren.net Wed Apr 13 07:46:28 2016 From: marcus at lagergren.net (Marcus Lagergren) Date: Wed, 13 Apr 2016 09:46:28 +0200 Subject: RFR: JDK-8075550 - Error "JavaFX runtime not found" in nashorn when load predefines scripts to import JavaFX packages In-Reply-To: References: Message-ID: <306D0700-B58E-4BBB-A3BB-C36C98931263@lagergren.net> +1 > On 08 Apr 2016, at 19:05, Jim Laskey (Oracle) wrote: > > The code was reworked to use jrtfs: instead of reading from javafx.jar. > > http://cr.openjdk.java.net/~jlaskey/8075550/webrev/index.html > https://bugs.openjdk.java.net/browse/JDK-8075550 > > > From edward.nevill at gmail.com Thu Apr 14 14:43:04 2016 From: edward.nevill at gmail.com (Edward Nevill) Date: Thu, 14 Apr 2016 15:43:04 +0100 Subject: CFV: New JDK 9 Committer: Felix Yang Message-ID: <1460644984.513.15.camel@mylittlepony.linaroharston> I hereby nominate Felix Yang (fyang) to JDK 9 Committer. Felix is a JDK 9 Author. He has contributed 15 patches to JDK 9 [4]. He is also a gcc committer [3]. He is a valued member or our Linaro team and will continue to work to improve OpenJDK. Votes are due by 14:43 UTC, Thursday April 28, 2016. Only current JDK 9 Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Edward Nevill [1] http://openjdk.java.net/census [2] http://openjdk.java.net/projects/#committer-vote [3] http://gcc.gnu.org/svn/gcc/trunk/MAINTAINERS (Fei Yang) [4] 1. aarch64: test/compiler/runtime/7196199/Test7196199.java fails https://bugs.openjdk.java.net/browse/JDK-8136524 http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/e1517978bf12?revcount=1920 2. aarch64: add support for vectorizing fabs/fneg https://bugs.openjdk.java.net/browse/JDK-8138583 http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/daf8acf3afda?revcount=1920 3. Disable C2 peephole by default for aarch64 https://bugs.openjdk.java.net/browse/JDK-8138641 http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/2598332ad46c?revcount=1920 4. aarch64: generate vectorized MLA/MLS instructions https://bugs.openjdk.java.net/browse/JDK-8144587 http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f76a6a7bf9dd?revcount=1920 5. aarch64: jdk/test/com/sun/net/httpserver/Test6a.java fails with --enable-unlimited-crypto https://bugs.openjdk.java.net/browse/JDK-8144201 http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/0d72925dbace?revcount=1920 6. aarch64: redundant lsr instructions in stub code. https://bugs.openjdk.java.net/browse/JDK-8148328 http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/bf349fa14f20?revcount=1920 7. aarch64: Make use of CBZ and CBNZ when comparing narrow pointer with zero https://bugs.openjdk.java.net/browse/JDK-8150038 http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/fe9e0761c550?revcount=1920 8. aarch64: use load/store pair instructions in call_stub https://bugs.openjdk.java.net/browse/JDK-8149907 http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/161aa091d841?revcount=1920 9. aarch64: pipeline class for several instructions is not set correctly https://bugs.openjdk.java.net/browse/JDK-8150229 http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/77836bd8ec95?revcount=1920 10. aarch64: prefetch the destination word for write prior to ldxr/stxr loops https://bugs.openjdk.java.net/browse/JDK-8151340 http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9e9281592247?revcount=1920 11. aarch64: Make use of CBZ and CBNZ when comparing unsigned values with zero https://bugs.openjdk.java.net/browse/JDK-8152537 http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9e2388205f66?revcount=1920 12. aarch64: improve _unsafe_arraycopy stub routine https://bugs.openjdk.java.net/browse/JDK-8152840 http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/0d2b390d451a?revcount=1920 13. aarch64: hotspot crashes after the 8.1 LSE patch is merged https://bugs.openjdk.java.net/browse/JDK-8153172 http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/8911d94e888b?revcount=1920 14. C1 segmentation fault due to inline Unsafe::getAndSetObject https://bugs.openjdk.java.net/browse/JDK-8147805 http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/609a41177fbe?revcount=1920 15. aarch64: improve short array clearing using store pair https://bugs.openjdk.java.net/browse/JDK-8153713 http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f9545cf437eb 16. aarch64: handle special cases for MaxINode & MinINode https://bugs.openjdk.java.net/browse/JDK-8153837 http://mail.openjdk.java.net/pipermail/aarch64-port-dev/2016-April/003327.html (pending) From xuelei.fan at oracle.com Thu Apr 14 14:49:15 2016 From: xuelei.fan at oracle.com (Xuelei Fan) Date: Thu, 14 Apr 2016 22:49:15 +0800 Subject: CFV: New JDK 9 Committer: Felix Yang In-Reply-To: <1460644984.513.15.camel@mylittlepony.linaroharston> References: <1460644984.513.15.camel@mylittlepony.linaroharston> Message-ID: <570FADEB.7080207@oracle.com> Vote: yes. Xuelei On 4/14/2016 10:43 PM, Edward Nevill wrote: > I hereby nominate Felix Yang (fyang) to JDK 9 Committer. > > Felix is a JDK 9 Author. He has contributed 15 patches to JDK 9 [4]. He is also a gcc committer [3]. He is a valued member or our Linaro team and will continue to work to improve OpenJDK. > > Votes are due by 14:43 UTC, Thursday April 28, 2016. > > Only current JDK 9 Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Edward Nevill > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > [3] http://gcc.gnu.org/svn/gcc/trunk/MAINTAINERS (Fei Yang) > [4] > > 1. aarch64: test/compiler/runtime/7196199/Test7196199.java fails > https://bugs.openjdk.java.net/browse/JDK-8136524 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/e1517978bf12?revcount=1920 > > 2. aarch64: add support for vectorizing fabs/fneg > https://bugs.openjdk.java.net/browse/JDK-8138583 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/daf8acf3afda?revcount=1920 > > 3. Disable C2 peephole by default for aarch64 > https://bugs.openjdk.java.net/browse/JDK-8138641 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/2598332ad46c?revcount=1920 > > 4. aarch64: generate vectorized MLA/MLS instructions > https://bugs.openjdk.java.net/browse/JDK-8144587 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f76a6a7bf9dd?revcount=1920 > > 5. aarch64: jdk/test/com/sun/net/httpserver/Test6a.java fails with --enable-unlimited-crypto > https://bugs.openjdk.java.net/browse/JDK-8144201 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/0d72925dbace?revcount=1920 > > 6. aarch64: redundant lsr instructions in stub code. > https://bugs.openjdk.java.net/browse/JDK-8148328 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/bf349fa14f20?revcount=1920 > > 7. aarch64: Make use of CBZ and CBNZ when comparing narrow pointer with zero > https://bugs.openjdk.java.net/browse/JDK-8150038 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/fe9e0761c550?revcount=1920 > > 8. aarch64: use load/store pair instructions in call_stub > https://bugs.openjdk.java.net/browse/JDK-8149907 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/161aa091d841?revcount=1920 > > 9. aarch64: pipeline class for several instructions is not set correctly > https://bugs.openjdk.java.net/browse/JDK-8150229 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/77836bd8ec95?revcount=1920 > > 10. aarch64: prefetch the destination word for write prior to ldxr/stxr loops > https://bugs.openjdk.java.net/browse/JDK-8151340 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9e9281592247?revcount=1920 > > 11. aarch64: Make use of CBZ and CBNZ when comparing unsigned values with zero > https://bugs.openjdk.java.net/browse/JDK-8152537 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9e2388205f66?revcount=1920 > > 12. aarch64: improve _unsafe_arraycopy stub routine > https://bugs.openjdk.java.net/browse/JDK-8152840 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/0d2b390d451a?revcount=1920 > > 13. aarch64: hotspot crashes after the 8.1 LSE patch is merged > https://bugs.openjdk.java.net/browse/JDK-8153172 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/8911d94e888b?revcount=1920 > > 14. C1 segmentation fault due to inline Unsafe::getAndSetObject > https://bugs.openjdk.java.net/browse/JDK-8147805 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/609a41177fbe?revcount=1920 > > 15. aarch64: improve short array clearing using store pair > https://bugs.openjdk.java.net/browse/JDK-8153713 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f9545cf437eb > > 16. aarch64: handle special cases for MaxINode & MinINode > https://bugs.openjdk.java.net/browse/JDK-8153837 > http://mail.openjdk.java.net/pipermail/aarch64-port-dev/2016-April/003327.html (pending) > > From vladimir.x.ivanov at oracle.com Thu Apr 14 15:04:08 2016 From: vladimir.x.ivanov at oracle.com (Vladimir Ivanov) Date: Thu, 14 Apr 2016 18:04:08 +0300 Subject: CFV: New JDK 9 Committer: Felix Yang In-Reply-To: <1460644984.513.15.camel@mylittlepony.linaroharston> References: <1460644984.513.15.camel@mylittlepony.linaroharston> Message-ID: <570FB168.2060900@oracle.com> Vote: yes Best regards, Vladimir Ivanov On 4/14/16 5:43 PM, Edward Nevill wrote: > I hereby nominate Felix Yang (fyang) to JDK 9 Committer. From artem.smotrakov at oracle.com Thu Apr 14 16:19:07 2016 From: artem.smotrakov at oracle.com (Artem Smotrakov) Date: Thu, 14 Apr 2016 09:19:07 -0700 Subject: CFV: New JDK 9 Committer: Felix Yang In-Reply-To: <1460644984.513.15.camel@mylittlepony.linaroharston> References: <1460644984.513.15.camel@mylittlepony.linaroharston> Message-ID: <570FC2FB.1030106@oracle.com> Vote: yes Artem On 04/14/2016 07:43 AM, Edward Nevill wrote: > I hereby nominate Felix Yang (fyang) to JDK 9 Committer. > > Felix is a JDK 9 Author. He has contributed 15 patches to JDK 9 [4]. He is also a gcc committer [3]. He is a valued member or our Linaro team and will continue to work to improve OpenJDK. > > Votes are due by 14:43 UTC, Thursday April 28, 2016. > > Only current JDK 9 Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Edward Nevill > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > [3] http://gcc.gnu.org/svn/gcc/trunk/MAINTAINERS (Fei Yang) > [4] > > 1. aarch64: test/compiler/runtime/7196199/Test7196199.java fails > https://bugs.openjdk.java.net/browse/JDK-8136524 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/e1517978bf12?revcount=1920 > > 2. aarch64: add support for vectorizing fabs/fneg > https://bugs.openjdk.java.net/browse/JDK-8138583 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/daf8acf3afda?revcount=1920 > > 3. Disable C2 peephole by default for aarch64 > https://bugs.openjdk.java.net/browse/JDK-8138641 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/2598332ad46c?revcount=1920 > > 4. aarch64: generate vectorized MLA/MLS instructions > https://bugs.openjdk.java.net/browse/JDK-8144587 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f76a6a7bf9dd?revcount=1920 > > 5. aarch64: jdk/test/com/sun/net/httpserver/Test6a.java fails with --enable-unlimited-crypto > https://bugs.openjdk.java.net/browse/JDK-8144201 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/0d72925dbace?revcount=1920 > > 6. aarch64: redundant lsr instructions in stub code. > https://bugs.openjdk.java.net/browse/JDK-8148328 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/bf349fa14f20?revcount=1920 > > 7. aarch64: Make use of CBZ and CBNZ when comparing narrow pointer with zero > https://bugs.openjdk.java.net/browse/JDK-8150038 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/fe9e0761c550?revcount=1920 > > 8. aarch64: use load/store pair instructions in call_stub > https://bugs.openjdk.java.net/browse/JDK-8149907 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/161aa091d841?revcount=1920 > > 9. aarch64: pipeline class for several instructions is not set correctly > https://bugs.openjdk.java.net/browse/JDK-8150229 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/77836bd8ec95?revcount=1920 > > 10. aarch64: prefetch the destination word for write prior to ldxr/stxr loops > https://bugs.openjdk.java.net/browse/JDK-8151340 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9e9281592247?revcount=1920 > > 11. aarch64: Make use of CBZ and CBNZ when comparing unsigned values with zero > https://bugs.openjdk.java.net/browse/JDK-8152537 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9e2388205f66?revcount=1920 > > 12. aarch64: improve _unsafe_arraycopy stub routine > https://bugs.openjdk.java.net/browse/JDK-8152840 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/0d2b390d451a?revcount=1920 > > 13. aarch64: hotspot crashes after the 8.1 LSE patch is merged > https://bugs.openjdk.java.net/browse/JDK-8153172 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/8911d94e888b?revcount=1920 > > 14. C1 segmentation fault due to inline Unsafe::getAndSetObject > https://bugs.openjdk.java.net/browse/JDK-8147805 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/609a41177fbe?revcount=1920 > > 15. aarch64: improve short array clearing using store pair > https://bugs.openjdk.java.net/browse/JDK-8153713 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f9545cf437eb > > 16. aarch64: handle special cases for MaxINode & MinINode > https://bugs.openjdk.java.net/browse/JDK-8153837 > http://mail.openjdk.java.net/pipermail/aarch64-port-dev/2016-April/003327.html (pending) > > From volker.simonis at gmail.com Thu Apr 14 16:28:30 2016 From: volker.simonis at gmail.com (Volker Simonis) Date: Thu, 14 Apr 2016 18:28:30 +0200 Subject: CFV: New JDK 9 Committer: Felix Yang In-Reply-To: <1460644984.513.15.camel@mylittlepony.linaroharston> References: <1460644984.513.15.camel@mylittlepony.linaroharston> Message-ID: Vote: yes On Thu, Apr 14, 2016 at 4:43 PM, Edward Nevill wrote: > I hereby nominate Felix Yang (fyang) to JDK 9 Committer. > > Felix is a JDK 9 Author. He has contributed 15 patches to JDK 9 [4]. He is > also a gcc committer [3]. He is a valued member or our Linaro team and will > continue to work to improve OpenJDK. > > Votes are due by 14:43 UTC, Thursday April 28, 2016. > > Only current JDK 9 Committers [1] are eligible to vote on this nomination. > Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Edward Nevill > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > [3] http://gcc.gnu.org/svn/gcc/trunk/MAINTAINERS (Fei Yang) > [4] > > 1. aarch64: test/compiler/runtime/7196199/Test7196199.java fails > https://bugs.openjdk.java.net/browse/JDK-8136524 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/e1517978bf12?revcount=1920 > > 2. aarch64: add support for vectorizing fabs/fneg > https://bugs.openjdk.java.net/browse/JDK-8138583 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/daf8acf3afda?revcount=1920 > > 3. Disable C2 peephole by default for aarch64 > https://bugs.openjdk.java.net/browse/JDK-8138641 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/2598332ad46c?revcount=1920 > > 4. aarch64: generate vectorized MLA/MLS instructions > https://bugs.openjdk.java.net/browse/JDK-8144587 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f76a6a7bf9dd?revcount=1920 > > 5. aarch64: jdk/test/com/sun/net/httpserver/Test6a.java fails with > --enable-unlimited-crypto > https://bugs.openjdk.java.net/browse/JDK-8144201 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/0d72925dbace?revcount=1920 > > 6. aarch64: redundant lsr instructions in stub code. > https://bugs.openjdk.java.net/browse/JDK-8148328 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/bf349fa14f20?revcount=1920 > > 7. aarch64: Make use of CBZ and CBNZ when comparing narrow pointer with > zero > https://bugs.openjdk.java.net/browse/JDK-8150038 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/fe9e0761c550?revcount=1920 > > 8. aarch64: use load/store pair instructions in call_stub > https://bugs.openjdk.java.net/browse/JDK-8149907 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/161aa091d841?revcount=1920 > > 9. aarch64: pipeline class for several instructions is not set correctly > https://bugs.openjdk.java.net/browse/JDK-8150229 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/77836bd8ec95?revcount=1920 > > 10. aarch64: prefetch the destination word for write prior to ldxr/stxr > loops > https://bugs.openjdk.java.net/browse/JDK-8151340 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9e9281592247?revcount=1920 > > 11. aarch64: Make use of CBZ and CBNZ when comparing unsigned values with > zero > https://bugs.openjdk.java.net/browse/JDK-8152537 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9e2388205f66?revcount=1920 > > 12. aarch64: improve _unsafe_arraycopy stub routine > https://bugs.openjdk.java.net/browse/JDK-8152840 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/0d2b390d451a?revcount=1920 > > 13. aarch64: hotspot crashes after the 8.1 LSE patch is merged > https://bugs.openjdk.java.net/browse/JDK-8153172 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/8911d94e888b?revcount=1920 > > 14. C1 segmentation fault due to inline Unsafe::getAndSetObject > https://bugs.openjdk.java.net/browse/JDK-8147805 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/609a41177fbe?revcount=1920 > > 15. aarch64: improve short array clearing using store pair > https://bugs.openjdk.java.net/browse/JDK-8153713 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f9545cf437eb > > 16. aarch64: handle special cases for MaxINode & MinINode > https://bugs.openjdk.java.net/browse/JDK-8153837 > > http://mail.openjdk.java.net/pipermail/aarch64-port-dev/2016-April/003327.html > (pending) > > > From christian.thalinger at oracle.com Thu Apr 14 16:55:27 2016 From: christian.thalinger at oracle.com (Christian Thalinger) Date: Thu, 14 Apr 2016 06:55:27 -1000 Subject: CFV: New JDK 9 Committer: Felix Yang In-Reply-To: <1460644984.513.15.camel@mylittlepony.linaroharston> References: <1460644984.513.15.camel@mylittlepony.linaroharston> Message-ID: <337254AD-2E46-4690-8D38-B0E1E218C2D6@oracle.com> Vote: yes > On Apr 14, 2016, at 4:43 AM, Edward Nevill wrote: > > I hereby nominate Felix Yang (fyang) to JDK 9 Committer. > > Felix is a JDK 9 Author. He has contributed 15 patches to JDK 9 [4]. He is also a gcc committer [3]. He is a valued member or our Linaro team and will continue to work to improve OpenJDK. > > Votes are due by 14:43 UTC, Thursday April 28, 2016. > > Only current JDK 9 Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Edward Nevill > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > [3] http://gcc.gnu.org/svn/gcc/trunk/MAINTAINERS (Fei Yang) > [4] > > 1. aarch64: test/compiler/runtime/7196199/Test7196199.java fails > https://bugs.openjdk.java.net/browse/JDK-8136524 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/e1517978bf12?revcount=1920 > > 2. aarch64: add support for vectorizing fabs/fneg > https://bugs.openjdk.java.net/browse/JDK-8138583 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/daf8acf3afda?revcount=1920 > > 3. Disable C2 peephole by default for aarch64 > https://bugs.openjdk.java.net/browse/JDK-8138641 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/2598332ad46c?revcount=1920 > > 4. aarch64: generate vectorized MLA/MLS instructions > https://bugs.openjdk.java.net/browse/JDK-8144587 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f76a6a7bf9dd?revcount=1920 > > 5. aarch64: jdk/test/com/sun/net/httpserver/Test6a.java fails with --enable-unlimited-crypto > https://bugs.openjdk.java.net/browse/JDK-8144201 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/0d72925dbace?revcount=1920 > > 6. aarch64: redundant lsr instructions in stub code. > https://bugs.openjdk.java.net/browse/JDK-8148328 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/bf349fa14f20?revcount=1920 > > 7. aarch64: Make use of CBZ and CBNZ when comparing narrow pointer with zero > https://bugs.openjdk.java.net/browse/JDK-8150038 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/fe9e0761c550?revcount=1920 > > 8. aarch64: use load/store pair instructions in call_stub > https://bugs.openjdk.java.net/browse/JDK-8149907 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/161aa091d841?revcount=1920 > > 9. aarch64: pipeline class for several instructions is not set correctly > https://bugs.openjdk.java.net/browse/JDK-8150229 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/77836bd8ec95?revcount=1920 > > 10. aarch64: prefetch the destination word for write prior to ldxr/stxr loops > https://bugs.openjdk.java.net/browse/JDK-8151340 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9e9281592247?revcount=1920 > > 11. aarch64: Make use of CBZ and CBNZ when comparing unsigned values with zero > https://bugs.openjdk.java.net/browse/JDK-8152537 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9e2388205f66?revcount=1920 > > 12. aarch64: improve _unsafe_arraycopy stub routine > https://bugs.openjdk.java.net/browse/JDK-8152840 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/0d2b390d451a?revcount=1920 > > 13. aarch64: hotspot crashes after the 8.1 LSE patch is merged > https://bugs.openjdk.java.net/browse/JDK-8153172 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/8911d94e888b?revcount=1920 > > 14. C1 segmentation fault due to inline Unsafe::getAndSetObject > https://bugs.openjdk.java.net/browse/JDK-8147805 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/609a41177fbe?revcount=1920 > > 15. aarch64: improve short array clearing using store pair > https://bugs.openjdk.java.net/browse/JDK-8153713 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f9545cf437eb > > 16. aarch64: handle special cases for MaxINode & MinINode > https://bugs.openjdk.java.net/browse/JDK-8153837 > http://mail.openjdk.java.net/pipermail/aarch64-port-dev/2016-April/003327.html (pending) > > From jennifer.zuo at oracle.com Thu Apr 14 17:15:29 2016 From: jennifer.zuo at oracle.com (Jennifer Zuo) Date: Thu, 14 Apr 2016 13:15:29 -0400 Subject: CFV: New JDK 9 Committer: Felix Yang In-Reply-To: <1460644984.513.15.camel@mylittlepony.linaroharston> References: <1460644984.513.15.camel@mylittlepony.linaroharston> Message-ID: <570FD031.30700@oracle.com> Vote: yes Jennifer On 4/14/2016 10:43 AM, Edward Nevill wrote: > I hereby nominate Felix Yang (fyang) to JDK 9 Committer. > > Felix is a JDK 9 Author. He has contributed 15 patches to JDK 9 [4]. He is also a gcc committer [3]. He is a valued member or our Linaro team and will continue to work to improve OpenJDK. > > Votes are due by 14:43 UTC, Thursday April 28, 2016. > > Only current JDK 9 Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Edward Nevill > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > [3] http://gcc.gnu.org/svn/gcc/trunk/MAINTAINERS (Fei Yang) > [4] > > 1. aarch64: test/compiler/runtime/7196199/Test7196199.java fails > https://bugs.openjdk.java.net/browse/JDK-8136524 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/e1517978bf12?revcount=1920 > > 2. aarch64: add support for vectorizing fabs/fneg > https://bugs.openjdk.java.net/browse/JDK-8138583 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/daf8acf3afda?revcount=1920 > > 3. Disable C2 peephole by default for aarch64 > https://bugs.openjdk.java.net/browse/JDK-8138641 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/2598332ad46c?revcount=1920 > > 4. aarch64: generate vectorized MLA/MLS instructions > https://bugs.openjdk.java.net/browse/JDK-8144587 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f76a6a7bf9dd?revcount=1920 > > 5. aarch64: jdk/test/com/sun/net/httpserver/Test6a.java fails with --enable-unlimited-crypto > https://bugs.openjdk.java.net/browse/JDK-8144201 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/0d72925dbace?revcount=1920 > > 6. aarch64: redundant lsr instructions in stub code. > https://bugs.openjdk.java.net/browse/JDK-8148328 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/bf349fa14f20?revcount=1920 > > 7. aarch64: Make use of CBZ and CBNZ when comparing narrow pointer with zero > https://bugs.openjdk.java.net/browse/JDK-8150038 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/fe9e0761c550?revcount=1920 > > 8. aarch64: use load/store pair instructions in call_stub > https://bugs.openjdk.java.net/browse/JDK-8149907 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/161aa091d841?revcount=1920 > > 9. aarch64: pipeline class for several instructions is not set correctly > https://bugs.openjdk.java.net/browse/JDK-8150229 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/77836bd8ec95?revcount=1920 > > 10. aarch64: prefetch the destination word for write prior to ldxr/stxr loops > https://bugs.openjdk.java.net/browse/JDK-8151340 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9e9281592247?revcount=1920 > > 11. aarch64: Make use of CBZ and CBNZ when comparing unsigned values with zero > https://bugs.openjdk.java.net/browse/JDK-8152537 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9e2388205f66?revcount=1920 > > 12. aarch64: improve _unsafe_arraycopy stub routine > https://bugs.openjdk.java.net/browse/JDK-8152840 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/0d2b390d451a?revcount=1920 > > 13. aarch64: hotspot crashes after the 8.1 LSE patch is merged > https://bugs.openjdk.java.net/browse/JDK-8153172 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/8911d94e888b?revcount=1920 > > 14. C1 segmentation fault due to inline Unsafe::getAndSetObject > https://bugs.openjdk.java.net/browse/JDK-8147805 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/609a41177fbe?revcount=1920 > > 15. aarch64: improve short array clearing using store pair > https://bugs.openjdk.java.net/browse/JDK-8153713 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f9545cf437eb > > 16. aarch64: handle special cases for MaxINode & MinINode > https://bugs.openjdk.java.net/browse/JDK-8153837 > http://mail.openjdk.java.net/pipermail/aarch64-port-dev/2016-April/003327.html (pending) > > From vladimir.kozlov at oracle.com Thu Apr 14 17:19:34 2016 From: vladimir.kozlov at oracle.com (Vladimir Kozlov) Date: Thu, 14 Apr 2016 10:19:34 -0700 Subject: CFV: New JDK 9 Committer: Felix Yang In-Reply-To: <1460644984.513.15.camel@mylittlepony.linaroharston> References: <1460644984.513.15.camel@mylittlepony.linaroharston> Message-ID: <570FD126.5020309@oracle.com> Vote: yes On 4/14/16 7:43 AM, Edward Nevill wrote: > I hereby nominate Felix Yang (fyang) to JDK 9 Committer. > > Felix is a JDK 9 Author. He has contributed 15 patches to JDK 9 [4]. He is also a gcc committer [3]. He is a valued member or our Linaro team and will continue to work to improve OpenJDK. > > Votes are due by 14:43 UTC, Thursday April 28, 2016. > > Only current JDK 9 Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Edward Nevill > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > [3] http://gcc.gnu.org/svn/gcc/trunk/MAINTAINERS (Fei Yang) > [4] > > 1. aarch64: test/compiler/runtime/7196199/Test7196199.java fails > https://bugs.openjdk.java.net/browse/JDK-8136524 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/e1517978bf12?revcount=1920 > > 2. aarch64: add support for vectorizing fabs/fneg > https://bugs.openjdk.java.net/browse/JDK-8138583 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/daf8acf3afda?revcount=1920 > > 3. Disable C2 peephole by default for aarch64 > https://bugs.openjdk.java.net/browse/JDK-8138641 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/2598332ad46c?revcount=1920 > > 4. aarch64: generate vectorized MLA/MLS instructions > https://bugs.openjdk.java.net/browse/JDK-8144587 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f76a6a7bf9dd?revcount=1920 > > 5. aarch64: jdk/test/com/sun/net/httpserver/Test6a.java fails with --enable-unlimited-crypto > https://bugs.openjdk.java.net/browse/JDK-8144201 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/0d72925dbace?revcount=1920 > > 6. aarch64: redundant lsr instructions in stub code. > https://bugs.openjdk.java.net/browse/JDK-8148328 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/bf349fa14f20?revcount=1920 > > 7. aarch64: Make use of CBZ and CBNZ when comparing narrow pointer with zero > https://bugs.openjdk.java.net/browse/JDK-8150038 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/fe9e0761c550?revcount=1920 > > 8. aarch64: use load/store pair instructions in call_stub > https://bugs.openjdk.java.net/browse/JDK-8149907 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/161aa091d841?revcount=1920 > > 9. aarch64: pipeline class for several instructions is not set correctly > https://bugs.openjdk.java.net/browse/JDK-8150229 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/77836bd8ec95?revcount=1920 > > 10. aarch64: prefetch the destination word for write prior to ldxr/stxr loops > https://bugs.openjdk.java.net/browse/JDK-8151340 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9e9281592247?revcount=1920 > > 11. aarch64: Make use of CBZ and CBNZ when comparing unsigned values with zero > https://bugs.openjdk.java.net/browse/JDK-8152537 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9e2388205f66?revcount=1920 > > 12. aarch64: improve _unsafe_arraycopy stub routine > https://bugs.openjdk.java.net/browse/JDK-8152840 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/0d2b390d451a?revcount=1920 > > 13. aarch64: hotspot crashes after the 8.1 LSE patch is merged > https://bugs.openjdk.java.net/browse/JDK-8153172 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/8911d94e888b?revcount=1920 > > 14. C1 segmentation fault due to inline Unsafe::getAndSetObject > https://bugs.openjdk.java.net/browse/JDK-8147805 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/609a41177fbe?revcount=1920 > > 15. aarch64: improve short array clearing using store pair > https://bugs.openjdk.java.net/browse/JDK-8153713 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f9545cf437eb > > 16. aarch64: handle special cases for MaxINode & MinINode > https://bugs.openjdk.java.net/browse/JDK-8153837 > http://mail.openjdk.java.net/pipermail/aarch64-port-dev/2016-April/003327.html (pending) > > From k.s.shefov at gmail.com Thu Apr 14 19:05:36 2016 From: k.s.shefov at gmail.com (Konstantin Shefov) Date: Thu, 14 Apr 2016 22:05:36 +0300 Subject: CFV: New JDK 9 Committer: Felix Yang In-Reply-To: <1460644984.513.15.camel@mylittlepony.linaroharston> References: <1460644984.513.15.camel@mylittlepony.linaroharston> Message-ID: Vote: yes Konstantin 14 ???. 2016 ?. 17:43 ???????????? "Edward Nevill" ???????: > I hereby nominate Felix Yang (fyang) to JDK 9 Committer. > > Felix is a JDK 9 Author. He has contributed 15 patches to JDK 9 [4]. He is > also a gcc committer [3]. He is a valued member or our Linaro team and will > continue to work to improve OpenJDK. > > Votes are due by 14:43 UTC, Thursday April 28, 2016. > > Only current JDK 9 Committers [1] are eligible to vote on this nomination. > Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Edward Nevill > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > [3] http://gcc.gnu.org/svn/gcc/trunk/MAINTAINERS (Fei Yang) > [4] > > 1. aarch64: test/compiler/runtime/7196199/Test7196199.java fails > https://bugs.openjdk.java.net/browse/JDK-8136524 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/e1517978bf12?revcount=1920 > > 2. aarch64: add support for vectorizing fabs/fneg > https://bugs.openjdk.java.net/browse/JDK-8138583 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/daf8acf3afda?revcount=1920 > > 3. Disable C2 peephole by default for aarch64 > https://bugs.openjdk.java.net/browse/JDK-8138641 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/2598332ad46c?revcount=1920 > > 4. aarch64: generate vectorized MLA/MLS instructions > https://bugs.openjdk.java.net/browse/JDK-8144587 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f76a6a7bf9dd?revcount=1920 > > 5. aarch64: jdk/test/com/sun/net/httpserver/Test6a.java fails with > --enable-unlimited-crypto > https://bugs.openjdk.java.net/browse/JDK-8144201 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/0d72925dbace?revcount=1920 > > 6. aarch64: redundant lsr instructions in stub code. > https://bugs.openjdk.java.net/browse/JDK-8148328 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/bf349fa14f20?revcount=1920 > > 7. aarch64: Make use of CBZ and CBNZ when comparing narrow pointer with > zero > https://bugs.openjdk.java.net/browse/JDK-8150038 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/fe9e0761c550?revcount=1920 > > 8. aarch64: use load/store pair instructions in call_stub > https://bugs.openjdk.java.net/browse/JDK-8149907 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/161aa091d841?revcount=1920 > > 9. aarch64: pipeline class for several instructions is not set correctly > https://bugs.openjdk.java.net/browse/JDK-8150229 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/77836bd8ec95?revcount=1920 > > 10. aarch64: prefetch the destination word for write prior to ldxr/stxr > loops > https://bugs.openjdk.java.net/browse/JDK-8151340 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9e9281592247?revcount=1920 > > 11. aarch64: Make use of CBZ and CBNZ when comparing unsigned values with > zero > https://bugs.openjdk.java.net/browse/JDK-8152537 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9e2388205f66?revcount=1920 > > 12. aarch64: improve _unsafe_arraycopy stub routine > https://bugs.openjdk.java.net/browse/JDK-8152840 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/0d2b390d451a?revcount=1920 > > 13. aarch64: hotspot crashes after the 8.1 LSE patch is merged > https://bugs.openjdk.java.net/browse/JDK-8153172 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/8911d94e888b?revcount=1920 > > 14. C1 segmentation fault due to inline Unsafe::getAndSetObject > https://bugs.openjdk.java.net/browse/JDK-8147805 > > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/609a41177fbe?revcount=1920 > > 15. aarch64: improve short array clearing using store pair > https://bugs.openjdk.java.net/browse/JDK-8153713 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f9545cf437eb > > 16. aarch64: handle special cases for MaxINode & MinINode > https://bugs.openjdk.java.net/browse/JDK-8153837 > > http://mail.openjdk.java.net/pipermail/aarch64-port-dev/2016-April/003327.html > (pending) > > > From serguei.spitsyn at oracle.com Thu Apr 14 19:36:48 2016 From: serguei.spitsyn at oracle.com (serguei.spitsyn at oracle.com) Date: Thu, 14 Apr 2016 12:36:48 -0700 Subject: CFV: New JDK 9 Committer: Felix Yang In-Reply-To: <1460644984.513.15.camel@mylittlepony.linaroharston> References: <1460644984.513.15.camel@mylittlepony.linaroharston> Message-ID: <570FF150.5080105@oracle.com> Vote: yes From abhi.saha at oracle.com Thu Apr 14 19:38:42 2016 From: abhi.saha at oracle.com (Abhijit Saha) Date: Thu, 14 Apr 2016 12:38:42 -0700 Subject: CFV: New JDK 9 Committer: Felix Yang In-Reply-To: <1460644984.513.15.camel@mylittlepony.linaroharston> References: <1460644984.513.15.camel@mylittlepony.linaroharston> Message-ID: <570FF1C2.3080501@oracle.com> Vote: Yes On 4/14/2016 7:43 AM, Edward Nevill wrote: > I hereby nominate Felix Yang (fyang) to JDK 9 Committer. > From zoltan.majo at oracle.com Fri Apr 15 07:33:59 2016 From: zoltan.majo at oracle.com (=?UTF-8?B?Wm9sdMOhbiBNYWrDsw==?=) Date: Fri, 15 Apr 2016 09:33:59 +0200 Subject: CFV: New JDK 9 Committer: Felix Yang In-Reply-To: <1460644984.513.15.camel@mylittlepony.linaroharston> References: <1460644984.513.15.camel@mylittlepony.linaroharston> Message-ID: <57109967.5080700@oracle.com> Vote: yes. Best regards, Zoltan On 04/14/2016 04:43 PM, Edward Nevill wrote: > I hereby nominate Felix Yang (fyang) to JDK 9 Committer. > > Felix is a JDK 9 Author. He has contributed 15 patches to JDK 9 [4]. He is also a gcc committer [3]. He is a valued member or our Linaro team and will continue to work to improve OpenJDK. > > Votes are due by 14:43 UTC, Thursday April 28, 2016. > > Only current JDK 9 Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Edward Nevill > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > [3] http://gcc.gnu.org/svn/gcc/trunk/MAINTAINERS (Fei Yang) > [4] > > 1. aarch64: test/compiler/runtime/7196199/Test7196199.java fails > https://bugs.openjdk.java.net/browse/JDK-8136524 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/e1517978bf12?revcount=1920 > > 2. aarch64: add support for vectorizing fabs/fneg > https://bugs.openjdk.java.net/browse/JDK-8138583 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/daf8acf3afda?revcount=1920 > > 3. Disable C2 peephole by default for aarch64 > https://bugs.openjdk.java.net/browse/JDK-8138641 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/2598332ad46c?revcount=1920 > > 4. aarch64: generate vectorized MLA/MLS instructions > https://bugs.openjdk.java.net/browse/JDK-8144587 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f76a6a7bf9dd?revcount=1920 > > 5. aarch64: jdk/test/com/sun/net/httpserver/Test6a.java fails with --enable-unlimited-crypto > https://bugs.openjdk.java.net/browse/JDK-8144201 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/0d72925dbace?revcount=1920 > > 6. aarch64: redundant lsr instructions in stub code. > https://bugs.openjdk.java.net/browse/JDK-8148328 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/bf349fa14f20?revcount=1920 > > 7. aarch64: Make use of CBZ and CBNZ when comparing narrow pointer with zero > https://bugs.openjdk.java.net/browse/JDK-8150038 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/fe9e0761c550?revcount=1920 > > 8. aarch64: use load/store pair instructions in call_stub > https://bugs.openjdk.java.net/browse/JDK-8149907 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/161aa091d841?revcount=1920 > > 9. aarch64: pipeline class for several instructions is not set correctly > https://bugs.openjdk.java.net/browse/JDK-8150229 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/77836bd8ec95?revcount=1920 > > 10. aarch64: prefetch the destination word for write prior to ldxr/stxr loops > https://bugs.openjdk.java.net/browse/JDK-8151340 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9e9281592247?revcount=1920 > > 11. aarch64: Make use of CBZ and CBNZ when comparing unsigned values with zero > https://bugs.openjdk.java.net/browse/JDK-8152537 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9e2388205f66?revcount=1920 > > 12. aarch64: improve _unsafe_arraycopy stub routine > https://bugs.openjdk.java.net/browse/JDK-8152840 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/0d2b390d451a?revcount=1920 > > 13. aarch64: hotspot crashes after the 8.1 LSE patch is merged > https://bugs.openjdk.java.net/browse/JDK-8153172 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/8911d94e888b?revcount=1920 > > 14. C1 segmentation fault due to inline Unsafe::getAndSetObject > https://bugs.openjdk.java.net/browse/JDK-8147805 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/609a41177fbe?revcount=1920 > > 15. aarch64: improve short array clearing using store pair > https://bugs.openjdk.java.net/browse/JDK-8153713 > http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f9545cf437eb > > 16. aarch64: handle special cases for MaxINode & MinINode > https://bugs.openjdk.java.net/browse/JDK-8153837 > http://mail.openjdk.java.net/pipermail/aarch64-port-dev/2016-April/003327.html (pending) > > From miso at hlavki.eu Fri Apr 15 18:57:48 2016 From: miso at hlavki.eu (Michal Hlavac) Date: Fri, 15 Apr 2016 20:57:48 +0200 Subject: javafx fonts in linux Message-ID: <2202891.yuDT5blnqY@hlavki> Hello, Probably I am not first who ask this question, but I can't found right answer. I use OpenSuSE Thumbleweed and jdk9 113 build. Fonts in javafx application looks different (uglier): http://paste.opensuse.org/view/raw/2517282 same page in firefox: http://paste.opensuse.org/view/raw/88971809 Why is that? thanks, miso From philip.race at oracle.com Fri Apr 15 19:24:53 2016 From: philip.race at oracle.com (Phil Race) Date: Fri, 15 Apr 2016 12:24:53 -0700 Subject: javafx fonts in linux In-Reply-To: <2202891.yuDT5blnqY@hlavki> References: <2202891.yuDT5blnqY@hlavki> Message-ID: <57114005.6020908@oracle.com> The LCD text colour fringing is what is notable in the FX one for you yet when I use WebView to bring up the exact same javadoc on my Ubuntu 12.10 system I see no such fringing. It looks perfectly OK to me. I also used JDK 9 b113. I don't believe we test on OpenSuSE (or support it) so something about your platform may be involved. It looks like the filtering wasn't applied at all. -phil. On 04/15/2016 11:57 AM, Michal Hlavac wrote: > Hello, > > Probably I am not first who ask this question, but I can't found right answer. > I use OpenSuSE Thumbleweed and jdk9 113 build. > > Fonts in javafx application looks different (uglier): > http://paste.opensuse.org/view/raw/2517282 > > same page in firefox: > http://paste.opensuse.org/view/raw/88971809 > > Why is that? > > thanks, miso From philip.race at oracle.com Fri Apr 15 19:36:42 2016 From: philip.race at oracle.com (Phil Race) Date: Fri, 15 Apr 2016 12:36:42 -0700 Subject: javafx fonts in linux In-Reply-To: <57114005.6020908@oracle.com> References: <2202891.yuDT5blnqY@hlavki> <57114005.6020908@oracle.com> Message-ID: <571142CA.7090207@oracle.com> PS you may want to try -Dprism.verbose to see if you are getting S/W or ES2 (hardware) pipeline. If you are getting ES2 try -Dprism.order=sw to rule out a graphics driver bug. FYI both work fine for me (no fringing in either case). -phil. On 04/15/2016 12:24 PM, Phil Race wrote: > The LCD text colour fringing is what is notable in the FX one for you yet > when I use WebView to bring up the exact same javadoc on > my Ubuntu 12.10 system I see no such fringing. It looks perfectly OK > to me. > I also used JDK 9 b113. > > I don't believe we test on OpenSuSE (or support it) so something > about your platform may be involved. It looks like the filtering > wasn't applied at all. > > > -phil. > > On 04/15/2016 11:57 AM, Michal Hlavac wrote: >> Hello, >> >> Probably I am not first who ask this question, but I can't found >> right answer. >> I use OpenSuSE Thumbleweed and jdk9 113 build. >> >> Fonts in javafx application looks different (uglier): >> http://paste.opensuse.org/view/raw/2517282 >> >> same page in firefox: >> http://paste.opensuse.org/view/raw/88971809 >> >> Why is that? >> >> thanks, miso > From miso at hlavki.eu Fri Apr 15 20:12:13 2016 From: miso at hlavki.eu (Michal Hlavac) Date: Fri, 15 Apr 2016 22:12:13 +0200 Subject: javafx fonts in linux In-Reply-To: <571142CA.7090207@oracle.com> References: <2202891.yuDT5blnqY@hlavki> <57114005.6020908@oracle.com> <571142CA.7090207@oracle.com> Message-ID: <5257472.0r1eeBrq9G@hlavki> thanks Phil, I think it uses hardware pipeline. I'll send this also to OpenSuSE dev mailing list. OUTPUT: Prism pipeline init order: es2 sw Using java-based Pisces rasterizer Using dirty region optimizations Not using texture mask for primitives Not forcing power of 2 sizes for textures Using hardware CLAMP_TO_ZERO mode Opting in for HiDPI pixel scaling Prism pipeline name = com.sun.prism.es2.ES2Pipeline Loading ES2 native library ... prism_es2 succeeded. GLFactory using com.sun.prism.es2.X11GLFactory (X) Got class = class com.sun.prism.es2.ES2Pipeline Initialized prism pipeline: com.sun.prism.es2.ES2Pipeline Maximum supported texture size: 8192 Maximum texture size clamped to 4096 Non power of two texture support = true Maximum number of vertex attributes = 16 Maximum number of uniform vertex components = 16384 Maximum number of uniform fragment components = 16384 Maximum number of varying components = 128 Maximum number of texture units usable in a vertex shader = 16 Maximum number of texture units usable in a fragment shader = 16 Graphics Vendor: Intel Open Source Technology Center Renderer: Mesa DRI Intel(R) Sandybridge Mobile Version: 3.0 Mesa 11.2.0 vsync: true vpipe: true ES2ResourceFactory: Prism - createStockShader: FillPgram_Color.frag ES2ResourceFactory: Prism - createStockShader: Solid_TextureRGB.frag new alphas ES2ResourceFactory: Prism - createStockShader: Texture_Color.frag new alphas ES2ResourceFactory: Prism - createStockShader: Solid_TextureFirstPassLCD.frag ES2ResourceFactory: Prism - createStockShader: Solid_TextureSecondPassLCD.frag ES2ResourceFactory: Prism - createStockShader: Mask_TextureSuper.frag ES2ResourceFactory: Prism - createStockShader: Texture_LinearGradient_PAD.frag ES2ResourceFactory: Prism - createStockShader: FillRoundRect_Color.frag ES2ResourceFactory: Prism - createStockShader: FillRoundRect_LinearGradient_PAD.frag ES2ResourceFactory: Prism - createStockShader: FillPgram_LinearGradient_PAD.frag PPSRenderer: scenario.effect - createShader: LinearConvolveShadow_4 m. On piatok, 15. apr?la 2016 12:36:42 CEST Phil Race wrote: > PS you may want to try -Dprism.verbose to see if you are getting S/W or > ES2 (hardware) pipeline. > > If you are getting ES2 try > -Dprism.order=sw > > to rule out a graphics driver bug. > > FYI both work fine for me (no fringing in either case). > > -phil. > > On 04/15/2016 12:24 PM, Phil Race wrote: > > The LCD text colour fringing is what is notable in the FX one for you yet > > when I use WebView to bring up the exact same javadoc on > > my Ubuntu 12.10 system I see no such fringing. It looks perfectly OK > > to me. > > I also used JDK 9 b113. > > > > I don't believe we test on OpenSuSE (or support it) so something > > about your platform may be involved. It looks like the filtering > > wasn't applied at all. > > > > > > -phil. > > > > On 04/15/2016 11:57 AM, Michal Hlavac wrote: > >> Hello, > >> > >> Probably I am not first who ask this question, but I can't found > >> right answer. > >> I use OpenSuSE Thumbleweed and jdk9 113 build. > >> > >> Fonts in javafx application looks different (uglier): > >> http://paste.opensuse.org/view/raw/2517282 > >> > >> same page in firefox: > >> http://paste.opensuse.org/view/raw/88971809 > >> > >> Why is that? > >> > >> thanks, miso > > > > From david.holmes at oracle.com Sat Apr 16 07:31:00 2016 From: david.holmes at oracle.com (David Holmes) Date: Sat, 16 Apr 2016 17:31:00 +1000 Subject: CFV: New JDK 9 Reviewer: Marcus Larsson In-Reply-To: References: Message-ID: <5711EA34.1030300@oracle.com> Vote: yes David On 5/04/2016 8:10 PM, Staffan Larsen wrote: > I hereby nominate Marcus Larsson (mlarsson) to JDK 9 Reviewer. > > Marcus is a member of the Hotspot Serviceability team. He has contributed 34 changesets in HotSpot [3]. Marcus has primarily worked on the new Unified Logging feature, but has also contributed many changes to the GC code. > > Votes are due by 19 April 2016, 13:00 CEST. > > Only current jdk9 Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Staffan Larsen > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#reviewer-vote > [3] http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/log?revcount=2000&rev=%28author%28%22mlarsson%22%29+or+desc%28%22Contributed-by%3A+marcus.larsson%40oracle.com%22%29%29+and+not+merge%28%29 > > From vu3mmg at gmail.com Sat Apr 16 14:43:16 2016 From: vu3mmg at gmail.com (Mahesh Govind) Date: Sat, 16 Apr 2016 20:13:16 +0530 Subject: java 9 DTLS support in early access release ? Message-ID: Hi , Could you please let me know whether DTLS support is available in current Java 9 early access releases . regards Mahesh From k.s.shefov at gmail.com Sat Apr 16 19:58:39 2016 From: k.s.shefov at gmail.com (Konstantin Shefov) Date: Sat, 16 Apr 2016 22:58:39 +0300 Subject: java 9 DTLS support in early access release ? In-Reply-To: References: Message-ID: Hi, Mahesh If you mean Datagram Transport Layer Security support, it is JEP 219 http://openjdk.java.net/jeps/219 It has been integrated in JDK 9 in June 2015 with changeset http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/6721ff11d592 Functional unit tests for the feature were integrated in June 2015 in JDK 9 b69 with changeset http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/4d240482f37e So DTLS should be available in JDK 9 ea releases. Best regards Konstantin 2016-04-16 17:43 GMT+03:00 Mahesh Govind : > Hi , > Could you please let me know whether DTLS support is available in current > Java 9 early access releases . > > regards > Mahesh > From vu3mmg at gmail.com Sun Apr 17 03:39:47 2016 From: vu3mmg at gmail.com (Mahesh Govind) Date: Sun, 17 Apr 2016 09:09:47 +0530 Subject: java 9 DTLS support in early access release ? In-Reply-To: References: Message-ID: Hi Konstantin, Thank you for the information . regards Mahesh re On Sun, Apr 17, 2016 at 1:28 AM, Konstantin Shefov wrote: > Hi, Mahesh > > If you mean Datagram Transport Layer Security support, it is JEP 219 > http://openjdk.java.net/jeps/219 > > It has been integrated in JDK 9 in June 2015 with changeset > http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/6721ff11d592 > > Functional unit tests for the feature were integrated in June 2015 in JDK > 9 b69 with changeset > http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/4d240482f37e > > So DTLS should be available in JDK 9 ea releases. > > Best regards > Konstantin > > > 2016-04-16 17:43 GMT+03:00 Mahesh Govind : > >> Hi , >> Could you please let me know whether DTLS support is available in current >> Java 9 early access releases . >> >> regards >> Mahesh >> > > From neugens.limasoftware at gmail.com Mon Apr 18 10:28:25 2016 From: neugens.limasoftware at gmail.com (Mario Torre) Date: Mon, 18 Apr 2016 12:28:25 +0200 Subject: CFV: New JDK 9 Committer: Severin Gehwolf Message-ID: I hereby nominate Severin Gehwolf (sgehwolf) to JDK 9 Committer. Severin is currently an active Author[1] for the JDK9 project, he has contributed a number of non trivial fixes to various OpenJDK 9 repositores and is helping maintaining the Zero port code, please see the bottom of this email for a comprehensive list[2]. Votes are due by May 3th, 2016. Only current JDK9 Committers [3] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [4]. Thanks, Mario [1] http://openjdk.java.net/census#sgehwolf [2] Substantial contributions made by Severin: JDK (OpenJDK 9): http://hg.openjdk.java.net/jdk9/dev/jdk/rev/f740a9ac6eb6 http://hg.openjdk.java.net/jdk9/dev/jdk/rev/4be070b8aaba http://hg.openjdk.java.net/jdk9/dev/jdk/rev/1b13503d0ef7 http://hg.openjdk.java.net/jdk9/dev/jdk/rev/452162be5da9 http://hg.openjdk.java.net/jdk9/dev/jdk/rev/277d7584fa03 Top level: http://hg.openjdk.java.net/jdk9/dev/rev/31d74c7cb71d http://hg.openjdk.java.net/jdk9/dev/rev/fed09f6c3711 Hotspot (OpenJDK 9): http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/6217fd2c767b http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/6df562f03f3b http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/5c2bc6278fc4 http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/ce9fb9e64334 http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c6d29f2731d5 http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/5a799e9af4b7 http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/3b0fdfa8029c http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/2369f1537ee1 http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c1a328946567 http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/24059544e015 http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/d2f09fe6e255 http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/b1d3888c0ae7 http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c7776c76d752 Hotspot (OpenJDK 8): http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c6affd32651a [3] http://openjdk.java.net/census [4] http://openjdk.java.net/projects/#committer-vote -- pgp key: http://subkeys.pgp.net/ PGP Key ID: 80F240CF Fingerprint: BA39 9666 94EC 8B73 27FA FC7C 4086 63E3 80F2 40CF Java Champion - Blog: http://neugens.wordpress.com - Twitter: @neugens Proud GNU Classpath developer: http://www.classpath.org/ OpenJDK: http://openjdk.java.net/projects/caciocavallo/ Please, support open standards: http://endsoftpatents.org/ From zoltan.majo at oracle.com Mon Apr 18 10:32:21 2016 From: zoltan.majo at oracle.com (=?UTF-8?B?Wm9sdMOhbiBNYWrDsw==?=) Date: Mon, 18 Apr 2016 12:32:21 +0200 Subject: CFV: New JDK 9 Committer: Severin Gehwolf In-Reply-To: References: Message-ID: <5714B7B5.7030108@oracle.com> Vote: yes. Best regards, Zoltan On 04/18/2016 12:28 PM, Mario Torre wrote: > I hereby nominate Severin Gehwolf (sgehwolf) to JDK 9 Committer. > > Severin is currently an active Author[1] for the JDK9 project, he has > contributed a number of non trivial fixes to various OpenJDK 9 > repositores and is helping maintaining the Zero port code, please see > the bottom of this email for a comprehensive list[2]. > > Votes are due by May 3th, 2016. > > Only current JDK9 Committers [3] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this > mailing list. > > For Lazy Consensus voting instructions, see [4]. > > Thanks, > Mario > > [1] http://openjdk.java.net/census#sgehwolf > [2] Substantial contributions made by Severin: > > JDK (OpenJDK 9): > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/f740a9ac6eb6 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/4be070b8aaba > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/1b13503d0ef7 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/452162be5da9 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/277d7584fa03 > > Top level: > http://hg.openjdk.java.net/jdk9/dev/rev/31d74c7cb71d > http://hg.openjdk.java.net/jdk9/dev/rev/fed09f6c3711 > > Hotspot (OpenJDK 9): > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/6217fd2c767b > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/6df562f03f3b > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/5c2bc6278fc4 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/ce9fb9e64334 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c6d29f2731d5 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/5a799e9af4b7 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/3b0fdfa8029c > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/2369f1537ee1 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c1a328946567 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/24059544e015 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/d2f09fe6e255 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/b1d3888c0ae7 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c7776c76d752 > > Hotspot (OpenJDK 8): > http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c6affd32651a > > [3] http://openjdk.java.net/census > [4] http://openjdk.java.net/projects/#committer-vote > From goetz.lindenmaier at sap.com Mon Apr 18 10:34:34 2016 From: goetz.lindenmaier at sap.com (Lindenmaier, Goetz) Date: Mon, 18 Apr 2016 10:34:34 +0000 Subject: CFV: New JDK 9 Committer: Severin Gehwolf Message-ID: <68ced68b12334f1ebfac6cda33307ec7@DEWDFE13DE09.global.corp.sap> Vote: yes Best regards, Goetz. > -----Original Message----- > From: jdk9-dev [mailto:jdk9-dev-bounces at openjdk.java.net] On Behalf Of > Mario Torre > Sent: Montag, 18. April 2016 12:28 > To: jdk9-dev at openjdk.java.net > Subject: CFV: New JDK 9 Committer: Severin Gehwolf > > I hereby nominate Severin Gehwolf (sgehwolf) to JDK 9 Committer. > > Severin is currently an active Author[1] for the JDK9 project, he has > contributed a number of non trivial fixes to various OpenJDK 9 > repositores and is helping maintaining the Zero port code, please see > the bottom of this email for a comprehensive list[2]. > > Votes are due by May 3th, 2016. > > Only current JDK9 Committers [3] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this > mailing list. > > For Lazy Consensus voting instructions, see [4]. > > Thanks, > Mario > > [1] http://openjdk.java.net/census#sgehwolf > [2] Substantial contributions made by Severin: > > JDK (OpenJDK 9): > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/f740a9ac6eb6 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/4be070b8aaba > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/1b13503d0ef7 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/452162be5da9 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/277d7584fa03 > > Top level: > http://hg.openjdk.java.net/jdk9/dev/rev/31d74c7cb71d > http://hg.openjdk.java.net/jdk9/dev/rev/fed09f6c3711 > > Hotspot (OpenJDK 9): > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/6217fd2c767b > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/6df562f03f3b > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/5c2bc6278fc4 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/ce9fb9e64334 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c6d29f2731d5 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/5a799e9af4b7 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/3b0fdfa8029c > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/2369f1537ee1 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c1a328946567 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/24059544e015 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/d2f09fe6e255 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/b1d3888c0ae7 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c7776c76d752 > > Hotspot (OpenJDK 8): > http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c6affd32651a > > [3] http://openjdk.java.net/census > [4] http://openjdk.java.net/projects/#committer-vote > > -- > pgp key: http://subkeys.pgp.net/ PGP Key ID: 80F240CF > Fingerprint: BA39 9666 94EC 8B73 27FA FC7C 4086 63E3 80F2 40CF > > Java Champion - Blog: http://neugens.wordpress.com - Twitter: @neugens > Proud GNU Classpath developer: http://www.classpath.org/ > OpenJDK: http://openjdk.java.net/projects/caciocavallo/ > > Please, support open standards: > http://endsoftpatents.org/ From aph at redhat.com Mon Apr 18 10:44:49 2016 From: aph at redhat.com (Andrew Haley) Date: Mon, 18 Apr 2016 11:44:49 +0100 Subject: CFV: New JDK 9 Committer: Severin Gehwolf In-Reply-To: References: Message-ID: <5714BAA1.50208@redhat.com> Vote: yes Andrew. From neugens.limasoftware at gmail.com Mon Apr 18 10:45:18 2016 From: neugens.limasoftware at gmail.com (Mario Torre) Date: Mon, 18 Apr 2016 12:45:18 +0200 Subject: CFV: New JDK 9 Committer: Severin Gehwolf In-Reply-To: References: Message-ID: Vote: Yes, Mario 2016-04-18 12:28 GMT+02:00 Mario Torre : > I hereby nominate Severin Gehwolf (sgehwolf) to JDK 9 Committer. > > Severin is currently an active Author[1] for the JDK9 project, he has > contributed a number of non trivial fixes to various OpenJDK 9 > repositores and is helping maintaining the Zero port code, please see > the bottom of this email for a comprehensive list[2]. > > Votes are due by May 3th, 2016. > > Only current JDK9 Committers [3] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this > mailing list. > > For Lazy Consensus voting instructions, see [4]. > > Thanks, > Mario > > [1] http://openjdk.java.net/census#sgehwolf > [2] Substantial contributions made by Severin: > > JDK (OpenJDK 9): > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/f740a9ac6eb6 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/4be070b8aaba > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/1b13503d0ef7 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/452162be5da9 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/277d7584fa03 > > Top level: > http://hg.openjdk.java.net/jdk9/dev/rev/31d74c7cb71d > http://hg.openjdk.java.net/jdk9/dev/rev/fed09f6c3711 > > Hotspot (OpenJDK 9): > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/6217fd2c767b > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/6df562f03f3b > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/5c2bc6278fc4 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/ce9fb9e64334 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c6d29f2731d5 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/5a799e9af4b7 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/3b0fdfa8029c > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/2369f1537ee1 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c1a328946567 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/24059544e015 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/d2f09fe6e255 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/b1d3888c0ae7 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c7776c76d752 > > Hotspot (OpenJDK 8): > http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c6affd32651a > > [3] http://openjdk.java.net/census > [4] http://openjdk.java.net/projects/#committer-vote > > -- > pgp key: http://subkeys.pgp.net/ PGP Key ID: 80F240CF > Fingerprint: BA39 9666 94EC 8B73 27FA FC7C 4086 63E3 80F2 40CF > > Java Champion - Blog: http://neugens.wordpress.com - Twitter: @neugens > Proud GNU Classpath developer: http://www.classpath.org/ > OpenJDK: http://openjdk.java.net/projects/caciocavallo/ > > Please, support open standards: > http://endsoftpatents.org/ > -- pgp key: http://subkeys.pgp.net/ PGP Key ID: 80F240CF Fingerprint: BA39 9666 94EC 8B73 27FA FC7C 4086 63E3 80F2 40CF Java Champion - Blog: http://neugens.wordpress.com - Twitter: @neugens Proud GNU Classpath developer: http://www.classpath.org/ OpenJDK: http://openjdk.java.net/projects/caciocavallo/ Please, support open standards: http://endsoftpatents.org/ From adinn at redhat.com Mon Apr 18 11:19:40 2016 From: adinn at redhat.com (Andrew Dinn) Date: Mon, 18 Apr 2016 12:19:40 +0100 Subject: CFV: New JDK 9 Committer: Severin Gehwolf In-Reply-To: References: Message-ID: <5714C2CC.3090604@redhat.com> Vote: yes regards, Andrew Dinn ----------- Senior Principal Software Engineer Red Hat UK Ltd Registered in UK and Wales under Company Registration No. 3798903 Directors: Michael Cunningham (US), Michael O'Neill (Ireland), Paul Argiry (US) From david.holmes at oracle.com Mon Apr 18 12:07:06 2016 From: david.holmes at oracle.com (David Holmes) Date: Mon, 18 Apr 2016 22:07:06 +1000 Subject: CFV: New JDK 9 Committer: Severin Gehwolf In-Reply-To: References: Message-ID: <5714CDEA.1000702@oracle.com> Vote: yes David On 18/04/2016 8:28 PM, Mario Torre wrote: > I hereby nominate Severin Gehwolf (sgehwolf) to JDK 9 Committer. > > Severin is currently an active Author[1] for the JDK9 project, he has > contributed a number of non trivial fixes to various OpenJDK 9 > repositores and is helping maintaining the Zero port code, please see > the bottom of this email for a comprehensive list[2]. > > Votes are due by May 3th, 2016. > > Only current JDK9 Committers [3] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this > mailing list. > > For Lazy Consensus voting instructions, see [4]. > > Thanks, > Mario > > [1] http://openjdk.java.net/census#sgehwolf > [2] Substantial contributions made by Severin: > > JDK (OpenJDK 9): > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/f740a9ac6eb6 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/4be070b8aaba > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/1b13503d0ef7 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/452162be5da9 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/277d7584fa03 > > Top level: > http://hg.openjdk.java.net/jdk9/dev/rev/31d74c7cb71d > http://hg.openjdk.java.net/jdk9/dev/rev/fed09f6c3711 > > Hotspot (OpenJDK 9): > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/6217fd2c767b > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/6df562f03f3b > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/5c2bc6278fc4 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/ce9fb9e64334 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c6d29f2731d5 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/5a799e9af4b7 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/3b0fdfa8029c > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/2369f1537ee1 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c1a328946567 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/24059544e015 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/d2f09fe6e255 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/b1d3888c0ae7 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c7776c76d752 > > Hotspot (OpenJDK 8): > http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c6affd32651a > > [3] http://openjdk.java.net/census > [4] http://openjdk.java.net/projects/#committer-vote > From volker.simonis at gmail.com Mon Apr 18 12:12:35 2016 From: volker.simonis at gmail.com (Volker Simonis) Date: Mon, 18 Apr 2016 14:12:35 +0200 Subject: CFV: New JDK 9 Committer: Severin Gehwolf In-Reply-To: References: Message-ID: Vote: yes On Mon, Apr 18, 2016 at 12:28 PM, Mario Torre wrote: > I hereby nominate Severin Gehwolf (sgehwolf) to JDK 9 Committer. > > Severin is currently an active Author[1] for the JDK9 project, he has > contributed a number of non trivial fixes to various OpenJDK 9 > repositores and is helping maintaining the Zero port code, please see > the bottom of this email for a comprehensive list[2]. > > Votes are due by May 3th, 2016. > > Only current JDK9 Committers [3] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this > mailing list. > > For Lazy Consensus voting instructions, see [4]. > > Thanks, > Mario > > [1] http://openjdk.java.net/census#sgehwolf > [2] Substantial contributions made by Severin: > > JDK (OpenJDK 9): > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/f740a9ac6eb6 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/4be070b8aaba > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/1b13503d0ef7 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/452162be5da9 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/277d7584fa03 > > Top level: > http://hg.openjdk.java.net/jdk9/dev/rev/31d74c7cb71d > http://hg.openjdk.java.net/jdk9/dev/rev/fed09f6c3711 > > Hotspot (OpenJDK 9): > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/6217fd2c767b > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/6df562f03f3b > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/5c2bc6278fc4 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/ce9fb9e64334 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c6d29f2731d5 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/5a799e9af4b7 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/3b0fdfa8029c > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/2369f1537ee1 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c1a328946567 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/24059544e015 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/d2f09fe6e255 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/b1d3888c0ae7 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c7776c76d752 > > Hotspot (OpenJDK 8): > http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c6affd32651a > > [3] http://openjdk.java.net/census > [4] http://openjdk.java.net/projects/#committer-vote > > -- > pgp key: http://subkeys.pgp.net/ PGP Key ID: 80F240CF > Fingerprint: BA39 9666 94EC 8B73 27FA FC7C 4086 63E3 80F2 40CF > > Java Champion - Blog: http://neugens.wordpress.com - Twitter: @neugens > Proud GNU Classpath developer: http://www.classpath.org/ > OpenJDK: http://openjdk.java.net/projects/caciocavallo/ > > Please, support open standards: > http://endsoftpatents.org/ From coleen.phillimore at oracle.com Mon Apr 18 13:22:58 2016 From: coleen.phillimore at oracle.com (Coleen Phillimore) Date: Mon, 18 Apr 2016 09:22:58 -0400 Subject: CFV: New JDK 9 Committer: Severin Gehwolf In-Reply-To: References: Message-ID: <5714DFB2.5040004@oracle.com> Vote: yes On 4/18/16 6:28 AM, Mario Torre wrote: > I hereby nominate Severin Gehwolf (sgehwolf) to JDK 9 Committer. > > Severin is currently an active Author[1] for the JDK9 project, he has > contributed a number of non trivial fixes to various OpenJDK 9 > repositores and is helping maintaining the Zero port code, please see > the bottom of this email for a comprehensive list[2]. > > Votes are due by May 3th, 2016. > > Only current JDK9 Committers [3] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this > mailing list. > > For Lazy Consensus voting instructions, see [4]. > > Thanks, > Mario > > [1] http://openjdk.java.net/census#sgehwolf > [2] Substantial contributions made by Severin: > > JDK (OpenJDK 9): > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/f740a9ac6eb6 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/4be070b8aaba > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/1b13503d0ef7 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/452162be5da9 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/277d7584fa03 > > Top level: > http://hg.openjdk.java.net/jdk9/dev/rev/31d74c7cb71d > http://hg.openjdk.java.net/jdk9/dev/rev/fed09f6c3711 > > Hotspot (OpenJDK 9): > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/6217fd2c767b > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/6df562f03f3b > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/5c2bc6278fc4 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/ce9fb9e64334 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c6d29f2731d5 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/5a799e9af4b7 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/3b0fdfa8029c > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/2369f1537ee1 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c1a328946567 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/24059544e015 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/d2f09fe6e255 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/b1d3888c0ae7 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c7776c76d752 > > Hotspot (OpenJDK 8): > http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c6affd32651a > > [3] http://openjdk.java.net/census > [4] http://openjdk.java.net/projects/#committer-vote > From dalibor.topic at oracle.com Mon Apr 18 13:31:28 2016 From: dalibor.topic at oracle.com (dalibor topic) Date: Mon, 18 Apr 2016 15:31:28 +0200 Subject: CFV: New jdk9 Committer: Hamlin Li In-Reply-To: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> References: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> Message-ID: <5714E1B0.9090705@oracle.com> Vote: Yes. -- Dalibor Topic | Principal Product Manager Phone: +494089091214 | Mobile: +491737185961 ORACLE Deutschland B.V. & Co. KG | K?hneh?fe 5 | 22761 Hamburg ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstr. 25, D-80992 M?nchen Registergericht: Amtsgericht M?nchen, HRA 95603 Komplement?rin: ORACLE Deutschland Verwaltung B.V. Hertogswetering 163/167, 3543 AS Utrecht, Niederlande Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697 Gesch?ftsf?hrer: Alexander van der Ven, Jan Schultheiss, Val Maher Oracle is committed to developing practices and products that help protect the environment From dalibor.topic at oracle.com Mon Apr 18 13:33:21 2016 From: dalibor.topic at oracle.com (dalibor topic) Date: Mon, 18 Apr 2016 15:33:21 +0200 Subject: CFV: New JDK 9 Committer: Felix Yang In-Reply-To: <1460644984.513.15.camel@mylittlepony.linaroharston> References: <1460644984.513.15.camel@mylittlepony.linaroharston> Message-ID: <5714E221.8020903@oracle.com> Vote: Yes. -- Dalibor Topic | Principal Product Manager Phone: +494089091214 | Mobile: +491737185961 ORACLE Deutschland B.V. & Co. KG | K?hneh?fe 5 | 22761 Hamburg ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstr. 25, D-80992 M?nchen Registergericht: Amtsgericht M?nchen, HRA 95603 Komplement?rin: ORACLE Deutschland Verwaltung B.V. Hertogswetering 163/167, 3543 AS Utrecht, Niederlande Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697 Gesch?ftsf?hrer: Alexander van der Ven, Jan Schultheiss, Val Maher Oracle is committed to developing practices and products that help protect the environment From dalibor.topic at oracle.com Mon Apr 18 13:34:31 2016 From: dalibor.topic at oracle.com (dalibor topic) Date: Mon, 18 Apr 2016 15:34:31 +0200 Subject: CFV: New JDK 9 Committer: Severin Gehwolf In-Reply-To: References: Message-ID: <5714E267.7040303@oracle.com> Vote: Yes. -- Dalibor Topic | Principal Product Manager Phone: +494089091214 | Mobile: +491737185961 ORACLE Deutschland B.V. & Co. KG | K?hneh?fe 5 | 22761 Hamburg ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstr. 25, D-80992 M?nchen Registergericht: Amtsgericht M?nchen, HRA 95603 Komplement?rin: ORACLE Deutschland Verwaltung B.V. Hertogswetering 163/167, 3543 AS Utrecht, Niederlande Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697 Gesch?ftsf?hrer: Alexander van der Ven, Jan Schultheiss, Val Maher Oracle is committed to developing practices and products that help protect the environment From Roger.Riggs at Oracle.com Mon Apr 18 13:34:52 2016 From: Roger.Riggs at Oracle.com (Roger Riggs) Date: Mon, 18 Apr 2016 09:34:52 -0400 Subject: CFV: New JDK 9 Committer: Felix Yang In-Reply-To: <1460644984.513.15.camel@mylittlepony.linaroharston> References: <1460644984.513.15.camel@mylittlepony.linaroharston> Message-ID: <5714E27C.5030903@Oracle.com> Vote: Yes On 4/14/2016 10:43 AM, Edward Nevill wrote: > I hereby nominate Felix Yang (fyang) to JDK 9 Committer. > From aleksey.shipilev at oracle.com Mon Apr 18 14:25:40 2016 From: aleksey.shipilev at oracle.com (Aleksey Shipilev) Date: Mon, 18 Apr 2016 17:25:40 +0300 Subject: CFV: New JDK 9 Committer: Severin Gehwolf In-Reply-To: References: Message-ID: <5714EE64.7040106@oracle.com> Vote: yes. On 18.04.2016 13:28, Mario Torre wrote: > I hereby nominate Severin Gehwolf (sgehwolf) to JDK 9 Committer. > > Severin is currently an active Author[1] for the JDK9 project, he has > contributed a number of non trivial fixes to various OpenJDK 9 > repositores and is helping maintaining the Zero port code, please see > the bottom of this email for a comprehensive list[2]. > > Votes are due by May 3th, 2016. > > Only current JDK9 Committers [3] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this > mailing list. > > For Lazy Consensus voting instructions, see [4]. > > Thanks, > Mario > > [1] http://openjdk.java.net/census#sgehwolf > [2] Substantial contributions made by Severin: > > JDK (OpenJDK 9): > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/f740a9ac6eb6 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/4be070b8aaba > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/1b13503d0ef7 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/452162be5da9 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/277d7584fa03 > > Top level: > http://hg.openjdk.java.net/jdk9/dev/rev/31d74c7cb71d > http://hg.openjdk.java.net/jdk9/dev/rev/fed09f6c3711 > > Hotspot (OpenJDK 9): > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/6217fd2c767b > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/6df562f03f3b > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/5c2bc6278fc4 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/ce9fb9e64334 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c6d29f2731d5 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/5a799e9af4b7 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/3b0fdfa8029c > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/2369f1537ee1 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c1a328946567 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/24059544e015 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/d2f09fe6e255 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/b1d3888c0ae7 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c7776c76d752 > > Hotspot (OpenJDK 8): > http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c6affd32651a > > [3] http://openjdk.java.net/census > [4] http://openjdk.java.net/projects/#committer-vote > From daniel.daugherty at oracle.com Mon Apr 18 14:37:09 2016 From: daniel.daugherty at oracle.com (Daniel D. Daugherty) Date: Mon, 18 Apr 2016 08:37:09 -0600 Subject: CFV: New JDK 9 Committer: Severin Gehwolf In-Reply-To: References: Message-ID: <5714F115.5080701@oracle.com> Vote: yes Dan On 4/18/16 4:28 AM, Mario Torre wrote: > I hereby nominate Severin Gehwolf (sgehwolf) to JDK 9 Committer. > > Severin is currently an active Author[1] for the JDK9 project, he has > contributed a number of non trivial fixes to various OpenJDK 9 > repositores and is helping maintaining the Zero port code, please see > the bottom of this email for a comprehensive list[2]. > > Votes are due by May 3th, 2016. > > Only current JDK9 Committers [3] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this > mailing list. > > For Lazy Consensus voting instructions, see [4]. > > Thanks, > Mario > > [1] http://openjdk.java.net/census#sgehwolf > [2] Substantial contributions made by Severin: > > JDK (OpenJDK 9): > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/f740a9ac6eb6 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/4be070b8aaba > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/1b13503d0ef7 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/452162be5da9 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/277d7584fa03 > > Top level: > http://hg.openjdk.java.net/jdk9/dev/rev/31d74c7cb71d > http://hg.openjdk.java.net/jdk9/dev/rev/fed09f6c3711 > > Hotspot (OpenJDK 9): > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/6217fd2c767b > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/6df562f03f3b > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/5c2bc6278fc4 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/ce9fb9e64334 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c6d29f2731d5 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/5a799e9af4b7 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/3b0fdfa8029c > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/2369f1537ee1 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c1a328946567 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/24059544e015 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/d2f09fe6e255 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/b1d3888c0ae7 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c7776c76d752 > > Hotspot (OpenJDK 8): > http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c6affd32651a > > [3] http://openjdk.java.net/census > [4] http://openjdk.java.net/projects/#committer-vote > From vladimir.x.ivanov at oracle.com Mon Apr 18 14:49:16 2016 From: vladimir.x.ivanov at oracle.com (Vladimir Ivanov) Date: Mon, 18 Apr 2016 17:49:16 +0300 Subject: CFV: New JDK 9 Committer: Severin Gehwolf In-Reply-To: References: Message-ID: <5714F3EC.90203@oracle.com> Vote: yes Best regards, Vladimir Ivanov On 4/18/16 1:28 PM, Mario Torre wrote: > I hereby nominate Severin Gehwolf (sgehwolf) to JDK 9 Committer. From vladimir.kozlov at oracle.com Mon Apr 18 15:50:24 2016 From: vladimir.kozlov at oracle.com (Vladimir Kozlov) Date: Mon, 18 Apr 2016 08:50:24 -0700 Subject: CFV: New JDK 9 Committer: Severin Gehwolf In-Reply-To: References: Message-ID: <57150240.3020902@oracle.com> Vote: yes On 4/18/16 3:28 AM, Mario Torre wrote: > I hereby nominate Severin Gehwolf (sgehwolf) to JDK 9 Committer. > > Severin is currently an active Author[1] for the JDK9 project, he has > contributed a number of non trivial fixes to various OpenJDK 9 > repositores and is helping maintaining the Zero port code, please see > the bottom of this email for a comprehensive list[2]. > > Votes are due by May 3th, 2016. > > Only current JDK9 Committers [3] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this > mailing list. > > For Lazy Consensus voting instructions, see [4]. > > Thanks, > Mario > > [1] http://openjdk.java.net/census#sgehwolf > [2] Substantial contributions made by Severin: > > JDK (OpenJDK 9): > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/f740a9ac6eb6 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/4be070b8aaba > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/1b13503d0ef7 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/452162be5da9 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/277d7584fa03 > > Top level: > http://hg.openjdk.java.net/jdk9/dev/rev/31d74c7cb71d > http://hg.openjdk.java.net/jdk9/dev/rev/fed09f6c3711 > > Hotspot (OpenJDK 9): > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/6217fd2c767b > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/6df562f03f3b > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/5c2bc6278fc4 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/ce9fb9e64334 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c6d29f2731d5 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/5a799e9af4b7 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/3b0fdfa8029c > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/2369f1537ee1 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c1a328946567 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/24059544e015 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/d2f09fe6e255 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/b1d3888c0ae7 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c7776c76d752 > > Hotspot (OpenJDK 8): > http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c6affd32651a > > [3] http://openjdk.java.net/census > [4] http://openjdk.java.net/projects/#committer-vote > From serguei.spitsyn at oracle.com Mon Apr 18 17:41:45 2016 From: serguei.spitsyn at oracle.com (serguei.spitsyn at oracle.com) Date: Mon, 18 Apr 2016 10:41:45 -0700 Subject: CFV: New JDK 9 Committer: Severin Gehwolf In-Reply-To: References: Message-ID: <57151C59.2060701@oracle.com> Vote: yes From christian.thalinger at oracle.com Mon Apr 18 18:21:42 2016 From: christian.thalinger at oracle.com (Christian Thalinger) Date: Mon, 18 Apr 2016 08:21:42 -1000 Subject: CFV: New JDK 9 Committer: Severin Gehwolf In-Reply-To: References: Message-ID: <28D48358-0AC1-4926-B079-F88405C5F358@oracle.com> Vote: yes > On Apr 18, 2016, at 12:28 AM, Mario Torre wrote: > > I hereby nominate Severin Gehwolf (sgehwolf) to JDK 9 Committer. > > Severin is currently an active Author[1] for the JDK9 project, he has > contributed a number of non trivial fixes to various OpenJDK 9 > repositores and is helping maintaining the Zero port code, please see > the bottom of this email for a comprehensive list[2]. > > Votes are due by May 3th, 2016. > > Only current JDK9 Committers [3] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this > mailing list. > > For Lazy Consensus voting instructions, see [4]. > > Thanks, > Mario > > [1] http://openjdk.java.net/census#sgehwolf > [2] Substantial contributions made by Severin: > > JDK (OpenJDK 9): > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/f740a9ac6eb6 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/4be070b8aaba > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/1b13503d0ef7 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/452162be5da9 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/277d7584fa03 > > Top level: > http://hg.openjdk.java.net/jdk9/dev/rev/31d74c7cb71d > http://hg.openjdk.java.net/jdk9/dev/rev/fed09f6c3711 > > Hotspot (OpenJDK 9): > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/6217fd2c767b > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/6df562f03f3b > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/5c2bc6278fc4 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/ce9fb9e64334 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c6d29f2731d5 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/5a799e9af4b7 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/3b0fdfa8029c > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/2369f1537ee1 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c1a328946567 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/24059544e015 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/d2f09fe6e255 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/b1d3888c0ae7 > http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c7776c76d752 > > Hotspot (OpenJDK 8): > http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c6affd32651a > > [3] http://openjdk.java.net/census > [4] http://openjdk.java.net/projects/#committer-vote > > -- > pgp key: http://subkeys.pgp.net/ PGP Key ID: 80F240CF > Fingerprint: BA39 9666 94EC 8B73 27FA FC7C 4086 63E3 80F2 40CF > > Java Champion - Blog: http://neugens.wordpress.com - Twitter: @neugens > Proud GNU Classpath developer: http://www.classpath.org/ > OpenJDK: http://openjdk.java.net/projects/caciocavallo/ > > Please, support open standards: > http://endsoftpatents.org/ From alejandro.murillo at oracle.com Tue Apr 19 03:31:41 2016 From: alejandro.murillo at oracle.com (Alejandro Murillo) Date: Mon, 18 Apr 2016 21:31:41 -0600 Subject: jdk9-dev: HotSpot Message-ID: <5715A69D.6000801@oracle.com> jdk9-hs-2016-04-14 has been integrated into jdk9-dev. http://hg.openjdk.java.net/jdk9/dev/rev/5f71689d0b33 http://hg.openjdk.java.net/jdk9/dev/corba/rev/7bab1b1b3682 http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/1c9fdb81b25d http://hg.openjdk.java.net/jdk9/dev/jaxp/rev/1902a5bda18e http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/4ff86e5489e4 http://hg.openjdk.java.net/jdk9/dev/jdk/rev/d094de1b933d http://hg.openjdk.java.net/jdk9/dev/langtools/rev/c0b062e1effd http://hg.openjdk.java.net/jdk9/dev/nashorn/rev/295ac208a444 Component : VM Status : Go for integration Date : 04/18/2016 at 19:00 MSK Tested By : VM SQE &dmitry.fazunenko at oracle.com Bundles : 2016-04-15-025641.amurillo.jdk9-hs-2016-04-14-snapshot Testing: 48 new failures, 1226 known failures, 512078 passed. Issues and Notes: None of the currently unresolved integration blockers from the list: https://bugs.openjdk.java.net/issues/?jql=labels%20%3D%20integration_blocker is critical. Some of bugs already exist in the dev repo (JDK-8154258), and it's not clear why they are marked as blocker. Some of the bugs are just recently filed and not seen in the binaries tested. Summary: Go for integration CRs for testing: 8033735: make Throwable.backtrace visible to Class.getDeclaredField again 8077144: Concurrent mark initialization takes too long 8144073: Refactor hotspot/test/gc/g1/humongousObjects/TestHumongousThreshold.java 8145221: Use trampolines for i2i and i2c entries in Methods that are stored in CDS archive 8145704: Make test for classinit logging more robust. 8146093: [sparc only] compiler/interpreter/7116216/StackOverflow.java Program terminates with signal 11, Segmentation fault. in __1cLRegisterMap2t6MpnKJavaThread_b_v_ () 8146879: Add option for handling existing log files in UL 8148376: Test for PLAB behavior at evacuation failure. 8148772: VM crash in nsk/jvmti/RedefineClasses/StressRedefine: assert failed: Corrupted constant pool 8149405: OOM Error running java/lang/invoke/MethodHandlesTest.java on windows-x86 8151322: Implement os::set_native_thread_name() on Solaris 8151386: Extract card live data out of G1ConcurrentMark 8151546: nsk/jvmti/RedefineClasses/StressRedefine fails in hs nightly 8151939: VM_Version_init() print buffer is too small 8152180: SIGFPE in CMSCollector::preclean with big CMSScheduleRemarkSamplingRatio 8152182: Possible overflow in initialzation of _rescan_task_size and _marking_task_size 8152312: ParNew: Restore preserved marks in parallel 8152329: jvm should treat the "Multi-Release" jar manifest attribute name as case insensitive 8152432: Implement setting jtreg @requires properties vm.flavor, vm.bits, vm.compMode 8152435: (CL)HSDB should be started with no argument 8152468: PrintMiscellaneous in constantPool should use classresolve logging. 8152491: Convert TracePageSizes to use UL 8152639: ResourceMark missing in reportFreeListStatistics 8152666: The new Hotspot Build System 8152679: DeadlockDetectionTest.java fails due to expected output missing 8152846: Creation of ModuleEntryTable Investigate Need For OrderAccess::storestore() 8152896: Convert PrintCompressedOopsMode to Unified Logging 8152905: hs_err file is missing gc threads 8152962: CMSCollector::shouldConcurrentCollect incorrectly logs against the debug stream 8152989: serviceability/tmtools/jstat/GcCauseTest02.java fails with OOME 8153123: Streamline StackWalker code 8153277: [TESTBUG] gc/arguments/TestMaxMinHeapFreeRatioFlags is too sensitive for stray allocations in verifyRatio 8153319: new test serviceability/tmtools/jstack/JstackThreadTest.java fails 8153516: Hotspot TEST.group has error in GC groups definition. 8153583: Make OutputAnalyzer.reportDiagnosticSummary public 8153584: New jtreg test to verify PathSearchingVirutalMachine.bootClassPath() behaviour 8153658: Redundant memory copy in LogStreamNoResourceMark 8153659: Create a CHeap backed LogStream class 8153731: Increase max tag combinations for UL expression (config) 8153734: TestHumongousReferenceObject.java occasionally crashes with "unable to allocate heap of 1g" on win32 8153742: Move Thread::current() to thread.hpp 8153834: G1 Card table verification fails due to concurrent region cleanup 8153843: G1CardLiveDataHelper incorrectly sets next_live_bytes on dead humongous regions 8153845: UL log write method missing essential assert 8153856: com/sun/jdi/WatchFramePop.sh fails with exit code 1 8153902: remove com/sun/jdi/InterfaceMethodsTest.java, com/sun/jdi/InvokeTest.java from ProblemList 8153967: Remove top.hpp 8154087: Fix AIX and Linux/ppc64le after the integration of the new hotspot build -- Alejandro From vu3mmg at gmail.com Tue Apr 19 10:57:12 2016 From: vu3mmg at gmail.com (Mahesh Govind) Date: Tue, 19 Apr 2016 16:27:12 +0530 Subject: java 9 DTLS support in early access release ? In-Reply-To: References: Message-ID: Hi Konstantin , Could you please provide me pointers to an end to end example program using Java 9 DTLS APIs. I would like to use this implementation for Opendaylight (The open SDN project ). regards Mahesh On Sun, Apr 17, 2016 at 9:09 AM, Mahesh Govind wrote: > Hi Konstantin, > > Thank you for the information . > regards > Mahesh > > > > re > > On Sun, Apr 17, 2016 at 1:28 AM, Konstantin Shefov > wrote: > >> Hi, Mahesh >> >> If you mean Datagram Transport Layer Security support, it is JEP 219 >> http://openjdk.java.net/jeps/219 >> >> It has been integrated in JDK 9 in June 2015 with changeset >> http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/6721ff11d592 >> >> Functional unit tests for the feature were integrated in June 2015 in JDK >> 9 b69 with changeset >> http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/4d240482f37e >> >> So DTLS should be available in JDK 9 ea releases. >> >> Best regards >> Konstantin >> >> >> 2016-04-16 17:43 GMT+03:00 Mahesh Govind : >> >>> Hi , >>> Could you please let me know whether DTLS support is available in current >>> Java 9 early access releases . >>> >>> regards >>> Mahesh >>> >> >> > From k.s.shefov at gmail.com Tue Apr 19 11:55:52 2016 From: k.s.shefov at gmail.com (Konstantin Shefov) Date: Tue, 19 Apr 2016 14:55:52 +0300 Subject: java 9 DTLS support in early access release ? In-Reply-To: References: Message-ID: Hi Mahesh As an example you may take the following functional test: http://hg.openjdk.java.net/jdk9/jdk9/jdk/file/6721ff11d592/test/javax/net/ssl/DTLS/DTLSOverDatagram.java It creates client and server on the same host in the same JVM and tries to exchange text messages between them via DatagramSocket, and then validates that exchange is done correctly. The implementation uses SSLEngine class to translate application data (text message) to network (encrypted) data and vice-versa. DatagramSocket class is used to send and receive the network data. A client-server handshake also should be done separately before app data exchange. All questions related to implementation of the SSLEngine class itself, please, ask Xuelei Fan, who implemented the DTLS feature, he is in CC list of this message. Regards -Konstantin 2016-04-19 13:57 GMT+03:00 Mahesh Govind : > Hi Konstantin , > > Could you please provide me pointers to an end to end example program > using Java 9 DTLS APIs. > I would like to use this implementation for Opendaylight (The open SDN > project ). > > regards > Mahesh > > > On Sun, Apr 17, 2016 at 9:09 AM, Mahesh Govind wrote: > >> Hi Konstantin, >> >> Thank you for the information . >> regards >> Mahesh >> >> >> >> re >> >> On Sun, Apr 17, 2016 at 1:28 AM, Konstantin Shefov >> wrote: >> >>> Hi, Mahesh >>> >>> If you mean Datagram Transport Layer Security support, it is JEP 219 >>> http://openjdk.java.net/jeps/219 >>> >>> It has been integrated in JDK 9 in June 2015 with changeset >>> http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/6721ff11d592 >>> >>> Functional unit tests for the feature were integrated in June 2015 in >>> JDK 9 b69 with changeset >>> http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/4d240482f37e >>> >>> So DTLS should be available in JDK 9 ea releases. >>> >>> Best regards >>> Konstantin >>> >>> >>> 2016-04-16 17:43 GMT+03:00 Mahesh Govind : >>> >>>> Hi , >>>> Could you please let me know whether DTLS support is available in >>>> current >>>> Java 9 early access releases . >>>> >>>> regards >>>> Mahesh >>>> >>> >>> >> > From vu3mmg at gmail.com Tue Apr 19 11:57:50 2016 From: vu3mmg at gmail.com (Mahesh Govind) Date: Tue, 19 Apr 2016 17:27:50 +0530 Subject: java 9 DTLS support in early access release ? In-Reply-To: References: Message-ID: HI Konstantin, Thank you . regards Mahesh On Tue, Apr 19, 2016 at 5:25 PM, Konstantin Shefov wrote: > Hi Mahesh > > As an example you may take the following functional test: > > http://hg.openjdk.java.net/jdk9/jdk9/jdk/file/6721ff11d592/test/javax/net/ssl/DTLS/DTLSOverDatagram.java > > It creates client and server on the same host in the same JVM and tries to > exchange text messages between them via DatagramSocket, and then validates > that exchange is done correctly. > > The implementation uses SSLEngine class to translate application data > (text message) to network (encrypted) data and vice-versa. DatagramSocket > class is used to send and receive the network data. A client-server > handshake also should be done separately before app data exchange. > > All questions related to implementation of the SSLEngine class itself, > please, ask Xuelei Fan, who implemented the DTLS feature, he is in CC list > of this message. > > Regards > -Konstantin > > > > 2016-04-19 13:57 GMT+03:00 Mahesh Govind : > >> Hi Konstantin , >> >> Could you please provide me pointers to an end to end example program >> using Java 9 DTLS APIs. >> I would like to use this implementation for Opendaylight (The open SDN >> project ). >> >> regards >> Mahesh >> >> >> On Sun, Apr 17, 2016 at 9:09 AM, Mahesh Govind wrote: >> >>> Hi Konstantin, >>> >>> Thank you for the information . >>> regards >>> Mahesh >>> >>> >>> >>> re >>> >>> On Sun, Apr 17, 2016 at 1:28 AM, Konstantin Shefov >> > wrote: >>> >>>> Hi, Mahesh >>>> >>>> If you mean Datagram Transport Layer Security support, it is JEP 219 >>>> http://openjdk.java.net/jeps/219 >>>> >>>> It has been integrated in JDK 9 in June 2015 with changeset >>>> http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/6721ff11d592 >>>> >>>> Functional unit tests for the feature were integrated in June 2015 in >>>> JDK 9 b69 with changeset >>>> http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/4d240482f37e >>>> >>>> So DTLS should be available in JDK 9 ea releases. >>>> >>>> Best regards >>>> Konstantin >>>> >>>> >>>> 2016-04-16 17:43 GMT+03:00 Mahesh Govind : >>>> >>>>> Hi , >>>>> Could you please let me know whether DTLS support is available in >>>>> current >>>>> Java 9 early access releases . >>>>> >>>>> regards >>>>> Mahesh >>>>> >>>> >>>> >>> >> > From daniel.fuchs at oracle.com Tue Apr 19 13:01:58 2016 From: daniel.fuchs at oracle.com (Daniel Fuchs) Date: Tue, 19 Apr 2016 15:01:58 +0200 Subject: CFV: New jdk9 Committer: Hamlin Li In-Reply-To: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> References: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> Message-ID: Vote: Yes -- daniel On 11/04/16 16:52, Mandy Chung wrote: > I hereby nominate Hamlin Li to jdk9 Committer. From staffan.larsen at oracle.com Tue Apr 19 13:03:55 2016 From: staffan.larsen at oracle.com (Staffan Larsen) Date: Tue, 19 Apr 2016 15:03:55 +0200 Subject: Result: New JDK 9 Reviewer: Marcus Larsson Message-ID: <304513C5-C217-47E7-940E-D61F9F293AED@oracle.com> Voting for Marcus Larsson [1] is now closed. Yes: 20 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. Staffan Larsen [1] http://mail.openjdk.java.net/pipermail/jdk9-dev/2016-April/003942.html From Roger.Riggs at Oracle.com Tue Apr 19 14:40:26 2016 From: Roger.Riggs at Oracle.com (Roger Riggs) Date: Tue, 19 Apr 2016 10:40:26 -0400 Subject: CFV: New jdk9 Committer: Hamlin Li In-Reply-To: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> References: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> Message-ID: <5716435A.5060808@Oracle.com> Vote: Yes On 4/11/2016 10:52 AM, Mandy Chung wrote: > I hereby nominate Hamlin Li to jdk9 Committer. > > From joe.darcy at oracle.com Tue Apr 19 23:38:41 2016 From: joe.darcy at oracle.com (Joseph D. Darcy) Date: Tue, 19 Apr 2016 16:38:41 -0700 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter Message-ID: <5716C181.6080306@oracle.com> I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer. Brian has worked in the core libraries team for several years, focusing on the numerical libraries and more recently java.nio. In JDK 9, Brian also integrated TIFF support for java.imageio (JDK-8143342). Brian is currently a JDK 9 committer [1] and has contributed over 100 changesets in JDK 9 [2]. Votes are due by May 3, 2016. Only current JDK 9 Reviewers [3] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [4]. -Joe [1] http://openjdk.java.net/census#bpb [2] http://hg.openjdk.java.net/jdk9/dev/jdk/log?revcount=2000&rev=%28author%28%22bpb%22%29+or+desc%28%22Contributed-by%3A+brian.burkhalter%40oracle.com%22%29%29+and+not+merge%28%29 [3] http://openjdk.java.net/census [4] http://openjdk.java.net/projects/#reviewer-vote From jonathan.gibbons at oracle.com Tue Apr 19 23:40:59 2016 From: jonathan.gibbons at oracle.com (Jonathan Gibbons) Date: Tue, 19 Apr 2016 16:40:59 -0700 (PDT) Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <5716C20B.2010606@oracle.com> Vote: yes On 04/19/2016 04:38 PM, Joseph D. Darcy wrote: > I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer. > > Brian has worked in the core libraries team for several years, > focusing on the numerical libraries and more recently java.nio. In JDK > 9, Brian also integrated TIFF support for java.imageio (JDK-8143342). > > Brian is currently a JDK 9 committer [1] and has contributed over 100 > changesets in JDK 9 [2]. > > Votes are due by May 3, 2016. > > Only current JDK 9 Reviewers [3] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [4]. > > -Joe > > [1] http://openjdk.java.net/census#bpb > > [2] > http://hg.openjdk.java.net/jdk9/dev/jdk/log?revcount=2000&rev=%28author%28%22bpb%22%29+or+desc%28%22Contributed-by%3A+brian.burkhalter%40oracle.com%22%29%29+and+not+merge%28%29 > > [3] http://openjdk.java.net/census > > [4] http://openjdk.java.net/projects/#reviewer-vote From tim.bell at oracle.com Wed Apr 20 01:29:16 2016 From: tim.bell at oracle.com (Tim Bell) Date: Tue, 19 Apr 2016 18:29:16 -0700 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <5716DB6C.4060806@oracle.com> Vote: yes On 04/19/16 16:38, Joseph D. Darcy wrote: > I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer Tim From naoto.sato at oracle.com Wed Apr 20 02:28:02 2016 From: naoto.sato at oracle.com (Naoto Sato) Date: Tue, 19 Apr 2016 19:28:02 -0700 (PDT) Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <65590C7A-D70A-49B5-8D2C-79AB95020702@oracle.com> Vote: yes Naoto > On Apr 19, 2016, at 4:38 PM, Joseph D. Darcy wrote: > > I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer. > > Brian has worked in the core libraries team for several years, focusing on the numerical libraries and more recently java.nio. In JDK 9, Brian also integrated TIFF support for java.imageio (JDK-8143342). > > Brian is currently a JDK 9 committer [1] and has contributed over 100 changesets in JDK 9 [2]. > > Votes are due by May 3, 2016. > > Only current JDK 9 Reviewers [3] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [4]. > > -Joe > > [1] http://openjdk.java.net/census#bpb > > [2] http://hg.openjdk.java.net/jdk9/dev/jdk/log?revcount=2000&rev=%28author%28%22bpb%22%29+or+desc%28%22Contributed-by%3A+brian.burkhalter%40oracle.com%22%29%29+and+not+merge%28%29 > > [3] http://openjdk.java.net/census > > [4] http://openjdk.java.net/projects/#reviewer-vote From philip.race at oracle.com Wed Apr 20 03:07:05 2016 From: philip.race at oracle.com (Philip Race) Date: Tue, 19 Apr 2016 20:07:05 -0700 (PDT) Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <5716F259.9000307@oracle.com> Vote: yes -phil. From yuri.nesterenko at oracle.com Wed Apr 20 08:13:21 2016 From: yuri.nesterenko at oracle.com (Yuri Nesterenko) Date: Wed, 20 Apr 2016 11:13:21 +0300 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <57173A21.6030100@oracle.com> Vote: yes. -yan On 04/20/2016 02:38 AM, Joseph D. Darcy wrote: > I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer. > > Brian has worked in the core libraries team for several years, focusing > on the numerical libraries and more recently java.nio. In JDK 9, Brian > also integrated TIFF support for java.imageio (JDK-8143342). > > Brian is currently a JDK 9 committer [1] and has contributed over 100 > changesets in JDK 9 [2]. > > Votes are due by May 3, 2016. > > Only current JDK 9 Reviewers [3] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [4]. > > -Joe > > [1] http://openjdk.java.net/census#bpb > > [2] > http://hg.openjdk.java.net/jdk9/dev/jdk/log?revcount=2000&rev=%28author%28%22bpb%22%29+or+desc%28%22Contributed-by%3A+brian.burkhalter%40oracle.com%22%29%29+and+not+merge%28%29 > > > [3] http://openjdk.java.net/census > > [4] http://openjdk.java.net/projects/#reviewer-vote From stefan.karlsson at oracle.com Wed Apr 20 08:32:12 2016 From: stefan.karlsson at oracle.com (Stefan Karlsson) Date: Wed, 20 Apr 2016 10:32:12 +0200 Subject: CFV: New JDK 9 Committer: Robbin Ehn Message-ID: <57173E8C.3040204@oracle.com> I hereby nominate Robbin Ehn to JDK 9 Committer. Robbin has contributed 16 HotSpot patches [0] for the Unified Logging framework, usages of UL, and fixes to JVMTI. Votes are due by 2016-04-20T10:30+0200 Only current JDK 9 Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Stefan Karlsson [0] Contributions: As author: http://hg.openjdk.java.net/jdk9/hs/hotspot/search/?rev=author%28rehn%29&revcount=20 http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f5039ced9a85 http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d3295ddedb55 http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/338919bcb467 http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b7e2caff09c http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/dc71732b59d6 http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/78eaba1e0d24 http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1c839fd8b3db http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/eb227ccc8a84 http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8fced5cac71c http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/21bb44b28582 http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9ec931aabdd0 http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1bff1b586886? Contributed-by: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b0cdcfe42ebf? http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b76b87db5fa http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2a96f7f8beb4 http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3273eec11f6e [1] http://openjdk.java.net/census [2] http://openjdk.java.net/projects/#committer-vote From aph at redhat.com Wed Apr 20 08:33:29 2016 From: aph at redhat.com (Andrew Haley) Date: Wed, 20 Apr 2016 09:33:29 +0100 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <57173ED9.9000309@redhat.com> Vote: yes Andrew. From stefan.karlsson at oracle.com Wed Apr 20 08:34:31 2016 From: stefan.karlsson at oracle.com (Stefan Karlsson) Date: Wed, 20 Apr 2016 10:34:31 +0200 Subject: CFV: New JDK 9 Committer: Robbin Ehn In-Reply-To: <57173E8C.3040204@oracle.com> References: <57173E8C.3040204@oracle.com> Message-ID: <57173F17.7090902@oracle.com> And the due date/time should of course be +14 days: 2016-05-04T10:30+0200. StefanK On 2016-04-20 10:32, Stefan Karlsson wrote: > I hereby nominate Robbin Ehn to JDK 9 Committer. > > Robbin has contributed 16 HotSpot patches [0] for the Unified Logging > framework, usages of UL, and fixes to JVMTI. > > Votes are due by 2016-04-20T10:30+0200 > > Only current JDK 9 Committers [1] are eligible to vote > on this nomination. Votes must be cast in the open by replying > to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] Contributions: > > As author: > http://hg.openjdk.java.net/jdk9/hs/hotspot/search/?rev=author%28rehn%29&revcount=20 > > > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f5039ced9a85 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d3295ddedb55 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/338919bcb467 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b7e2caff09c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/dc71732b59d6 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/78eaba1e0d24 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1c839fd8b3db > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/eb227ccc8a84 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8fced5cac71c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/21bb44b28582 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9ec931aabdd0 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1bff1b586886? > > Contributed-by: > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b0cdcfe42ebf? > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b76b87db5fa > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2a96f7f8beb4 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3273eec11f6e > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote From stefan.karlsson at oracle.com Wed Apr 20 08:34:47 2016 From: stefan.karlsson at oracle.com (Stefan Karlsson) Date: Wed, 20 Apr 2016 10:34:47 +0200 Subject: CFV: New JDK 9 Committer: Robbin Ehn In-Reply-To: <57173E8C.3040204@oracle.com> References: <57173E8C.3040204@oracle.com> Message-ID: <57173F27.4030300@oracle.com> Vote: yes StefanK On 2016-04-20 10:32, Stefan Karlsson wrote: > I hereby nominate Robbin Ehn to JDK 9 Committer. > > Robbin has contributed 16 HotSpot patches [0] for the Unified Logging > framework, usages of UL, and fixes to JVMTI. > > Votes are due by 2016-04-20T10:30+0200 > > Only current JDK 9 Committers [1] are eligible to vote > on this nomination. Votes must be cast in the open by replying > to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] Contributions: > > As author: > http://hg.openjdk.java.net/jdk9/hs/hotspot/search/?rev=author%28rehn%29&revcount=20 > > > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f5039ced9a85 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d3295ddedb55 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/338919bcb467 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b7e2caff09c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/dc71732b59d6 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/78eaba1e0d24 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1c839fd8b3db > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/eb227ccc8a84 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8fced5cac71c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/21bb44b28582 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9ec931aabdd0 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1bff1b586886? > > Contributed-by: > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b0cdcfe42ebf? > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b76b87db5fa > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2a96f7f8beb4 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3273eec11f6e > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote From stefan.johansson at oracle.com Wed Apr 20 09:26:38 2016 From: stefan.johansson at oracle.com (Stefan Johansson) Date: Wed, 20 Apr 2016 11:26:38 +0200 Subject: CFV: New JDK 9 Committer: Robbin Ehn In-Reply-To: <57173E8C.3040204@oracle.com> References: <57173E8C.3040204@oracle.com> Message-ID: <57174B4E.10909@oracle.com> Vote: yes StefanJ On 2016-04-20 10:32, Stefan Karlsson wrote: > I hereby nominate Robbin Ehn to JDK 9 Committer. > > Robbin has contributed 16 HotSpot patches [0] for the Unified Logging > framework, usages of UL, and fixes to JVMTI. > > Votes are due by 2016-04-20T10:30+0200 > > Only current JDK 9 Committers [1] are eligible to vote > on this nomination. Votes must be cast in the open by replying > to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] Contributions: > > As author: > http://hg.openjdk.java.net/jdk9/hs/hotspot/search/?rev=author%28rehn%29&revcount=20 > > > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f5039ced9a85 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d3295ddedb55 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/338919bcb467 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b7e2caff09c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/dc71732b59d6 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/78eaba1e0d24 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1c839fd8b3db > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/eb227ccc8a84 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8fced5cac71c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/21bb44b28582 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9ec931aabdd0 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1bff1b586886? > > Contributed-by: > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b0cdcfe42ebf? > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b76b87db5fa > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2a96f7f8beb4 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3273eec11f6e > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote From Alan.Bateman at oracle.com Wed Apr 20 09:35:27 2016 From: Alan.Bateman at oracle.com (Alan Bateman) Date: Wed, 20 Apr 2016 10:35:27 +0100 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <57174D5F.4010708@oracle.com> Vote: yes From chris.hegarty at oracle.com Wed Apr 20 09:38:07 2016 From: chris.hegarty at oracle.com (Chris Hegarty) Date: Wed, 20 Apr 2016 10:38:07 +0100 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <57174D5F.4010708@oracle.com> References: <5716C181.6080306@oracle.com> <57174D5F.4010708@oracle.com> Message-ID: <7D77F043-FBE7-4C44-99C0-333F11E91F9C@oracle.com> Vote: YES -Chris. From dalibor.topic at oracle.com Wed Apr 20 09:40:45 2016 From: dalibor.topic at oracle.com (dalibor topic) Date: Wed, 20 Apr 2016 11:40:45 +0200 Subject: CFV: New JDK 9 Committer: Robbin Ehn In-Reply-To: <57173E8C.3040204@oracle.com> References: <57173E8C.3040204@oracle.com> Message-ID: <57174E9D.8010301@oracle.com> Vote: Yes. -- Dalibor Topic | Principal Product Manager Phone: +494089091214 | Mobile: +491737185961 ORACLE Deutschland B.V. & Co. KG | K?hneh?fe 5 | 22761 Hamburg ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstr. 25, D-80992 M?nchen Registergericht: Amtsgericht M?nchen, HRA 95603 Komplement?rin: ORACLE Deutschland Verwaltung B.V. Hertogswetering 163/167, 3543 AS Utrecht, Niederlande Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697 Gesch?ftsf?hrer: Alexander van der Ven, Jan Schultheiss, Val Maher Oracle is committed to developing practices and products that help protect the environment From sean.coffey at oracle.com Wed Apr 20 10:08:19 2016 From: sean.coffey at oracle.com (=?UTF-8?Q?Se=c3=a1n_Coffey?=) Date: Wed, 20 Apr 2016 11:08:19 +0100 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <57175513.40900@oracle.com> Vote: yes Regards, Sean. On 20/04/16 00:38, Joseph D. Darcy wrote: > I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer. > > Brian has worked in the core libraries team for several years, > focusing on the numerical libraries and more recently java.nio. In JDK > 9, Brian also integrated TIFF support for java.imageio (JDK-8143342). > > Brian is currently a JDK 9 committer [1] and has contributed over 100 > changesets in JDK 9 [2]. > > Votes are due by May 3, 2016. > > Only current JDK 9 Reviewers [3] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [4]. > > -Joe > > [1] http://openjdk.java.net/census#bpb > > [2] > http://hg.openjdk.java.net/jdk9/dev/jdk/log?revcount=2000&rev=%28author%28%22bpb%22%29+or+desc%28%22Contributed-by%3A+brian.burkhalter%40oracle.com%22%29%29+and+not+merge%28%29 > > [3] http://openjdk.java.net/census > > [4] http://openjdk.java.net/projects/#reviewer-vote From claes.redestad at oracle.com Wed Apr 20 10:37:17 2016 From: claes.redestad at oracle.com (Claes Redestad) Date: Wed, 20 Apr 2016 12:37:17 +0200 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <57175BDD.7090807@oracle.com> Vote: yes /Claes On 2016-04-20 01:38, Joseph D. Darcy wrote: > I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer. > > Brian has worked in the core libraries team for several years, > focusing on the numerical libraries and more recently java.nio. In JDK > 9, Brian also integrated TIFF support for java.imageio (JDK-8143342). > > Brian is currently a JDK 9 committer [1] and has contributed over 100 > changesets in JDK 9 [2]. > > Votes are due by May 3, 2016. > > Only current JDK 9 Reviewers [3] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [4]. > > -Joe > > [1] http://openjdk.java.net/census#bpb > > [2] > http://hg.openjdk.java.net/jdk9/dev/jdk/log?revcount=2000&rev=%28author%28%22bpb%22%29+or+desc%28%22Contributed-by%3A+brian.burkhalter%40oracle.com%22%29%29+and+not+merge%28%29 > > [3] http://openjdk.java.net/census > > [4] http://openjdk.java.net/projects/#reviewer-vote From claes.redestad at oracle.com Wed Apr 20 10:37:35 2016 From: claes.redestad at oracle.com (Claes Redestad) Date: Wed, 20 Apr 2016 12:37:35 +0200 Subject: CFV: New JDK 9 Committer: Robbin Ehn In-Reply-To: <57173E8C.3040204@oracle.com> References: <57173E8C.3040204@oracle.com> Message-ID: <57175BEF.50308@oracle.com> Vote: yes /Claes On 2016-04-20 10:32, Stefan Karlsson wrote: > I hereby nominate Robbin Ehn to JDK 9 Committer. > > Robbin has contributed 16 HotSpot patches [0] for the Unified Logging > framework, usages of UL, and fixes to JVMTI. > > Votes are due by 2016-04-20T10:30+0200 > > Only current JDK 9 Committers [1] are eligible to vote > on this nomination. Votes must be cast in the open by replying > to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] Contributions: > > As author: > http://hg.openjdk.java.net/jdk9/hs/hotspot/search/?rev=author%28rehn%29&revcount=20 > > > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f5039ced9a85 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d3295ddedb55 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/338919bcb467 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b7e2caff09c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/dc71732b59d6 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/78eaba1e0d24 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1c839fd8b3db > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/eb227ccc8a84 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8fced5cac71c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/21bb44b28582 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9ec931aabdd0 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1bff1b586886? > > Contributed-by: > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b0cdcfe42ebf? > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b76b87db5fa > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2a96f7f8beb4 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3273eec11f6e > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote From lance.andersen at oracle.com Wed Apr 20 10:39:11 2016 From: lance.andersen at oracle.com (Lance Andersen) Date: Wed, 20 Apr 2016 06:39:11 -0400 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <04712CEC-92DD-4DF9-8267-6D9DD5396846@oracle.com> vote: yes > On Apr 19, 2016, at 7:38 PM, Joseph D. Darcy wrote: > > I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer. > > Brian has worked in the core libraries team for several years, focusing on the numerical libraries and more recently java.nio. In JDK 9, Brian also integrated TIFF support for java.imageio (JDK-8143342). > > Brian is currently a JDK 9 committer [1] and has contributed over 100 changesets in JDK 9 [2]. > > Votes are due by May 3, 2016. > > Only current JDK 9 Reviewers [3] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [4]. > > -Joe > > [1] http://openjdk.java.net/census#bpb > > [2] http://hg.openjdk.java.net/jdk9/dev/jdk/log?revcount=2000&rev=%28author%28%22bpb%22%29+or+desc%28%22Contributed-by%3A+brian.burkhalter%40oracle.com%22%29%29+and+not+merge%28%29 > > [3] http://openjdk.java.net/census > > [4] http://openjdk.java.net/projects/#reviewer-vote Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037 Oracle Java Engineering 1 Network Drive Burlington, MA 01803 Lance.Andersen at oracle.com From jesper.wilhelmsson at oracle.com Wed Apr 20 10:38:16 2016 From: jesper.wilhelmsson at oracle.com (Jesper Wilhelmsson) Date: Wed, 20 Apr 2016 12:38:16 +0200 Subject: CFV: New JDK 9 Committer: Robbin Ehn In-Reply-To: <57173E8C.3040204@oracle.com> References: <57173E8C.3040204@oracle.com> Message-ID: <57175C18.4000508@oracle.com> Vote: Yes /Jesper Den 20/4/16 kl. 10:32, skrev Stefan Karlsson: > I hereby nominate Robbin Ehn to JDK 9 Committer. > > Robbin has contributed 16 HotSpot patches [0] for the Unified Logging framework, > usages of UL, and fixes to JVMTI. > > Votes are due by 2016-04-20T10:30+0200 > > Only current JDK 9 Committers [1] are eligible to vote > on this nomination. Votes must be cast in the open by replying > to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] Contributions: > > As author: > http://hg.openjdk.java.net/jdk9/hs/hotspot/search/?rev=author%28rehn%29&revcount=20 > > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f5039ced9a85 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d3295ddedb55 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/338919bcb467 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b7e2caff09c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/dc71732b59d6 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/78eaba1e0d24 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1c839fd8b3db > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/eb227ccc8a84 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8fced5cac71c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/21bb44b28582 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9ec931aabdd0 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1bff1b586886? > > Contributed-by: > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b0cdcfe42ebf? > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b76b87db5fa > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2a96f7f8beb4 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3273eec11f6e > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote From marcus.larsson at oracle.com Wed Apr 20 11:39:16 2016 From: marcus.larsson at oracle.com (Marcus Larsson) Date: Wed, 20 Apr 2016 13:39:16 +0200 Subject: CFV: New JDK 9 Committer: Robbin Ehn In-Reply-To: <57173E8C.3040204@oracle.com> References: <57173E8C.3040204@oracle.com> Message-ID: <433f54bf-b91d-e4c3-ebcf-814903b5e299@oracle.com> Vote: yes On 04/20/2016 10:32 AM, Stefan Karlsson wrote: > I hereby nominate Robbin Ehn to JDK 9 Committer. > > Robbin has contributed 16 HotSpot patches [0] for the Unified Logging > framework, usages of UL, and fixes to JVMTI. > > Votes are due by 2016-04-20T10:30+0200 > > Only current JDK 9 Committers [1] are eligible to vote > on this nomination. Votes must be cast in the open by replying > to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] Contributions: > > As author: > http://hg.openjdk.java.net/jdk9/hs/hotspot/search/?rev=author%28rehn%29&revcount=20 > > > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f5039ced9a85 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d3295ddedb55 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/338919bcb467 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b7e2caff09c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/dc71732b59d6 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/78eaba1e0d24 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1c839fd8b3db > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/eb227ccc8a84 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8fced5cac71c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/21bb44b28582 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9ec931aabdd0 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1bff1b586886? > > Contributed-by: > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b0cdcfe42ebf? > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b76b87db5fa > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2a96f7f8beb4 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3273eec11f6e > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote From coleen.phillimore at oracle.com Wed Apr 20 12:21:47 2016 From: coleen.phillimore at oracle.com (Coleen Phillimore) Date: Wed, 20 Apr 2016 08:21:47 -0400 Subject: CFV: New JDK 9 Committer: Robbin Ehn In-Reply-To: <57173E8C.3040204@oracle.com> References: <57173E8C.3040204@oracle.com> Message-ID: <5717745B.3010807@oracle.com> Vote: yes On 4/20/16 4:32 AM, Stefan Karlsson wrote: > I hereby nominate Robbin Ehn to JDK 9 Committer. > > Robbin has contributed 16 HotSpot patches [0] for the Unified Logging > framework, usages of UL, and fixes to JVMTI. > > Votes are due by 2016-04-20T10:30+0200 > > Only current JDK 9 Committers [1] are eligible to vote > on this nomination. Votes must be cast in the open by replying > to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] Contributions: > > As author: > http://hg.openjdk.java.net/jdk9/hs/hotspot/search/?rev=author%28rehn%29&revcount=20 > > > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f5039ced9a85 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d3295ddedb55 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/338919bcb467 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b7e2caff09c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/dc71732b59d6 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/78eaba1e0d24 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1c839fd8b3db > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/eb227ccc8a84 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8fced5cac71c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/21bb44b28582 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9ec931aabdd0 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1bff1b586886? > > Contributed-by: > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b0cdcfe42ebf? > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b76b87db5fa > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2a96f7f8beb4 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3273eec11f6e > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote From thomas.schatzl at oracle.com Wed Apr 20 12:46:32 2016 From: thomas.schatzl at oracle.com (Thomas Schatzl) Date: Wed, 20 Apr 2016 14:46:32 +0200 Subject: CFV: New JDK 9 Committer: Robbin Ehn In-Reply-To: <57173E8C.3040204@oracle.com> References: <57173E8C.3040204@oracle.com> Message-ID: <1461156392.2143.2.camel@oracle.com> Vote: yes On Wed, 2016-04-20 at 10:32 +0200, Stefan Karlsson wrote: > I hereby nominate Robbin Ehn to JDK 9 Committer. > > Robbin has contributed 16 HotSpot patches [0] for the Unified Logging > framework, usages of UL, and fixes to JVMTI. > > Votes are due by 2016-04-20T10:30+0200 > > Only current JDK 9 Committers [1] are eligible to vote > on this nomination. Votes must be cast in the open by replying > to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] Contributions: > > As author: > http://hg.openjdk.java.net/jdk9/hs/hotspot/search/?rev=author%28rehn% > 29&revcount=20 > > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f5039ced9a85 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d3295ddedb55 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/338919bcb467 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b7e2caff09c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/dc71732b59d6 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/78eaba1e0d24 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1c839fd8b3db > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/eb227ccc8a84 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8fced5cac71c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/21bb44b28582 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9ec931aabdd0 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1bff1b586886? > > Contributed-by: > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b0cdcfe42ebf? > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b76b87db5fa > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2a96f7f8beb4 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3273eec11f6e > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote From mikael.gerdin at oracle.com Wed Apr 20 12:59:26 2016 From: mikael.gerdin at oracle.com (Mikael Gerdin) Date: Wed, 20 Apr 2016 14:59:26 +0200 Subject: CFV: New JDK 9 Committer: Robbin Ehn In-Reply-To: <57173E8C.3040204@oracle.com> References: <57173E8C.3040204@oracle.com> Message-ID: <57177D2E.3080200@oracle.com> Vote: yes On 2016-04-20 10:32, Stefan Karlsson wrote: > I hereby nominate Robbin Ehn to JDK 9 Committer. > > Robbin has contributed 16 HotSpot patches [0] for the Unified Logging > framework, usages of UL, and fixes to JVMTI. > > Votes are due by 2016-04-20T10:30+0200 > > Only current JDK 9 Committers [1] are eligible to vote > on this nomination. Votes must be cast in the open by replying > to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] Contributions: > > As author: > http://hg.openjdk.java.net/jdk9/hs/hotspot/search/?rev=author%28rehn%29&revcount=20 > > > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f5039ced9a85 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d3295ddedb55 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/338919bcb467 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b7e2caff09c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/dc71732b59d6 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/78eaba1e0d24 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1c839fd8b3db > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/eb227ccc8a84 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8fced5cac71c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/21bb44b28582 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9ec931aabdd0 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1bff1b586886? > > Contributed-by: > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b0cdcfe42ebf? > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b76b87db5fa > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2a96f7f8beb4 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3273eec11f6e > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote From vladimir.x.ivanov at oracle.com Wed Apr 20 13:11:52 2016 From: vladimir.x.ivanov at oracle.com (Vladimir Ivanov) Date: Wed, 20 Apr 2016 16:11:52 +0300 Subject: CFV: New JDK 9 Committer: Robbin Ehn In-Reply-To: <57173E8C.3040204@oracle.com> References: <57173E8C.3040204@oracle.com> Message-ID: <57178018.8000006@oracle.com> Vote: yes Best regards, Vladimir Ivanov On 4/20/16 11:32 AM, Stefan Karlsson wrote: > I hereby nominate Robbin Ehn to JDK 9 Committer. From vladimir.x.ivanov at oracle.com Wed Apr 20 13:12:07 2016 From: vladimir.x.ivanov at oracle.com (Vladimir Ivanov) Date: Wed, 20 Apr 2016 16:12:07 +0300 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <57178027.60208@oracle.com> Vote: yes Best regards, Vladimir Ivanov On 4/20/16 2:38 AM, Joseph D. Darcy wrote: > I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer. From rickard.backman at oracle.com Wed Apr 20 13:13:38 2016 From: rickard.backman at oracle.com (Rickard =?iso-8859-1?Q?B=E4ckman?=) Date: Wed, 20 Apr 2016 15:13:38 +0200 Subject: CFV: New JDK 9 Committer: Robbin Ehn In-Reply-To: <57173E8C.3040204@oracle.com> References: <57173E8C.3040204@oracle.com> Message-ID: <20160420131338.GH19871@rbackman> Vote: yes On 04/20, Stefan Karlsson wrote: > I hereby nominate Robbin Ehn to JDK 9 Committer. > > Robbin has contributed 16 HotSpot patches [0] for the Unified > Logging framework, usages of UL, and fixes to JVMTI. > > Votes are due by 2016-04-20T10:30+0200 > > Only current JDK 9 Committers [1] are eligible to vote > on this nomination. Votes must be cast in the open by replying > to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] Contributions: > > As author: > http://hg.openjdk.java.net/jdk9/hs/hotspot/search/?rev=author%28rehn%29&revcount=20 > > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f5039ced9a85 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d3295ddedb55 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/338919bcb467 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b7e2caff09c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/dc71732b59d6 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/78eaba1e0d24 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1c839fd8b3db > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/eb227ccc8a84 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8fced5cac71c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/21bb44b28582 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9ec931aabdd0 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1bff1b586886? > > Contributed-by: > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b0cdcfe42ebf? > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b76b87db5fa > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2a96f7f8beb4 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3273eec11f6e > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote /R From Roger.Riggs at Oracle.com Wed Apr 20 13:20:56 2016 From: Roger.Riggs at Oracle.com (Roger Riggs) Date: Wed, 20 Apr 2016 09:20:56 -0400 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <57178238.7060909@Oracle.com> Vote: Yes On 4/19/2016 7:38 PM, Joseph D. Darcy wrote: > I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer. From stuart.marks at oracle.com Wed Apr 20 15:26:58 2016 From: stuart.marks at oracle.com (Stuart Marks) Date: Wed, 20 Apr 2016 08:26:58 -0700 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <57179FC2.8010406@oracle.com> Vote: yes On 4/19/16 4:38 PM, Joseph D. Darcy wrote: > I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer. > > Brian has worked in the core libraries team for several years, focusing on the > numerical libraries and more recently java.nio. In JDK 9, Brian also integrated > TIFF support for java.imageio (JDK-8143342). > > Brian is currently a JDK 9 committer [1] and has contributed over 100 changesets > in JDK 9 [2]. > > Votes are due by May 3, 2016. > > Only current JDK 9 Reviewers [3] are eligible to vote on this nomination. Votes > must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [4]. > > -Joe > > [1] http://openjdk.java.net/census#bpb > > [2] > http://hg.openjdk.java.net/jdk9/dev/jdk/log?revcount=2000&rev=%28author%28%22bpb%22%29+or+desc%28%22Contributed-by%3A+brian.burkhalter%40oracle.com%22%29%29+and+not+merge%28%29 > > > [3] http://openjdk.java.net/census > > [4] http://openjdk.java.net/projects/#reviewer-vote From Sergey.Bylokhov at oracle.com Wed Apr 20 15:30:53 2016 From: Sergey.Bylokhov at oracle.com (Sergey Bylokhov) Date: Wed, 20 Apr 2016 18:30:53 +0300 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <5717A0AD.6070204@oracle.com> Vote: yes On 20.04.16 2:38, Joseph D. Darcy wrote: > I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer. > > Brian has worked in the core libraries team for several years, focusing > on the numerical libraries and more recently java.nio. In JDK 9, Brian > also integrated TIFF support for java.imageio (JDK-8143342). > > Brian is currently a JDK 9 committer [1] and has contributed over 100 > changesets in JDK 9 [2]. > > Votes are due by May 3, 2016. > > Only current JDK 9 Reviewers [3] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [4]. > > -Joe > > [1] http://openjdk.java.net/census#bpb > > [2] > http://hg.openjdk.java.net/jdk9/dev/jdk/log?revcount=2000&rev=%28author%28%22bpb%22%29+or+desc%28%22Contributed-by%3A+brian.burkhalter%40oracle.com%22%29%29+and+not+merge%28%29 > > > [3] http://openjdk.java.net/census > > [4] http://openjdk.java.net/projects/#reviewer-vote -- Best regards, Sergey. From xueming.shen at oracle.com Wed Apr 20 15:33:47 2016 From: xueming.shen at oracle.com (Xueming Shen) Date: Wed, 20 Apr 2016 08:33:47 -0700 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <5717A15B.7010005@oracle.com> Vote: yes On 4/19/16 4:38 PM, Joseph D. Darcy wrote: > I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer. > > Brian has worked in the core libraries team for several years, > focusing on the numerical libraries and more recently java.nio. In JDK > 9, Brian also integrated TIFF support for java.imageio (JDK-8143342). > > Brian is currently a JDK 9 committer [1] and has contributed over 100 > changesets in JDK 9 [2]. > > Votes are due by May 3, 2016. > > Only current JDK 9 Reviewers [3] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [4]. > > -Joe > > [1] http://openjdk.java.net/census#bpb > > [2] > http://hg.openjdk.java.net/jdk9/dev/jdk/log?revcount=2000&rev=%28author%28%22bpb%22%29+or+desc%28%22Contributed-by%3A+brian.burkhalter%40oracle.com%22%29%29+and+not+merge%28%29 > > [3] http://openjdk.java.net/census > > [4] http://openjdk.java.net/projects/#reviewer-vote From derek.white at oracle.com Wed Apr 20 15:41:52 2016 From: derek.white at oracle.com (Derek White) Date: Wed, 20 Apr 2016 11:41:52 -0400 Subject: CFV: New JDK 9 Committer: Robbin Ehn In-Reply-To: <57173E8C.3040204@oracle.com> References: <57173E8C.3040204@oracle.com> Message-ID: <5717A340.8040405@oracle.com> Vote: yes drwhite On 4/20/16 4:32 AM, Stefan Karlsson wrote: > I hereby nominate Robbin Ehn to JDK 9 Committer. > > Robbin has contributed 16 HotSpot patches [0] for the Unified Logging > framework, usages of UL, and fixes to JVMTI. > > Votes are due by 2016-04-20T10:30+0200 > > Only current JDK 9 Committers [1] are eligible to vote > on this nomination. Votes must be cast in the open by replying > to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] Contributions: > > As author: > http://hg.openjdk.java.net/jdk9/hs/hotspot/search/?rev=author%28rehn%29&revcount=20 > > > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f5039ced9a85 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d3295ddedb55 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/338919bcb467 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b7e2caff09c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/dc71732b59d6 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/78eaba1e0d24 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1c839fd8b3db > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/eb227ccc8a84 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8fced5cac71c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/21bb44b28582 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9ec931aabdd0 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1bff1b586886? > > Contributed-by: > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b0cdcfe42ebf? > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b76b87db5fa > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2a96f7f8beb4 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3273eec11f6e > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote From daniel.daugherty at oracle.com Wed Apr 20 15:46:33 2016 From: daniel.daugherty at oracle.com (Daniel D. Daugherty) Date: Wed, 20 Apr 2016 09:46:33 -0600 Subject: CFV: New JDK 9 Committer: Robbin Ehn In-Reply-To: <57173E8C.3040204@oracle.com> References: <57173E8C.3040204@oracle.com> Message-ID: <5717A459.80400@oracle.com> Vote: yes Dan On 4/20/16 2:32 AM, Stefan Karlsson wrote: > I hereby nominate Robbin Ehn to JDK 9 Committer. > > Robbin has contributed 16 HotSpot patches [0] for the Unified Logging > framework, usages of UL, and fixes to JVMTI. > > Votes are due by 2016-04-20T10:30+0200 > > Only current JDK 9 Committers [1] are eligible to vote > on this nomination. Votes must be cast in the open by replying > to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] Contributions: > > As author: > http://hg.openjdk.java.net/jdk9/hs/hotspot/search/?rev=author%28rehn%29&revcount=20 > > > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f5039ced9a85 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d3295ddedb55 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/338919bcb467 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b7e2caff09c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/dc71732b59d6 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/78eaba1e0d24 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1c839fd8b3db > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/eb227ccc8a84 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8fced5cac71c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/21bb44b28582 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9ec931aabdd0 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1bff1b586886? > > Contributed-by: > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b0cdcfe42ebf? > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b76b87db5fa > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2a96f7f8beb4 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3273eec11f6e > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > From mandy.chung at oracle.com Wed Apr 20 17:06:31 2016 From: mandy.chung at oracle.com (Mandy Chung) Date: Wed, 20 Apr 2016 10:06:31 -0700 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <29852738-5D91-4C2F-AC28-7FC6028A86E1@oracle.com> Vote: yes Mandy From mandy.chung at oracle.com Wed Apr 20 17:07:01 2016 From: mandy.chung at oracle.com (Mandy Chung) Date: Wed, 20 Apr 2016 10:07:01 -0700 Subject: CFV: New JDK 9 Committer: Felix Yang In-Reply-To: <5714E27C.5030903@Oracle.com> References: <1460644984.513.15.camel@mylittlepony.linaroharston> <5714E27C.5030903@Oracle.com> Message-ID: Vote: yes Mandy From serguei.spitsyn at oracle.com Wed Apr 20 17:32:59 2016 From: serguei.spitsyn at oracle.com (serguei.spitsyn at oracle.com) Date: Wed, 20 Apr 2016 10:32:59 -0700 Subject: CFV: New JDK 9 Committer: Robbin Ehn In-Reply-To: <57173E8C.3040204@oracle.com> References: <57173E8C.3040204@oracle.com> Message-ID: <5717BD4B.3000703@oracle.com> Vote: yes From serguei.spitsyn at oracle.com Wed Apr 20 17:33:33 2016 From: serguei.spitsyn at oracle.com (serguei.spitsyn at oracle.com) Date: Wed, 20 Apr 2016 10:33:33 -0700 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <5717BD6D.3000000@oracle.com> Vote: yes From erik.gahlin at oracle.com Wed Apr 20 20:29:56 2016 From: erik.gahlin at oracle.com (Erik Gahlin) Date: Wed, 20 Apr 2016 22:29:56 +0200 Subject: CFV: New JDK 9 Committer: Robbin Ehn In-Reply-To: <57173E8C.3040204@oracle.com> References: <57173E8C.3040204@oracle.com> Message-ID: <5717E6C4.5080801@oracle.com> Vote: yes Erik On 2016-04-20 10:32, Stefan Karlsson wrote: > I hereby nominate Robbin Ehn to JDK 9 Committer. > > Robbin has contributed 16 HotSpot patches [0] for the Unified Logging > framework, usages of UL, and fixes to JVMTI. > > Votes are due by 2016-04-20T10:30+0200 > > Only current JDK 9 Committers [1] are eligible to vote > on this nomination. Votes must be cast in the open by replying > to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] Contributions: > > As author: > http://hg.openjdk.java.net/jdk9/hs/hotspot/search/?rev=author%28rehn%29&revcount=20 > > > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f5039ced9a85 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d3295ddedb55 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/338919bcb467 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b7e2caff09c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/dc71732b59d6 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/78eaba1e0d24 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1c839fd8b3db > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/eb227ccc8a84 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8fced5cac71c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/21bb44b28582 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9ec931aabdd0 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1bff1b586886? > > Contributed-by: > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b0cdcfe42ebf? > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b76b87db5fa > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2a96f7f8beb4 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3273eec11f6e > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote From david.holmes at oracle.com Wed Apr 20 23:12:39 2016 From: david.holmes at oracle.com (David Holmes) Date: Thu, 21 Apr 2016 09:12:39 +1000 Subject: CFV: New JDK 9 Committer: Robbin Ehn In-Reply-To: <57173E8C.3040204@oracle.com> References: <57173E8C.3040204@oracle.com> Message-ID: <57180CE7.1060408@oracle.com> Vote: yes David On 20/04/2016 6:32 PM, Stefan Karlsson wrote: > I hereby nominate Robbin Ehn to JDK 9 Committer. > > Robbin has contributed 16 HotSpot patches [0] for the Unified Logging > framework, usages of UL, and fixes to JVMTI. > > Votes are due by 2016-04-20T10:30+0200 > > Only current JDK 9 Committers [1] are eligible to vote > on this nomination. Votes must be cast in the open by replying > to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] Contributions: > > As author: > http://hg.openjdk.java.net/jdk9/hs/hotspot/search/?rev=author%28rehn%29&revcount=20 > > > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f5039ced9a85 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d3295ddedb55 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/338919bcb467 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b7e2caff09c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/dc71732b59d6 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/78eaba1e0d24 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1c839fd8b3db > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/eb227ccc8a84 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8fced5cac71c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/21bb44b28582 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9ec931aabdd0 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1bff1b586886? > > Contributed-by: > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b0cdcfe42ebf? > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b76b87db5fa > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2a96f7f8beb4 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3273eec11f6e > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote From daniel.fuchs at oracle.com Thu Apr 21 08:08:46 2016 From: daniel.fuchs at oracle.com (Daniel Fuchs) Date: Thu, 21 Apr 2016 10:08:46 +0200 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: Vote: Yes -- daniel On 20/04/16 01:38, Joseph D. Darcy wrote: > I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer. > > Brian has worked in the core libraries team for several years, focusing > on the numerical libraries and more recently java.nio. In JDK 9, Brian > also integrated TIFF support for java.imageio (JDK-8143342). > > Brian is currently a JDK 9 committer [1] and has contributed over 100 > changesets in JDK 9 [2]. > > Votes are due by May 3, 2016. > > Only current JDK 9 Reviewers [3] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [4]. > > -Joe > > [1] http://openjdk.java.net/census#bpb > > [2] > http://hg.openjdk.java.net/jdk9/dev/jdk/log?revcount=2000&rev=%28author%28%22bpb%22%29+or+desc%28%22Contributed-by%3A+brian.burkhalter%40oracle.com%22%29%29+and+not+merge%28%29 > > > [3] http://openjdk.java.net/census > > [4] http://openjdk.java.net/projects/#reviewer-vote From staffan.larsen at oracle.com Thu Apr 21 08:56:53 2016 From: staffan.larsen at oracle.com (Staffan Larsen) Date: Thu, 21 Apr 2016 10:56:53 +0200 Subject: CFV: New JDK 9 Committer: Robbin Ehn In-Reply-To: <57173E8C.3040204@oracle.com> References: <57173E8C.3040204@oracle.com> Message-ID: <39D3FF30-2C85-45B1-B7FD-83534C6CED85@oracle.com> Vote: yes > On 20 apr. 2016, at 10:32, Stefan Karlsson wrote: > > I hereby nominate Robbin Ehn to JDK 9 Committer. > > Robbin has contributed 16 HotSpot patches [0] for the Unified Logging framework, usages of UL, and fixes to JVMTI. > > Votes are due by 2016-04-20T10:30+0200 > > Only current JDK 9 Committers [1] are eligible to vote > on this nomination. Votes must be cast in the open by replying > to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] Contributions: > > As author: > http://hg.openjdk.java.net/jdk9/hs/hotspot/search/?rev=author%28rehn%29&revcount=20 > > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f5039ced9a85 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d3295ddedb55 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/338919bcb467 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b7e2caff09c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/dc71732b59d6 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/78eaba1e0d24 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1c839fd8b3db > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/eb227ccc8a84 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8fced5cac71c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/21bb44b28582 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9ec931aabdd0 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1bff1b586886? > > Contributed-by: > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b0cdcfe42ebf? > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b76b87db5fa > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2a96f7f8beb4 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3273eec11f6e > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote From staffan.larsen at oracle.com Thu Apr 21 08:57:08 2016 From: staffan.larsen at oracle.com (Staffan Larsen) Date: Thu, 21 Apr 2016 10:57:08 +0200 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: Vote: yes > On 20 apr. 2016, at 01:38, Joseph D. Darcy wrote: > > I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer. > > Brian has worked in the core libraries team for several years, focusing on the numerical libraries and more recently java.nio. In JDK 9, Brian also integrated TIFF support for java.imageio (JDK-8143342). > > Brian is currently a JDK 9 committer [1] and has contributed over 100 changesets in JDK 9 [2]. > > Votes are due by May 3, 2016. > > Only current JDK 9 Reviewers [3] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [4]. > > -Joe > > [1] http://openjdk.java.net/census#bpb > > [2] http://hg.openjdk.java.net/jdk9/dev/jdk/log?revcount=2000&rev=%28author%28%22bpb%22%29+or+desc%28%22Contributed-by%3A+brian.burkhalter%40oracle.com%22%29%29+and+not+merge%28%29 > > [3] http://openjdk.java.net/census > > [4] http://openjdk.java.net/projects/#reviewer-vote From per.liden at oracle.com Thu Apr 21 11:18:13 2016 From: per.liden at oracle.com (Per Liden) Date: Thu, 21 Apr 2016 13:18:13 +0200 Subject: CFV: New JDK 9 Committer: Robbin Ehn In-Reply-To: <57173E8C.3040204@oracle.com> References: <57173E8C.3040204@oracle.com> Message-ID: <5718B6F5.7030600@oracle.com> Vote: Yes Per On 2016-04-20 10:32, Stefan Karlsson wrote: > I hereby nominate Robbin Ehn to JDK 9 Committer. > > Robbin has contributed 16 HotSpot patches [0] for the Unified Logging > framework, usages of UL, and fixes to JVMTI. > > Votes are due by 2016-04-20T10:30+0200 > > Only current JDK 9 Committers [1] are eligible to vote > on this nomination. Votes must be cast in the open by replying > to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] Contributions: > > As author: > http://hg.openjdk.java.net/jdk9/hs/hotspot/search/?rev=author%28rehn%29&revcount=20 > > > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f5039ced9a85 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d3295ddedb55 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/338919bcb467 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b7e2caff09c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/dc71732b59d6 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/78eaba1e0d24 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1c839fd8b3db > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/eb227ccc8a84 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8fced5cac71c > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/21bb44b28582 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9ec931aabdd0 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1bff1b586886? > > Contributed-by: > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b0cdcfe42ebf? > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4b76b87db5fa > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2a96f7f8beb4 > http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3273eec11f6e > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote From mark.reinhold at oracle.com Thu Apr 21 15:07:38 2016 From: mark.reinhold at oracle.com (mark.reinhold at oracle.com) Date: Thu, 21 Apr 2016 08:07:38 -0700 (PDT) Subject: JEP 289: Deprecate the Applet API Message-ID: <20160421150738.6ABD9A6C02@eggemoggin.niobe.net> New JEP Candidate: http://openjdk.java.net/jeps/289 - Mark From neugens at redhat.com Thu Apr 21 18:57:47 2016 From: neugens at redhat.com (Mario Torre) Date: Thu, 21 Apr 2016 20:57:47 +0200 Subject: JEP 289: Deprecate the Applet API In-Reply-To: <20160421150738.6ABD9A6C02@eggemoggin.niobe.net> References: <20160421150738.6ABD9A6C02@eggemoggin.niobe.net> Message-ID: On Thu, Apr 21, 2016 at 5:07 PM, wrote: > New JEP Candidate: http://openjdk.java.net/jeps/289 Any chances we can also deprecate AWT while at that? ;) Cheers, Mario From sesuncedu at gmail.com Thu Apr 21 23:16:33 2016 From: sesuncedu at gmail.com (Simon Spero) Date: Thu, 21 Apr 2016 19:16:33 -0400 Subject: JEP 289: Deprecate the Applet API In-Reply-To: References: <20160421150738.6ABD9A6C02@eggemoggin.niobe.net> Message-ID: Needs more horizontally scrolling text. From ivan.gerasimov at oracle.com Fri Apr 22 17:37:12 2016 From: ivan.gerasimov at oracle.com (Ivan Gerasimov) Date: Fri, 22 Apr 2016 20:37:12 +0300 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <571A6148.50201@oracle.com> Vote: Yes With kind regards, Ivan On 20.04.2016 2:38, Joseph D. Darcy wrote: > I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer. > > Brian has worked in the core libraries team for several years, > focusing on the numerical libraries and more recently java.nio. In JDK > 9, Brian also integrated TIFF support for java.imageio (JDK-8143342). > > Brian is currently a JDK 9 committer [1] and has contributed over 100 > changesets in JDK 9 [2]. > > Votes are due by May 3, 2016. > > Only current JDK 9 Reviewers [3] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [4]. > > -Joe > > [1] http://openjdk.java.net/census#bpb > > [2] > http://hg.openjdk.java.net/jdk9/dev/jdk/log?revcount=2000&rev=%28author%28%22bpb%22%29+or+desc%28%22Contributed-by%3A+brian.burkhalter%40oracle.com%22%29%29+and+not+merge%28%29 > > [3] http://openjdk.java.net/census > > [4] http://openjdk.java.net/projects/#reviewer-vote > From lana.steuck at oracle.com Wed Apr 20 18:27:15 2016 From: lana.steuck at oracle.com (lana.steuck at oracle.com) Date: Wed, 20 Apr 2016 11:27:15 -0700 (PDT) Subject: jdk9-b115: dev Message-ID: <201604201827.u3KIRFMu002801@sc11152554.us.oracle.com> http://hg.openjdk.java.net/jdk9/jdk9/rev/09617ce980b9 http://hg.openjdk.java.net/jdk9/jdk9/nashorn/rev/295ac208a444 http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/31c8b18fdc5b http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/35225b837d66 http://hg.openjdk.java.net/jdk9/jdk9/jaxws/rev/4ff86e5489e4 http://hg.openjdk.java.net/jdk9/jdk9/jaxp/rev/1902a5bda18e http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/88dd08d7be0f http://hg.openjdk.java.net/jdk9/jdk9/corba/rev/7bab1b1b3682 --- All the fixes will be tested during promotion (no PIT testing at this point): List of all fixes: =================== JDK-4851642 core-libs Add fused multiply add to Java math library JDK-8068693 core-libs (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing JDK-8086278 core-libs java/lang/ProcessHandle/TreeTest.java failed - ProcessReaper StackOver JDK-8137058 core-libs Clear out all non-Critical APIs from sun.reflect and move to jdk.unsup JDK-8145461 core-libs finalize and integrate @Deprecated annotation specification change JDK-8146458 core-libs Improve exception reporting for Objects.checkIndex/checkFromToIndex/ch JDK-8148849 core-libs Truncating Duration JDK-8150324 core-libs java/util/Currency/CurrencyTest.java does not restore default TimeZone JDK-8150824 core-libs Exceptions when omitting trailing arguments in cleanup JDK-8150829 core-libs Enhanced drop-args, identity and default constant, varargs adjustment JDK-8151198 core-libs VarHandle factory-specific exceptions JDK-8151705 core-libs VarHandle.AccessMode enum names should conform to code style JDK-8152074 core-libs Avoid lambda usage in StringConcatFactory initializer JDK-8153209 core-libs java/nio/channels/AsyncCloseAndInterrupt.java fails throwing exception JDK-8153213 core-libs Jar manifest attribute "Multi-Release" accepts any value JDK-8153637 core-libs MethodHandles.countedLoop/3 initialises loop counter to 1 instead of 0 JDK-8153895 core-libs (proxy) redundant read edges to superinterfaces of proxy interfaces JDK-8154031 core-libs Mark tools/pack200/BandIntegrity.java as intermittently failing JDK-8154067 core-libs Avoid early use of limited privilege escalation in InnerClassLambdaMet JDK-8154077 core-libs (fs) Reduce number of file system classes loaded during startup JDK-8154185 core-libs Drop code to support Windows XP in DefaultDatagramSocketImplFactory JDK-8154208 core-libs (fs) Drop code for Windows XP/2003 from file system provider JDK-8154238 core-libs Drop code to support Windows XP in windows socket impl JDK-8154304 core-libs NullpointerException at LdapReferralException.getReferralContext JDK-8154436 core-libs Drop code to support Windows XP in windows async channel impl JDK-8154454 core-libs Fix compilation issue in PlainSocketImpl JDK-8154455 core-libs Fix compilation issue in WindowsAsynchronousSocketChannelImpl JDK-4858370 core-svc JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMeth JDK-8031753 core-svc JMXServiceURL should not use getLocalHost or its usage should be enhan JDK-8132436 core-svc java.lang.instrument is using deprecated ASM APIs JDK-8147987 core-svc Remove sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java JDK-8151442 core-svc jstack doesn't close quotation marks properly with threads' name great JDK-8151797 core-svc java/lang/management/ThreadMXBean/ThreadLists.java : inconsistent resu JDK-8152719 core-svc ignore com/sun/jdi/InterfaceMethodsTest.java until bug is fixed JDK-8153671 core-svc Quarantine serviceability/tmtools/jstack/JstackThreadTest.java until J JDK-8026720 hotspot Remove the unused SpaceManager::mangle_freed_chunks JDK-8027423 hotspot Parallel compact GC class unloading measurement includes symbol and st JDK-8060463 hotspot ParNew: SurvivorAlignmentInBytes greater then YoungPLABSize cause asse JDK-8062506 hotspot Java GCCause enum is out of sync with C++ GCCause enum JDK-8067247 hotspot Crash: assert(method_holder->data() == 0 ...) failed: a) MT-unsafe mod JDK-8067768 hotspot Check for too small values for -Xmx JDK-8068579 hotspot Running with -XX:-UseParallelGC does not turn ParalleGC off JDK-8072422 hotspot Cleanup: Remove some unused flags/code in loop optimizations JDK-8074553 hotspot Crash with assert(!is_unloaded()) failed: should not call follow on un JDK-8077392 hotspot Stream fork/join tasks occasionally fail to complete JDK-8078112 hotspot [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests JDK-8131715 hotspot backout the fix for JDK-8079359 when JDK-8077392 is fixed JDK-8132524 hotspot Missing includes to resourceArea.hpp JDK-8134749 hotspot SoftReferences declared dead too early JDK-8136798 hotspot TestMonomorphicObjectCall.java fails with compilation error JDK-8137165 hotspot Tests fail in SR_Handler because thread is not VMThread or JavaThread JDK-8138798 hotspot improve tests for HotSpotVMEventListener::notifyInstall JDK-8140257 hotspot Add support for "gc service threads" to ConcurrentGCThread JDK-8140665 hotspot SIGSEGV when a primitive type's class is used as the host class in a c JDK-8142510 hotspot -XX:+PrintFlagsRanges should print default range value for those flags JDK-8142935 hotspot Adding old gen regions does not consider available free space JDK-8143269 hotspot Refactor code in universe_post_init that sets up methods to upcall JDK-8143958 hotspot CDS Shared flags need constraint function JDK-8144964 hotspot JVMCI compilations need to be disabled until the module system is init JDK-8145235 hotspot Deprecate product flags that have been converted to Unified Logging JDK-8145312 hotspot CMS: There is insufficient memory with CMSSamplingGrain=1 JDK-8145908 hotspot [Newtest] Multi-threading stress test for G1 Remembered Sets JDK-8146287 hotspot typos in /test/failure_handler JDK-8146436 hotspot Add -XX:-ShrinkHeapInSteps option (previously -XX:+UseAggressiveHeapSh JDK-8146551 hotspot The output from -Xlog:classresolve=info looks not useful JDK-8146632 hotspot Add descriptive error messages for removed non-product logging flags. JDK-8146683 hotspot check_addr0 should be more efficient JDK-8146947 hotspot Remove PrintOopAddress rather than converting to UL JDK-8146991 hotspot Introduce per-worker preserved mark stacks in ParallelGC JDK-8148099 hotspot Improve memory access to FromCardCache during GC JDK-8148239 hotspot TestSelectDefaultGC.java incorrectly expects G1 on non-server class ma JDK-8148397 hotspot Create new tests for IHOP JDK-8148425 hotspot strerror() function is not thread-safe JDK-8148639 hotspot Some MethodCounter fields can be excluded when not including C2 JDK-8148659 hotspot Add all option to JSnap JDK-8149023 hotspot Event based tracing should cover safepoint begin and end JDK-8149343 hotspot assert(rp->num_q() == no_of_gc_workers) failed: sanity JDK-8149662 hotspot Refactor hotspot/test/gc/g1/plab/lib/LogParser.java JDK-8149749 hotspot [TESTBUG] InterruptingThreadAlreadyInterrupted should have been interr JDK-8149780 hotspot GatherProcessInfoTimeoutHandler shouldn't call getWin32Pid if the lib JDK-8149991 hotspot Convert TraceSafepointCleanupTime to Unified Logging JDK-8149995 hotspot Convert TraceClassLoadingPreorder to Unified Logging JDK-8149996 hotspot Convert TraceLoaderConstraints to Unified Logging JDK-8150015 hotspot Integrate TraceTime with Unified Logging more seamlessly JDK-8150083 hotspot Convert VerboseVerification to Unified Logging JDK-8150084 hotspot Convert TraceMonitorMismatch to Unified Logging JDK-8150085 hotspot Convert TraceClearedExceptions to Unified Logging JDK-8150183 hotspot gc/g1/plab/TestPLABResize.java - previous PLAB size should be less tha JDK-8150362 hotspot G1 base elapsed time prediction is wrong because rs_length prediction JDK-8150617 hotspot nth_bit and friends are broken JDK-8150648 hotspot Re-enable TestPLABResize.java after JDK-8150183 is fixed JDK-8150676 hotspot Use BufferNode index JDK-8150688 hotspot Fix os_windows siglabel JDK-8150690 hotspot C++11 user-defined literal syntax in jvmciCompilerToVM.cpp JDK-8150778 hotspot Reduce Throwable.getStackTrace() calls to the JVM JDK-8150952 hotspot Net PLAB size is clipped to max PLAB size as a whole, not on a per thr JDK-8150973 hotspot Hotspot agent use of sun.boot.class.path needs to be updated for Jigsa JDK-8151003 hotspot Remove nds->is_valid() checks from assembler_x86.cpp JDK-8151085 hotspot Change G1 concurrent timer and tracer measuring time JDK-8151126 hotspot Clean up duplicate code for clearing the mark bitmaps JDK-8151178 hotspot Move the collection set out of the G1 collector policy JDK-8151181 hotspot Add JSnap to jhsdb JDK-8151196 hotspot Several tests fail due to test library not found JDK-8151264 hotspot Add a notification mechanism for UL configuration changes. JDK-8151265 hotspot Add a way to extend UL tags JDK-8151304 hotspot Remove unused develop options(ClearInterpreterLocals and others) JDK-8151336 hotspot Root region scanning should be cancelled and disabled when the Concurr JDK-8151365 hotspot Move G1YoungGenSizer to a separate file JDK-8151368 hotspot SA: Unexpected ArithmeticException in CompactHashTable JDK-8151414 hotspot os::pretouch_memory should take void* instead of char* JDK-8151436 hotspot Leaner ArrayAllocator and BitMaps JDK-8151438 hotspot UL instantiates duplicate tag sets JDK-8151439 hotspot Inline the BitMap constructor JDK-8151440 hotspot Move BitMap verfication inline functions out from bitMap.hpp JDK-8151444 hotspot JDP not working on some windows configurations JDK-8151460 hotspot Metaspace counters can have inconsistent values JDK-8151499 hotspot gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) faile JDK-8151509 hotspot In check_addr0() function pointer is not updated correctly JDK-8151513 hotspot Remove debugging code from BarrierSet JDK-8151514 hotspot Remove the noisy NOISY debugging code from parCardTableModRefBS.cpp JDK-8151534 hotspot Refactor ArrayAllocator for easier reuse JDK-8151539 hotspot Remove duplicate AlwaysTrueClosures JDK-8151560 hotspot Safepoint logging has mismatch between command line level and printed JDK-8151573 hotspot Multiversioning for range check elimination JDK-8151593 hotspot Cleanup definition/usage of INLINE/NOINLINE macros and add xlC support JDK-8151601 hotspot Cleanup locking of the Reference pending list JDK-8151602 hotspot Remove logging from refillLinearAllocBlockIfNeeded() JDK-8151603 hotspot Use error stream instead of tty for logging before ShouldNotReachHere( JDK-8151604 hotspot Rely on options range checking rather than explict checks JDK-8151605 hotspot Change warning() to log_warning(gc) in the GC code JDK-8151614 hotspot Improve logging in concurrent mark code JDK-8151633 hotspot Don't keep copies of the survivor lists and counts in the G1CollectorP JDK-8151637 hotspot Move CollectionSetChooser rebuild code into CollectionSetChooser JDK-8151670 hotspot Unexpected concurrent refinement deactivation and reactivation JDK-8151674 hotspot STW phases at Concurrent GC should count in PerfCounter JDK-8151693 hotspot Move print_heap_before/after_gc to debug level JDK-8151696 hotspot Print all regions on trace level to get same behavior as old PrintHeap JDK-8151709 hotspot jhsdb should show help message in SALauncher. JDK-8151711 hotspot Move G1 number sequences out of the G1 collector policy JDK-8151724 hotspot Remove -XX:GenerateCompilerNullChecks JDK-8151728 hotspot jni test crashes JVM assert(_handle != __null) failed: resolving NULL JDK-8151775 hotspot aarch64: add support for 8.1 LSE atomic operations JDK-8151781 hotspot DirtyCardQueue::apply_closure is unused JDK-8151808 hotspot Factor G1 heap sizing code out of the G1CollectorPolicy JDK-8151828 hotspot Jittester: array creation node handled inproperly in source code visit JDK-8151842 hotspot Local variables have wrong names after JDK-8148736 JDK-8151845 hotspot Comment in globals.hpp for MetaspaceSize is incorrect. JDK-8151887 hotspot com/sun/jdi/RedefineClearBreakpoint.sh failed with timeout JDK-8151912 hotspot guarantee(GCPauseIntervalMillis >= 1) failed: Constraint for GCPauseIn JDK-8151920 hotspot Region liveness printing is broken JDK-8151991 hotspot jvmti diagnostics commands requires INCLUDE_SERVICES JDK-8151993 hotspot Remove inclusion of inline.hpp in log.hpp JDK-8152007 hotspot Add the thread to the GCPhase trace events JDK-8152021 hotspot JVMCI: MethodHandleAccessProvider.lookupMethodHandleIntrinsic throws N JDK-8152022 hotspot JVMCI: MethodHandleAccessProvider.resolveInvokeBasicTarget throws NPE JDK-8152023 hotspot JVMCI: MethodHandleAccessProvider.resolveLinkToTarget throws NPE/IAE o JDK-8152024 hotspot JVMCI: MemoryAccessProvider javadoc should be modified JDK-8152065 hotspot TraceBytecodes breaks the interpreter expression stack JDK-8152086 hotspot Remove SpaceMangler::mangle_region logging JDK-8152100 hotspot Rework and unify the GC phase logging JDK-8152101 hotspot Move G1 concurrent refinement adjustment code out of G1CollectorPolicy JDK-8152104 hotspot G1 StringTable cleaning incorrectly logs with the stringdedup tag JDK-8152113 hotspot Remove _last_ditch_collection GC-cause and avoid expanding heap on Met JDK-8152118 hotspot MinTLABSize should be less than TLAB max JDK-8152119 hotspot Event-based tracing to allow for tracing Klass definition JDK-8152120 hotspot TLAB compute_size() should not allow any size larger than max_size JDK-8152160 hotspot SIGFPE in CompactibleFreeListSpaceLAB::compute_desired_plab_size JDK-8152172 hotspot PPC64: Support AES intrinsics JDK-8152176 hotspot Big ParGCCardsPerStrideChunk values can cause overflow for CMS GC JDK-8152185 hotspot ReferencePendingListLocker incorrectly assumes that the lock is never JDK-8152188 hotspot Allow CMSBitMapYieldQuantum for BitMap::clear_range and clear_large_ra JDK-8152196 hotspot SuspendibleThreadSet::yield scales poorly JDK-8152300 hotspot Convert G1_ALLOC_REGION_TRACING to unified logging JDK-8152358 hotspot code and comment cleanups found during the hunt for 8077392 JDK-8152380 hotspot Shared symbol tables should never use alternate hashcode JDK-8152400 hotspot Enabling TASK_STATS_ONLY filters out just enabled messages anyway JDK-8152422 hotspot Optimize GC JPRT test set JDK-8152537 hotspot aarch64: Make use of CBZ and CBNZ when comparing unsigned values with JDK-8152538 hotspot UL doesn't inline the LogTagSet::is_level check JDK-8152632 hotspot Rename LogHandle(...) to Log(...) JDK-8152635 hotspot Create a UL class to represent a Log + Level combination JDK-8152637 hotspot Create a stack allocatable LogStream class JDK-8152711 hotspot Create a non-template Log wrapper class JDK-8152840 hotspot aarch64: improve _unsafe_arraycopy stub routine JDK-8152916 hotspot ostream has unnecessary dependency on GCId JDK-8152929 hotspot Remove UNSUPPORTED_GC_OPTION, use UNSUPPORTED_OPTION instead JDK-8152952 hotspot Allow G1 phase logging to use individual number of threads JDK-8153026 hotspot Change logging tag 'verboseverification' to 'verification' JDK-8153065 hotspot "Preserve CM refs" log message disconnected from "Parallel Preserve CM JDK-8153071 hotspot Remove client testing from JPRT JDK-8153117 hotspot Back out JDK-8142935 until JDK-8152723 fixed JDK-8153172 hotspot aarch64: hotspot crashes after the 8.1 LSE patch is merged JDK-8153174 hotspot Remove trailing comma from log configuration listings JDK-8153176 hotspot Long pause in ParOldGC, because ParallelTaskTerminator peeks wrong Tas JDK-8153182 hotspot GC ID prefix for gc, humongous log messages are missing JDK-8153186 hotspot Convert TraceGCTaskThread to use unified logging JDK-8153187 hotspot Convert TraceWorkGang to use unified logging JDK-8153188 hotspot Use log_error(gc, verify) for logging in verification code JDK-8153193 hotspot Missing includes in gc/g1/heapRegionBounds.hpp JDK-8153201 hotspot TestOptionsWithRanges fails with -XX:OldPLABSize=2147483648 JDK-8153203 hotspot Remove liveRange.hpp JDK-8153206 hotspot Quarantine heapdump/JMapHeap until JDK-8149790 has been fixed JDK-8153254 hotspot Delegate (v)write from Log to LogTagSet JDK-8153300 hotspot [TESTBUG] Enhance test/testlibrary/ClassFileInstaller.java to support JDK-8153302 hotspot [BACKOUT] STW phases at Concurrent GC should count in PerfCounter JDK-8153315 hotspot [JVMCI] evol_method dependencies failures should return dependencies_f JDK-8153396 hotspot Remove unused ResourceMarks from UL internal vm tests. JDK-8153437 hotspot Temporary exclude AllocatePrefetchDistance from testing JDK-8153673 hotspot [BACKOUT] JDWP: Memory Leak: GlobalRefs never deleted when processing JDK-8153816 hotspot [BACKOUT] Make intrinsics flags diagnostic JDK-8154028 hotspot Several hotspot tests need to be updated after 8153737 (Unsupported Mo JDK-8154121 hotspot Remove test mistakenly added during a merge JDK-8149777 infrastructure Enable enhanced failure handler for "make test" JDK-8151653 infrastructure Hotspot build does not respect --enable-openjdk-only JDK-8151656 infrastructure Minor tweaks to old Hotspot build to ease comparison with new JDK-8153969 infrastructure Clean up module src dir logic JDK-8154070 infrastructure Configuration script unable to detect boot JDK's modules support JDK-8154237 infrastructure Compare script broken for windows native library deps comparison JDK-8154313 infrastructure Generated javadoc scattered all over the place JDK-8154394 infrastructure Bad test for ENABLE_SJAVAC in build-performance.m4 JDK-8154430 infrastructure Imported modules rebuilt on second run when nothing has changed JDK-8151056 other-libs ASM enable original deprecated methods. JDK-8154159 other-libs rmic should not have a supported entry point JDK-8055351 security-libs sun/security/provider/DSA/TestAlgParameterGenerator.java failed with JDK-8072452 security-libs Support DHE sizes up to 8192-bits and DSA sizes up to 3072-bits JDK-8151834 security-libs Test SmallPrimeExponentP.java times out intermittently JDK-8152205 security-libs jdk.security.provider.preferred is ambiguously documented JDK-8153545 security-libs sun/security/pkcs11/Provider/Login.sh fails on Linux JDK-8153829 security-libs javax/net/ssl/Stapling/HttpsUrlConnClient.java fails intermittently wi JDK-8154196 security-libs Mark javax/net/ssl/DTLS/CipherSuite.java as intermittently failing JDK-8154382 security-libs Remove intermittent keyword from SupportedDSAParamGen.java JDK-8143955 tools JShell tool (UX): Output structure JDK-8143956 tools JShell tool (UX): default prompts JDK-8147460 tools Clean-up jrtfs implementation JDK-8149757 tools Implement Multi-Release jar aware JavacFileManager for javac JDK-8150641 tools Repeated compilation with a long classpath significantly slower on JDK JDK-8151807 tools ImageBufferCache should release buffers when all classes are loaded JDK-8152818 tools Javadoc must support module options supported by javac. JDK-8154149 tools tools/javac/unit/T6198196.java broken on Windows after JDK-8150641 JDK-8154212 tools launcher SEGV when _JAVA_LAUNCHER_DEBUG is set JDK-8151162 xml Public entries not searched when prefer='system' JDK-8152527 xml Relative rewriteSystem with xml:base at group level failed From bradford.wetmore at oracle.com Sat Apr 23 16:47:01 2016 From: bradford.wetmore at oracle.com (Bradford Wetmore) Date: Sat, 23 Apr 2016 09:47:01 -0700 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <571BA705.9060004@oracle.com> Vote: yes. Brad On 4/19/2016 4:38 PM, Joseph D. Darcy wrote: > I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer. > > Brian has worked in the core libraries team for several years, focusing > on the numerical libraries and more recently java.nio. In JDK 9, Brian > also integrated TIFF support for java.imageio (JDK-8143342). > > Brian is currently a JDK 9 committer [1] and has contributed over 100 > changesets in JDK 9 [2]. > > Votes are due by May 3, 2016. > > Only current JDK 9 Reviewers [3] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [4]. > > -Joe > > [1] http://openjdk.java.net/census#bpb > > [2] > http://hg.openjdk.java.net/jdk9/dev/jdk/log?revcount=2000&rev=%28author%28%22bpb%22%29+or+desc%28%22Contributed-by%3A+brian.burkhalter%40oracle.com%22%29%29+and+not+merge%28%29 > > > [3] http://openjdk.java.net/census > > [4] http://openjdk.java.net/projects/#reviewer-vote From kim.barrett at oracle.com Sat Apr 23 21:06:56 2016 From: kim.barrett at oracle.com (Kim Barrett) Date: Sat, 23 Apr 2016 17:06:56 -0400 Subject: CFV: New JDK 9 Committer: Robbin Ehn In-Reply-To: <57173E8C.3040204@oracle.com> References: <57173E8C.3040204@oracle.com> Message-ID: vote: yes > On Apr 20, 2016, at 4:32 AM, Stefan Karlsson wrote: > > I hereby nominate Robbin Ehn to JDK 9 Committer. From kim.barrett at oracle.com Sat Apr 23 21:08:38 2016 From: kim.barrett at oracle.com (Kim Barrett) Date: Sat, 23 Apr 2016 17:08:38 -0400 Subject: CFV: New JDK 9 Committer: Severin Gehwolf In-Reply-To: References: Message-ID: <76235B70-38F0-410F-AE0A-50C411FC461F@oracle.com> vote: yes > On Apr 18, 2016, at 6:28 AM, Mario Torre wrote: > > I hereby nominate Severin Gehwolf (sgehwolf) to JDK 9 Committer. From weijun.wang at oracle.com Sun Apr 24 13:00:31 2016 From: weijun.wang at oracle.com (Wang Weijun) Date: Sun, 24 Apr 2016 21:00:31 +0800 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <55B45B2E-66B4-42B2-97D8-A24EF3D3EBF7@oracle.com> Vote: Yes --Weijun > On Apr 20, 2016, at 7:38 AM, Joseph D. Darcy wrote: > > I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer. From volker.simonis at gmail.com Mon Apr 25 16:30:20 2016 From: volker.simonis at gmail.com (Volker Simonis) Date: Mon, 25 Apr 2016 18:30:20 +0200 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: Vote: yes On Wed, Apr 20, 2016 at 1:38 AM, Joseph D. Darcy wrote: > I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer. > > Brian has worked in the core libraries team for several years, focusing on > the numerical libraries and more recently java.nio. In JDK 9, Brian also > integrated TIFF support for java.imageio (JDK-8143342). > > Brian is currently a JDK 9 committer [1] and has contributed over 100 > changesets in JDK 9 [2]. > > Votes are due by May 3, 2016. > > Only current JDK 9 Reviewers [3] are eligible to vote on this nomination. > Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [4]. > > -Joe > > [1] http://openjdk.java.net/census#bpb > > [2] > http://hg.openjdk.java.net/jdk9/dev/jdk/log?revcount=2000&rev=%28author%28%22bpb%22%29+or+desc%28%22Contributed-by%3A+brian.burkhalter%40oracle.com%22%29%29+and+not+merge%28%29 > > [3] http://openjdk.java.net/census > > [4] http://openjdk.java.net/projects/#reviewer-vote From james.graham at oracle.com Mon Apr 25 19:59:24 2016 From: james.graham at oracle.com (Jim Graham) Date: Mon, 25 Apr 2016 12:59:24 -0700 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <600ed289-54c2-da8f-e286-a9c12f3e7586@oracle.com> Vote: yes ...jim On 4/19/16 4:38 PM, Joseph D. Darcy wrote: > I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer. > > Brian has worked in the core libraries team for several years, > focusing on the numerical libraries and more recently java.nio. In JDK > 9, Brian also integrated TIFF support for java.imageio (JDK-8143342). > > Brian is currently a JDK 9 committer [1] and has contributed over 100 > changesets in JDK 9 [2]. > > Votes are due by May 3, 2016. > > Only current JDK 9 Reviewers [3] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [4]. > > -Joe > > [1] http://openjdk.java.net/census#bpb > > [2] > http://hg.openjdk.java.net/jdk9/dev/jdk/log?revcount=2000&rev=%28author%28%22bpb%22%29+or+desc%28%22Contributed-by%3A+brian.burkhalter%40oracle.com%22%29%29+and+not+merge%28%29 > > [3] http://openjdk.java.net/census > > [4] http://openjdk.java.net/projects/#reviewer-vote From paul.sandoz at oracle.com Mon Apr 25 20:42:35 2016 From: paul.sandoz at oracle.com (Paul Sandoz) Date: Mon, 25 Apr 2016 13:42:35 -0700 Subject: CFV: New JDK 9 Reviewer: Doug Lea Message-ID: I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. Doug has contributed numerous changes to JDK 9 [3]. Votes are due by 9 May 2016. Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Three-Vote Consensus voting instructions, see [2]. Paul. [1] http://openjdk.java.net/census [2] http://openjdk.java.net/projects/#reviewer-vote [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) From james.laskey at oracle.com Mon Apr 25 20:56:34 2016 From: james.laskey at oracle.com (Jim Laskey (Oracle)) Date: Mon, 25 Apr 2016 17:56:34 -0300 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: Vote: yes ? Jim > On Apr 25, 2016, at 5:42 PM, Paul Sandoz wrote: > > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > From jesper.wilhelmsson at oracle.com Mon Apr 25 20:59:40 2016 From: jesper.wilhelmsson at oracle.com (Jesper Wilhelmsson) Date: Mon, 25 Apr 2016 22:59:40 +0200 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <0f251319-6769-a7bb-f1da-2f342a0e380f@oracle.com> Vote: Yes /Jesper Den 25/4/16 kl. 22:42, skrev Paul Sandoz: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > From chris.hegarty at oracle.com Mon Apr 25 21:06:01 2016 From: chris.hegarty at oracle.com (Chris Hegarty) Date: Mon, 25 Apr 2016 22:06:01 +0100 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <3FD84D21-2E3E-4DF6-A4CA-00291B98910D@oracle.com> Vote: YES. -Chris. On 25 Apr 2016, at 21:42, Paul Sandoz wrote: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > From serguei.spitsyn at oracle.com Mon Apr 25 21:11:34 2016 From: serguei.spitsyn at oracle.com (serguei.spitsyn at oracle.com) Date: Mon, 25 Apr 2016 14:11:34 -0700 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <571E8806.5070608@oracle.com> Vote: yes From john.r.rose at oracle.com Mon Apr 25 21:13:30 2016 From: john.r.rose at oracle.com (John Rose) Date: Mon, 25 Apr 2016 14:13:30 -0700 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <4E61EF3D-0F89-4056-8E8B-7D82461D9EF5@oracle.com> Vote: yes ? John > On Apr 25, 2016, at 1:42 PM, Paul Sandoz wrote: > > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. From ivan.gerasimov at oracle.com Mon Apr 25 21:15:03 2016 From: ivan.gerasimov at oracle.com (Ivan Gerasimov) Date: Tue, 26 Apr 2016 00:15:03 +0300 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <571E88D7.8040700@oracle.com> Vote: Yes On 25.04.2016 23:42, Paul Sandoz wrote: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > > From vladimir.kozlov at oracle.com Mon Apr 25 21:22:22 2016 From: vladimir.kozlov at oracle.com (Vladimir Kozlov) Date: Mon, 25 Apr 2016 14:22:22 -0700 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <571E8A8E.7020002@oracle.com> Vote: yes On 4/25/16 1:42 PM, Paul Sandoz wrote: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > From martinrb at google.com Mon Apr 25 21:25:08 2016 From: martinrb at google.com (Martin Buchholz) Date: Mon, 25 Apr 2016 14:25:08 -0700 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: Vote: yes On Mon, Apr 25, 2016 at 1:42 PM, Paul Sandoz wrote: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > From philip.race at oracle.com Mon Apr 25 21:28:01 2016 From: philip.race at oracle.com (Phil Race) Date: Mon, 25 Apr 2016 14:28:01 -0700 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <571E8BE1.8060206@oracle.com> Vote: yes -phil. From sean.coffey at oracle.com Mon Apr 25 21:45:41 2016 From: sean.coffey at oracle.com (Sean Coffey) Date: Mon, 25 Apr 2016 22:45:41 +0100 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <571E9005.9010003@oracle.com> Vote: yes regards, Sean. On 25/04/2016 21:42, Paul Sandoz wrote: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > From mark.reinhold at oracle.com Mon Apr 25 21:47:16 2016 From: mark.reinhold at oracle.com (mark.reinhold at oracle.com) Date: Mon, 25 Apr 2016 14:47:16 -0700 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <20160425144716.758810196eggemoggin.niobe.net> Vote: yes - Mark From rasbold at google.com Mon Apr 25 21:54:21 2016 From: rasbold at google.com (Chuck Rasbold) Date: Mon, 25 Apr 2016 14:54:21 -0700 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: Vote: yes On Mon, Apr 25, 2016 at 1:42 PM, Paul Sandoz wrote: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. > Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] > http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > > From mandy.chung at oracle.com Mon Apr 25 21:57:08 2016 From: mandy.chung at oracle.com (Mandy Chung) Date: Mon, 25 Apr 2016 14:57:08 -0700 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <5F2A4196-2955-488A-8981-436252ABBBD8@oracle.com> Vote: yes Mandy From daniel.daugherty at oracle.com Mon Apr 25 22:10:43 2016 From: daniel.daugherty at oracle.com (Daniel D. Daugherty) Date: Mon, 25 Apr 2016 16:10:43 -0600 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <571E95E3.6040402@oracle.com> Vote: yes Dan On 4/25/16 2:42 PM, Paul Sandoz wrote: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > > From jon.masamitsu at oracle.com Mon Apr 25 21:55:08 2016 From: jon.masamitsu at oracle.com (Jon Masamitsu) Date: Mon, 25 Apr 2016 14:55:08 -0700 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <571E923C.4090405@oracle.com> Vote: yes On 04/25/2016 01:42 PM, Paul Sandoz wrote: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > From alejandro.murillo at oracle.com Mon Apr 25 22:46:19 2016 From: alejandro.murillo at oracle.com (Alejandro Murillo) Date: Mon, 25 Apr 2016 16:46:19 -0600 Subject: jdk9-dev: HotSpot Message-ID: <571E9E3B.3000404@oracle.com> jdk9-hs-2016-04-21 has been integrated into jdk9-dev. http://hg.openjdk.java.net/jdk9/dev/rev/6743a8e0cab7 http://hg.openjdk.java.net/jdk9/dev/corba/rev/7dfa7377a5e6 http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/61a214186dae http://hg.openjdk.java.net/jdk9/dev/jaxp/rev/9d71d20e6147 http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/529f0bf896e5 http://hg.openjdk.java.net/jdk9/dev/jdk/rev/baeb5edb3893 http://hg.openjdk.java.net/jdk9/dev/langtools/rev/3e3553ee39d9 http://hg.openjdk.java.net/jdk9/dev/nashorn/rev/208388a5622d Component : VM Status : Go for integration Date : 04/25/2016 at 20:00 MSK Tested By : VM SQE &dmitry.fazunenko at oracle.com Bundles : 2016-04-22-070937.amurillo.jdk9-hs-2016-04-21-snapshot Testing: 35 new failures, 1067 known failures, 403462 passed. Issues and Notes: No stoppers have been detected so far. Go for integration CRs for testing: 8073321: assert(q > prev_q) failed: we should be moving forward through memory 8133051: Concurrent refinement threads may be activated and deactivated at random 8152845: Improve PackageEntry and ModuleEntry print methods for future logging 8153039: Command line processing should use mtCommand or mtArguments rather than mtInternal for NMT 8153222: [TESTBUG] Move tests in stress/gc to gc/stress 8153745: Avoid spawning G1ParPreserveCMReferentsTask when there is no work to be done 8153755: Improve test: stress/gc/TestStressRSetCoarsening.java 8154051: Change G1YoungGenSizer to use UL log_warning instead of warning 8154064: JVMTI trace event crashes 8154268: [TESTBUG] Compilation of ExportAllUnnamed.java failed, missing @modules -- Alejandro From stuart.marks at oracle.com Mon Apr 25 23:09:26 2016 From: stuart.marks at oracle.com (Stuart Marks) Date: Mon, 25 Apr 2016 16:09:26 -0700 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: Vote: yes On 4/25/16 1:42 PM, Paul Sandoz wrote: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > From jiangli.zhou at oracle.com Tue Apr 26 00:04:57 2016 From: jiangli.zhou at oracle.com (Jiangli Zhou) Date: Mon, 25 Apr 2016 17:04:57 -0700 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: Vote: yes Thanks, Jiangli > On Apr 25, 2016, at 1:42 PM, Paul Sandoz wrote: > > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > From david.holmes at oracle.com Tue Apr 26 04:16:29 2016 From: david.holmes at oracle.com (David Holmes) Date: Tue, 26 Apr 2016 14:16:29 +1000 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <571EEB9D.8040504@oracle.com> Vote: yes David On 26/04/2016 6:42 AM, Paul Sandoz wrote: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > From robert.field at oracle.com Tue Apr 26 04:22:58 2016 From: robert.field at oracle.com (Robert Field) Date: Mon, 25 Apr 2016 21:22:58 -0700 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <571EED22.9080506@oracle.com> Vote: Yes -Robert On 04/25/16 13:42, Paul Sandoz wrote: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > From vincent.x.ryan at oracle.com Tue Apr 26 06:27:34 2016 From: vincent.x.ryan at oracle.com (Vincent Ryan) Date: Tue, 26 Apr 2016 07:27:34 +0100 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <2D7A7C04-9113-4F33-BC63-3576EDBF4890@oracle.com> Vote: yes > On 25 Apr 2016, at 21:42, Paul Sandoz wrote: > > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > From Alan.Bateman at oracle.com Tue Apr 26 07:18:44 2016 From: Alan.Bateman at oracle.com (Alan Bateman) Date: Tue, 26 Apr 2016 08:18:44 +0100 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <571F1654.6040003@oracle.com> Vote: yes From aph at redhat.com Tue Apr 26 08:00:03 2016 From: aph at redhat.com (Andrew Haley) Date: Tue, 26 Apr 2016 09:00:03 +0100 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <571F2003.4030702@redhat.com> Vote: yes. Andrew. From adinn at redhat.com Tue Apr 26 08:04:11 2016 From: adinn at redhat.com (Andrew Dinn) Date: Tue, 26 Apr 2016 09:04:11 +0100 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <571F20FB.6090405@redhat.com> Vote: yes On 25/04/16 21:42, Paul Sandoz wrote: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > > -- regards, Andrew Dinn ----------- Senior Principal Software Engineer Red Hat UK Ltd Registered in England and Wales under Company Registration No. 03798903 Directors: Michael Cunningham, Michael ("Mike") O'Neill, Eric Shander From volker.simonis at gmail.com Tue Apr 26 08:59:15 2016 From: volker.simonis at gmail.com (Volker Simonis) Date: Tue, 26 Apr 2016 10:59:15 +0200 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: Vote: yes On Mon, Apr 25, 2016 at 10:42 PM, Paul Sandoz wrote: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. > Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] > http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > > From vladimir.x.ivanov at oracle.com Tue Apr 26 11:10:18 2016 From: vladimir.x.ivanov at oracle.com (Vladimir Ivanov) Date: Tue, 26 Apr 2016 14:10:18 +0300 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <571F4C9A.70703@oracle.com> Vote: yes Best regards, Vladimir Ivanov On 4/25/16 11:42 PM, Paul Sandoz wrote: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. From Sergey.Bylokhov at oracle.com Tue Apr 26 12:55:55 2016 From: Sergey.Bylokhov at oracle.com (Sergey Bylokhov) Date: Tue, 26 Apr 2016 15:55:55 +0300 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <571F655B.9070209@oracle.com> Vote: yes -- Best regards, Sergey. From sbaiduzh at redhat.com Tue Apr 26 13:20:04 2016 From: sbaiduzh at redhat.com (Stanislav Baiduzhyi) Date: Tue, 26 Apr 2016 15:20:04 +0200 Subject: javafx fonts in linux In-Reply-To: <2202891.yuDT5blnqY@hlavki> References: <2202891.yuDT5blnqY@hlavki> Message-ID: <571F6B04.4040902@redhat.com> On 15/04/16 20:57, Michal Hlavac wrote: > Hello, > > Probably I am not first who ask this question, but I can't found right answer. > I use OpenSuSE Thumbleweed and jdk9 113 build. > > Fonts in javafx application looks different (uglier): > http://paste.opensuse.org/view/raw/2517282 > > same page in firefox: > http://paste.opensuse.org/view/raw/88971809 > > Why is that? Could you please show the output of the following command: fc-pattern -d -- Regards, Stas From zoltan.majo at oracle.com Tue Apr 26 14:01:14 2016 From: zoltan.majo at oracle.com (=?UTF-8?B?Wm9sdMOhbiBNYWrDsw==?=) Date: Tue, 26 Apr 2016 16:01:14 +0200 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <571F74AA.6060307@oracle.com> Vote: yes. Best regards, Zoltan Majo On 04/25/2016 10:42 PM, Paul Sandoz wrote: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > From Roger.Riggs at Oracle.com Tue Apr 26 15:07:12 2016 From: Roger.Riggs at Oracle.com (Roger Riggs) Date: Tue, 26 Apr 2016 11:07:12 -0400 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <09278f0d-1469-4421-8757-756359a3dc09@Oracle.com> Vote: yes On 4/25/2016 4:42 PM, Paul Sandoz wrote: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > From omajid at redhat.com Tue Apr 26 15:59:33 2016 From: omajid at redhat.com (Omair Majid) Date: Tue, 26 Apr 2016 11:59:33 -0400 Subject: CFV: New JDK 9 Committer: Severin Gehwolf In-Reply-To: References: Message-ID: <20160426155932.GA12038@redhat.com> Vote: Yes * Mario Torre [2016-04-18 06:29]: > I hereby nominate Severin Gehwolf (sgehwolf) to JDK 9 Committer. Thanks, Omair -- PGP Key: 66484681 (http://pgp.mit.edu/) Fingerprint = F072 555B 0A17 3957 4E95 0056 F286 F14F 6648 4681 From omajid at redhat.com Tue Apr 26 16:00:04 2016 From: omajid at redhat.com (Omair Majid) Date: Tue, 26 Apr 2016 12:00:04 -0400 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <20160426160003.GB12038@redhat.com> Vote: Yes * Joseph D. Darcy [2016-04-19 19:39]: > I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer. Thanks, Omair -- PGP Key: 66484681 (http://pgp.mit.edu/) Fingerprint = F072 555B 0A17 3957 4E95 0056 F286 F14F 6648 4681 From omajid at redhat.com Tue Apr 26 16:03:21 2016 From: omajid at redhat.com (Omair Majid) Date: Tue, 26 Apr 2016 12:03:21 -0400 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <20160426160321.GC12038@redhat.com> Vote: Yes * Paul Sandoz [2016-04-25 16:43]: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. Thanks, Omair -- PGP Key: 66484681 (http://pgp.mit.edu/) Fingerprint = F072 555B 0A17 3957 4E95 0056 F286 F14F 6648 4681 From joe.darcy at oracle.com Tue Apr 26 16:38:12 2016 From: joe.darcy at oracle.com (joe darcy) Date: Tue, 26 Apr 2016 09:38:12 -0700 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <68723726-8d32-34b3-d467-0ae5f8a3596a@oracle.com> Vote:yes -Joe From daniel.fuchs at oracle.com Tue Apr 26 16:40:40 2016 From: daniel.fuchs at oracle.com (Daniel Fuchs) Date: Tue, 26 Apr 2016 18:40:40 +0200 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <2c873aeb-d192-c8bb-5f8b-de55f81c2ea0@oracle.com> Vote: yes! -- daniel On 25/04/16 22:42, Paul Sandoz wrote: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > From anton.tarasov at jetbrains.com Tue Apr 26 16:46:42 2016 From: anton.tarasov at jetbrains.com (Anton Tarasov) Date: Tue, 26 Apr 2016 19:46:42 +0300 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <1924632B-0027-4936-B6D0-4089DFA01E48@jetbrains.com> Vote - yes Regards, Anton. > On 25 Apr 2016, at 23:42, Paul Sandoz wrote: > > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > From jon.berg at gmail.com Tue Apr 26 21:23:54 2016 From: jon.berg at gmail.com (Jon Berg) Date: Tue, 26 Apr 2016 23:23:54 +0200 Subject: file serialization problem in java9 snapshot Message-ID: Hi, I would like to report a problem relating to writing a serialized object to file. This seems to be valid code in Java8. I was hoping you could fix it in the snapshot since it seems to work great otherwise and there are some new good features in java9 I am trying out. I am using the Java 9 snapshot: (https://jdk9.java.net/) built from source, on linux. Reproducible with the attached code. -------------- next part -------------- [java] java.lang.NoClassDefFoundError: jdk/internal/reflect/SerializationConstructorAccessorImpl [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:195) [java] at org.apache.tools.ant.taskdefs.Java.run(Java.java:833) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:227) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:136) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:109) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base/Native Method) [java] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base/NativeMethodAccessorImpl.java:62) [java] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base/DelegatingMethodAccessorImpl.java:43) [java] at java.lang.reflect.Method.invoke(java.base/Method.java:531) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:348) [java] at org.apache.tools.ant.Target.execute(Target.java:435) [java] at org.apache.tools.ant.Target.performTasks(Target.java:456) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1405) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1376) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1260) [java] at org.apache.tools.ant.Main.runBuild(Main.java:854) [java] at org.apache.tools.ant.Main.startAnt(Main.java:236) [java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:285) [java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:112) [java] Caused by: java.lang.NoClassDefFoundError: jdk/internal/reflect/SerializationConstructorAccessorImpl [java] at jdk.internal.misc.Unsafe.defineClass0(java.base/Native Method) [java] at jdk.internal.misc.Unsafe.defineClass(java.base/Unsafe.java:1125) [java] at jdk.internal.reflect.ClassDefiner.defineClass(java.base/ClassDefiner.java:63) [java] at jdk.internal.reflect.MethodAccessorGenerator$1.run(java.base/MethodAccessorGenerator.java:399) [java] at jdk.internal.reflect.MethodAccessorGenerator$1.run(java.base/MethodAccessorGenerator.java:394) [java] at java.security.AccessController.doPrivileged(java.base/Native Method) [java] at jdk.internal.reflect.MethodAccessorGenerator.generate(java.base/MethodAccessorGenerator.java:393) [java] at jdk.internal.reflect.MethodAccessorGenerator.generateSerializationConstructor(java.base/MethodAccessorGenerator.java:112) [java] at jdk.internal.reflect.ReflectionFactory.newConstructorForSerialization(java.base/ReflectionFactory.java:348) [java] at java.io.ObjectStreamClass.getSerializableConstructor(java.base/ObjectStreamClass.java:1431) [java] at java.io.ObjectStreamClass.access$1500(java.base/ObjectStreamClass.java:74) [java] at java.io.ObjectStreamClass$2.run(java.base/ObjectStreamClass.java:499) [java] at java.io.ObjectStreamClass$2.run(java.base/ObjectStreamClass.java:474) [java] at java.security.AccessController.doPrivileged(java.base/Native Method) [java] at java.io.ObjectStreamClass.(java.base/ObjectStreamClass.java:474) [java] at java.io.ObjectStreamClass.lookup(java.base/ObjectStreamClass.java:371) [java] at java.io.ObjectOutputStream.writeObject0(java.base/ObjectOutputStream.java:1134) [java] at java.io.ObjectOutputStream.writeObject(java.base/ObjectOut Caused by: java.lang.NoClassDefFoundError: jdk/internal/reflect/SerializationConstructorAccessorImpl [java] at jdk.internal.misc.Unsafe.defineClass0(java.base/Native Method) [java] at jdk.internal.misc.Unsafe.defineClass(java.base/Unsafe.java:1125) [java] at jdk.internal.reflect.ClassDefiner.defineClass(java.base/ClassDefiner.java:63) [java] at jdk.internal.reflect.MethodAccessorGenerator$1.run(java.base/MethodAccessorGenerator.java:399) [java] at jdk.internal.reflect.MethodAccessorGenerator$1.run(java.base/MethodAccessorGenerator.java:394) [java] at java.security.AccessController.doPrivileged(java.base/Native Method) [java] at jdk.internal.reflect.MethodAccessorGenerator.generate(java.base/MethodAccessorGenerator.java:393) [java] at jdk.internal.reflect.MethodAccessorGenerator.generateSerializationConstructor(java.base/MethodAccessorGenerator.java:112) [java] at jdk.internal.reflect.ReflectionFactory.newConstructorForSerialization(java.base/ReflectionFactory.java:348) [java] at java.io.ObjectStreamClass.getSerializableConstructor(java.base/ObjectStreamClass.java:1431) [java] at java.io.ObjectStreamClass.access$1500(java.base/ObjectStreamClass.java:74) [java] at java.io.ObjectStreamClass$2.run(java.base/ObjectStreamClass.java:499) [java] at java.io.ObjectStreamClass$2.run(java.base/ObjectStreamClass.java:474) [java] at java.security.AccessController.doPrivileged(java.base/Native Method) [java] at java.io.ObjectStreamClass.(java.base/ObjectStreamClass.java:474) [java] at java.io.ObjectStreamClass.lookup(java.base/ObjectStreamClass.java:371) [java] at java.io.ObjectOutputStream.writeObject0(java.base/ObjectOutputStream.java:1134) [java] at java.io.ObjectOutputStream.writeObject(java.base/ObjectOutputStream.java:348) [java] at com.Seri.(Unknown Source) [java] at com.Seri.main(Unknown Source) [java] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base/Native Method) [java] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base/NativeMethodAccessorImpl.java:62) [java] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base/DelegatingMethodAccessorImpl.java:43) [java] at java.lang.reflect.Method.invoke(java.base/Method.java:531) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:218) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:153) [java] ... 21 more [java] Caused by: java.lang.ClassNotFoundException: jdk.internal.reflect.SerializationConstructorAccessorImpl [java] at org.apache.tools.ant.AntClassLoader.findClassInComponents(AntClassLoader.java:1388) [java] at org.apache.tools.ant.AntClassLoader.findClass(AntClassLoader.java:1337) [java] at org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:1095) [java] at java.lang.ClassLoader.loadClass(java.base/ClassLoader.java:419) [java] ... 47 more [java] Java Result: -1 From james.graham at oracle.com Tue Apr 26 23:43:23 2016 From: james.graham at oracle.com (Jim Graham) Date: Tue, 26 Apr 2016 16:43:23 -0700 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <28f95239-744d-b440-a2a1-0466afdecb12@oracle.com> Vote: yes ...jim On 4/25/16 1:42 PM, Paul Sandoz wrote: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > From huizhe.wang at oracle.com Wed Apr 27 03:45:24 2016 From: huizhe.wang at oracle.com (huizhe wang) Date: Tue, 26 Apr 2016 20:45:24 -0700 Subject: CFV: New JDK 9 Reviewer: Brian Burkhalter In-Reply-To: <5716C181.6080306@oracle.com> References: <5716C181.6080306@oracle.com> Message-ID: <572035D4.8080108@oracle.com> Vote: yes Joe (OpenJDK id: joehw) On 4/19/2016 4:38 PM, Joseph D. Darcy wrote: > I hereby nominate Brian Burkhalter (OpenJDK bpb) for JDK 9 Reviewer. From huizhe.wang at oracle.com Wed Apr 27 03:46:32 2016 From: huizhe.wang at oracle.com (huizhe wang) Date: Tue, 26 Apr 2016 20:46:32 -0700 Subject: CFV: New JDK 9 Committer: Felix Yang In-Reply-To: <1460644984.513.15.camel@mylittlepony.linaroharston> References: <1460644984.513.15.camel@mylittlepony.linaroharston> Message-ID: <57203618.6030009@oracle.com> Vote: yes Joe (OpenJDK id: joehw) On 4/14/2016 7:43 AM, Edward Nevill wrote: > I hereby nominate Felix Yang (fyang) to JDK 9 Committer. From huizhe.wang at oracle.com Wed Apr 27 03:47:17 2016 From: huizhe.wang at oracle.com (huizhe wang) Date: Tue, 26 Apr 2016 20:47:17 -0700 Subject: CFV: New jdk9 Committer: Hamlin Li In-Reply-To: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> References: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> Message-ID: <57203645.7040801@oracle.com> Vote: yes Joe (OpenJDK id: joehw) On 4/11/2016 7:52 AM, Mandy Chung wrote: > I hereby nominate Hamlin Li to jdk9 Committer. From huizhe.wang at oracle.com Wed Apr 27 03:49:52 2016 From: huizhe.wang at oracle.com (huizhe wang) Date: Tue, 26 Apr 2016 20:49:52 -0700 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <572036E0.1040208@oracle.com> Vote: yes Joe (OpenJDK id: joehw) On 4/25/2016 1:42 PM, Paul Sandoz wrote: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. From Alan.Bateman at oracle.com Wed Apr 27 08:01:05 2016 From: Alan.Bateman at oracle.com (Alan Bateman) Date: Wed, 27 Apr 2016 09:01:05 +0100 Subject: file serialization problem in java9 snapshot In-Reply-To: References: Message-ID: <572071C1.5010407@oracle.com> On 26/04/2016 22:23, Jon Berg wrote: > Hi, > > I would like to report a problem relating to writing a serialized object to > file. > This seems to be valid code in Java8. > > I was hoping you could fix it in the snapshot since it seems to work great > otherwise and there are some new good features in java9 I am trying out. > > I am using the Java 9 snapshot: (https://jdk9.java.net/) > built from source, on linux. > > Reproducible with the attached code. Jon - your attachment was a stack trace only. Would it be possible to re-send (with the test case) to core-libs-dev? -Alan From vicente.romero at oracle.com Wed Apr 27 13:33:55 2016 From: vicente.romero at oracle.com (Vicente-Arturo Romero-Zaldivar) Date: Wed, 27 Apr 2016 09:33:55 -0400 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <5720BFC3.30502@oracle.com> vote: yes Vicente From brian.burkhalter at oracle.com Wed Apr 27 17:05:05 2016 From: brian.burkhalter at oracle.com (Brian Burkhalter) Date: Wed, 27 Apr 2016 10:05:05 -0700 Subject: CFV: New jdk9 Committer: Hamlin Li In-Reply-To: <57203645.7040801@oracle.com> References: <4B61E3D8-DEFA-4874-83CD-587B79596A89@oracle.com> <57203645.7040801@oracle.com> Message-ID: Vote: yes Brian (OpenJDK ID: bpb) On 4/11/2016 7:52 AM, Mandy Chung wrote: > I hereby nominate Hamlin Li to jdk9 Committer. From lana.steuck at oracle.com Wed Apr 27 19:01:20 2016 From: lana.steuck at oracle.com (lana.steuck at oracle.com) Date: Wed, 27 Apr 2016 12:01:20 -0700 (PDT) Subject: jdk9-b116: dev Message-ID: <201604271901.u3RJ1K1w026123@sc11152554.us.oracle.com> http://hg.openjdk.java.net/jdk9/jdk9/rev/6743a8e0cab7 http://hg.openjdk.java.net/jdk9/jdk9/nashorn/rev/208388a5622d http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/3e3553ee39d9 http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/baeb5edb3893 http://hg.openjdk.java.net/jdk9/jdk9/jaxws/rev/529f0bf896e5 http://hg.openjdk.java.net/jdk9/jdk9/jaxp/rev/9d71d20e6147 http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/61a214186dae http://hg.openjdk.java.net/jdk9/jdk9/corba/rev/7dfa7377a5e6 --- All the fixes will be tested during promotion (no PIT testing at this point): List of all fixes: =================== JDK-6191390 client-libs Action Event triggered by list does not reflect the modifiers properly JDK-6353518 client-libs Creation of a WritableRaster with a custom DataBuffer causes erroneous JDK-6357905 client-libs java.awt.JobAttributes.getFromPage() and getToPage() always returns "1 JDK-6424606 client-libs behavior of returned from MenuSelectionManager.defaultManager() object JDK-6832045 client-libs DefaultSynthStyle.{getStateInfo,getMatchCount) should use Integer.bitC JDK-6897701 client-libs In Nimbus Disabled Menus and Menu Items don't look disabled JDK-6949414 client-libs JMenu.buildMenuElementArray() endless loop JDK-7015696 client-libs The new currency symbols 20B9 (INDIAN RUPEE), 20BA (TURKISH LIRA), 20B JDK-7076354 client-libs JavaSoundAudioClip stop() Method sequencer.addMetaEventListener(this); JDK-8031992 client-libs Add Kannada support to the JDK JDK-8033936 client-libs java.awt.List events are not sent properly to handleEvent or ItemListe JDK-8042713 client-libs [macosx] Print dialog does not update attribute set with page range JDK-8044289 client-libs In ImageIO.write() and ImageIO.read() null stream is not handled prope JDK-8061258 client-libs [macosx] PrinterJob's native Print Dialog does not reflect specified C JDK-8073400 client-libs Some Monospaced logical fonts have a different width JDK-8137169 client-libs [macosx] Incorrect minimal heigh of JTabbedPane with more tabs JDK-8144166 client-libs [macosx] Test java/awt/Component/CompEventOnHiddenComponent/CompEventO JDK-8146301 client-libs Enter key does not work in a deserialized JFileChooser JDK-8146324 client-libs Add sun.font.FontUtilities.isComplexCharCode or related method to publ JDK-8147544 client-libs Remove sun.misc.ManagedLocalsThread from java.desktop JDK-8149028 client-libs [TEST] add test for TIFFDirectory JDK-8149631 client-libs rgb(...) CSS color values are not parsed properly JDK-8151773 client-libs [macosx] TrayIcon.imageAutoSize property is ignored JDK-8152183 client-libs [TEST] add test for TIFFField JDK-8152693 client-libs Changed behavior of java/awt/xembed/server/TestXEmbedServerJava.java t JDK-8153149 client-libs Uninitialised memory in WinAccessBridge.cpp:1128 JDK-8153153 client-libs Format string argument mismatch in jaccesswalker.cpp:545 JDK-8153272 client-libs [pit] Tag @run requires "main" in java/awt/FontClass/CreateFont/Create JDK-8153363 client-libs Redundant check for number of components in PackedColorModel.equals() JDK-8154365 client-libs JFrame.setDefaultCloseOperation is prohibited in jtreg JDK-8154922 client-libs Cleanup of ProblemList.txt JDK-8031085 core-libs DateTimeFormatter won't parse dates with custom format "yyyyMMddHHmmss JDK-8071125 core-libs Improve exception messages in URLPermission JDK-8145468 core-libs update java.lang APIs with new deprecations JDK-8146758 core-libs NetworkInterfaceStreamTest.java fails intermittently at comparing netw JDK-8147543 core-libs Remove sun.misc.ManagedLocalsThread JDK-8148947 core-libs DateTimeFormatter pattern letter 'g' JDK-8150460 core-libs (linux|bsd|aix)_close.c: file descriptor table may become large or may JDK-8150956 core-libs j.l.i.MethodHandles.whileLoop(...) and .iteratedLoop(...) throw unexpe JDK-8152276 core-libs Clarify behaviour when a Jar Index is found to be invalid JDK-8152667 core-libs MHs.iteratedLoop(...) throws unexpected WMTE, disallows Iterator subcl JDK-8152936 core-libs java/lang/Class/GetPackageTest.java needs update to work with newer te JDK-8153123 core-libs Streamline StackWalker code JDK-8153158 core-libs Remove sun.misc.ManagedLocalsThread from java.logging JDK-8153330 core-libs deprecate Runtime.traceInstructions() and traceMethodCalls() JDK-8153353 core-libs HPACK implementation JDK-8153372 core-libs Remove sun.misc.ManagedLocalsThread from jdk.httpserver JDK-8153933 core-libs Remove intermittent key from TimeZone/Bug6772689.java and move back to JDK-8154050 core-libs java.time.format.DateTimeFormatter can't parse localized zone-offset JDK-8154183 core-libs (spec) Spec of read(byte[],int,int) and readFully(byte[],int,int) is c JDK-8154231 core-libs Simplify access to System properties from JDK code JDK-8154277 core-libs JavaDoc warnings in VirtualMachineManager.java and Pool.java JDK-8154487 core-libs java.httpclient/sun.net.httpclient.hpack.DecoderTest failing on Window JDK-8154543 core-libs NetworkInterfaceStreamTest.java fails intermittently after JDK-8146758 JDK-8154707 core-libs java/util/ServiceLoader/modules/BasicTest.java fails after JDK-8077360 JDK-8154751 core-libs MethodHandles.countedLoop does not accept empty bodies JDK-8154754 core-libs MethodHandles.countedLoop errors in deriving loop arguments, result ty JDK-8154837 core-libs Class::getPackage with exploded modules when classes in modules define JDK-8154853 core-libs java/util/TimeZone/OldIDMappingTest.sh fails after JDK-8154231 JDK-8154919 core-libs Remove superfluous jdk.unsupported from tools/launcher/modules/limitmo JDK-8147553 core-svc Remove sun.misc.ManagedLocalsThread from java.management JDK-8152679 core-svc DeadlockDetectionTest.java fails due to expected output missing JDK-8153319 core-svc new test serviceability/tmtools/jstack/JstackThreadTest.java fails JDK-8153902 core-svc remove com/sun/jdi/InterfaceMethodsTest.java, com/sun/jdi/InvokeTest.j JDK-8152838 deploy webstart can't run RMI application: jdk.javaws does not export com.sun JDK-8152839 deploy Java WebStart throws ClassNotFoundException when attempting to link to JDK-8153087 deploy URL Scheme handler problem JDK-8153736 deploy NPE in JarIndexWrapper if jar has no jar index. JDK-8033735 hotspot make Throwable.backtrace visible to Class.getDeclaredField again JDK-8073321 hotspot assert(q > prev_q) failed: we should be moving forward through memory JDK-8077144 hotspot Concurrent mark initialization takes too long JDK-8133051 hotspot Concurrent refinement threads may be activated and deactivated at rand JDK-8144073 hotspot Refactor hotspot/test/gc/g1/humongousObjects/TestHumongousThreshold.ja JDK-8145221 hotspot Use trampolines for i2i and i2c entries in Methods that are stored in JDK-8145704 hotspot [TESTBUG] Make test for classinit logging more robust. JDK-8146093 hotspot [sparc only] compiler/interpreter/7116216/StackOverflow.java Program t JDK-8146879 hotspot Add option for handling existing log files in UL JDK-8148376 hotspot Test for PLAB behavior at evacuation failure. JDK-8149405 hotspot OOM Error running java/lang/invoke/MethodHandlesTest.java on windows-x JDK-8151322 hotspot Implement os::set_native_thread_name() on Solaris JDK-8151386 hotspot Extract card live data out of G1ConcurrentMark JDK-8151546 hotspot nsk/jvmti/RedefineClasses/StressRedefine fails in hs nightly JDK-8151939 hotspot VM_Version_init() print buffer is too small JDK-8152180 hotspot SIGFPE in CMSCollector::preclean with big CMSScheduleRemarkSamplingRat JDK-8152182 hotspot Possible overflow in initialzation of _rescan_task_size and _marking_t JDK-8152312 hotspot ParNew: Restore preserved marks in parallel JDK-8152329 hotspot jvm should treat the "Multi-Release" jar manifest attribute name as ca JDK-8152432 hotspot Implement setting jtreg @requires properties vm.flavor, vm.bits, vm.co JDK-8152435 hotspot (CL)HSDB should be started with no argument JDK-8152468 hotspot PrintMiscellaneous in constantPool.cpp that should use logging JDK-8152491 hotspot Convert TracePageSizes to use UL JDK-8152639 hotspot ResourceMark missing in reportFreeListStatistics JDK-8152845 hotspot Improve PackageEntry and ModuleEntry print methods for future logging JDK-8152846 hotspot Creation of ModuleEntryTable Investigate Need For OrderAccess::storest JDK-8152896 hotspot Convert PrintCompressedOopsMode to Unified Logging JDK-8152905 hotspot hs_err file is missing gc threads JDK-8152962 hotspot CMSCollector::shouldConcurrentCollect incorrectly logs against the deb JDK-8152989 hotspot serviceability/tmtools/jstat/GcCauseTest02.java fails with OOME JDK-8153039 hotspot Command line processing should use mtCommand or mtArguments rather tha JDK-8153222 hotspot [TESTBUG] Move tests in stress/gc to gc/stress JDK-8153277 hotspot [TESTBUG] gc/arguments/TestMaxMinHeapFreeRatioFlags is too sensitive f JDK-8153516 hotspot Hotspot TEST.group has error in GC groups definition. JDK-8153583 hotspot Make OutputAnalyzer.reportDiagnosticSummary public JDK-8153658 hotspot Redundant memory copy in LogStreamNoResourceMark JDK-8153659 hotspot Create a CHeap backed LogStream class JDK-8153731 hotspot Increase max tag combinations for UL expression (config) JDK-8153734 hotspot TestHumongousReferenceObject.java occasionally crashes with "unable to JDK-8153742 hotspot Remove unnecessary thread.inline.hpp includes JDK-8153745 hotspot Avoid spawning G1ParPreserveCMReferentsTask when there is no work to b JDK-8153755 hotspot Improve test: stress/gc/TestStressRSetCoarsening.java JDK-8153834 hotspot G1 Card table verification fails due to concurrent region cleanup JDK-8153843 hotspot G1CardLiveDataHelper incorrectly sets next_live_bytes on dead humongou JDK-8153845 hotspot UL log write method missing essential assert JDK-8153856 hotspot com/sun/jdi/WatchFramePop.sh fails with exit code 1 JDK-8153967 hotspot Remove top.hpp JDK-8154051 hotspot Change G1YoungGenSizer to use UL log_warning instead of warning JDK-8154064 hotspot JVMTI trace event crashes JDK-8154268 hotspot [TESTBUG] Compilation of ExportAllUnnamed.java failed, missing @module JDK-8154867 hotspot PPC64: Better byte behavior JDK-8152666 infrastructure The new Hotspot Build System JDK-8154087 infrastructure Fix AIX and Linux/ppc64le after the integration of the new hotspot bui JDK-8154326 infrastructure bash >(...) construct causes race conditions JDK-8148167 install jdk 8u71 fails to install with no error message JDK-8148863 other-libs Remove sun.misc.ManagedLocalsThread from corba JDK-8129329 security-libs sun/security/ssl/SSLContextImpl/MD2InTrustAnchor.java failed intermitt JDK-8137231 security-libs sun/security/rsa/SpecTest.java timeout with Agent error: java.lang.Exc JDK-8144566 security-libs Custom HostnameVerifier disables SNI extension JDK-8145954 security-libs Add new DigiCert roots JDK-8145955 security-libs Add new QuoVadis roots JDK-8153371 security-libs Remove sun.misc.ManagedLocalsThread from jdk.crypto.pkcs11 JDK-7020499 tools Project Coin: improvements to try-with-resources desugaring JDK-7152104 tools javac should not warn about missing serialVersionUID for anonymous inn JDK-8036952 tools copyright issues in jdk9/dev/langtools files JDK-8048146 tools sjavac uses unexpected exit code of -1 JDK-8069079 tools jimage extract / list to organize classes by modules JDK-8082537 tools jimage should print usage when started with no args JDK-8147426 tools Missing definition for JIMAGE_NOT_FOUND JDK-8151777 tools Add "@index" tag to the sampleapi generator JDK-8153551 tools jshell tool: no longer a mechanism to see current feedback modes JDK-8153930 tools Compiler crashed (intermittently) JDK-8154090 tools Remove support for jimage recreate JDK-8154179 tools BasicImageReader activating ImageBufferCache when not used JDK-8154403 tools JRT filesystem loaded by JDK8 with URLClassLoader is not closable sinc JDK-8154445 tools JShell: Drop residual use of addReads from jshell JDK-8154470 tools defines.h confused about PROGNAME and JAVA_ARGS JDK-8154485 tools JShell: infrastructure for multi-Snippet class wrappers JDK-8154500 tools fix handling of jdk.launcher.patch.* in tests JDK-8078820 xml Test deploying a XML parser as a module JDK-8153781 xml Issue in XMLScanner: EXPECTED_SQUARE_BRACKET_TO_CLOSE_INTERNAL_SUBSET From openjdk at duigou.org Thu Apr 28 03:31:11 2016 From: openjdk at duigou.org (Mike Duigou) Date: Wed, 27 Apr 2016 20:31:11 -0700 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <8fedde2f633c81f1440e52b20693b6e4@sonic.net> Vote: YES > * Paul Sandoz [2016-04-25 16:43]: > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. From alexandr.scherbatiy at oracle.com Thu Apr 28 06:35:27 2016 From: alexandr.scherbatiy at oracle.com (Alexandr Scherbatiy) Date: Thu, 28 Apr 2016 09:35:27 +0300 Subject: CFV: New JDK 9 Committer: Avik Niyogi Message-ID: <5721AF2F.2020203@oracle.com> I hereby nominate Avik Niyogi (aniyogi) to JDK 9 Committer. Avik is a member of the Java Client team. He has made several non-trivial contributions to the AWT and Swing areas which include fixing problems with key events handling (double key event actions and Emoji inserting) on Mac OS X and components orientation and layout in Aqua L&F. Here is a list of Avik's changesets: http://hg.openjdk.java.net/jdk9/client/jdk/search/?rev=author%28%22aniyogi%22%29&revcount=100 Votes are due by May 14, 2016. Only current JDK 9 Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Thanks, Alexandr. [1] http://openjdk.java.net/census [2] http://openjdk.java.net/projects/#committer-vote From kim.barrett at oracle.com Thu Apr 28 15:39:18 2016 From: kim.barrett at oracle.com (Kim Barrett) Date: Thu, 28 Apr 2016 11:39:18 -0400 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: vote: yes > On Apr 25, 2016, at 4:42 PM, Paul Sandoz wrote: > > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) From edward.nevill at gmail.com Thu Apr 28 19:08:36 2016 From: edward.nevill at gmail.com (Edward Nevill) Date: Thu, 28 Apr 2016 20:08:36 +0100 Subject: Result: New JDK 9 Committer: Felix Yang Message-ID: <1461870516.23523.41.camel@mint> Voting for Felix Yang (fyang) [1] is now closed. Yes: 15 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. Edward Nevill [1] http://mail.openjdk.java.net/pipermail/jdk9-dev/2016-April/003985.html From karen.kinnear at oracle.com Fri Apr 29 12:53:26 2016 From: karen.kinnear at oracle.com (Karen Kinnear) Date: Fri, 29 Apr 2016 08:53:26 -0400 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <7A21D699-9CBA-426B-A36C-7B36121A5C36@oracle.com> Vote: yes Karen > On Apr 25, 2016, at 4:42 PM, Paul Sandoz wrote: > > I hereby nominate Doug Lea (dl) to JDK 9 Reviewer. > > Doug has contributed numerous changes to JDK 9 [3]. > > Votes are due by 9 May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(dl)%20or%20desc(%22dl at cs.oswego.edu%22))%20and%20not%20merge(),%20rev) > From chris.hegarty at oracle.com Fri Apr 29 13:12:45 2016 From: chris.hegarty at oracle.com (Chris Hegarty) Date: Fri, 29 Apr 2016 14:12:45 +0100 Subject: RFR [9] 8074716: IntelliJ IDEA project support Message-ID: <57235DCD.70208@oracle.com> A while back Maurizio announced a beta version of IntelliJ IDEA project support for OpenJDK [1]. We got some great feedback and have made several improvements since then. We believe that it is now suitable for integration into the mainline JDK 9 forests. To that end, please review the following changes: http://cr.openjdk.java.net/~chegar/idea/ Summary: - To create a new project run 'bash common/bin/idea.sh [MODULE-NAME ]+' ( a configuration must exist, as the script leverages its state ) This creates a project in the .idea directory of top-level repository. An optional, space separated, list of modules can be provided, in which case the project will contain sources for only the given modules. Otherwise, the project will contain the sources for all JDK modules. The project can be opened by pointing IntelliJ at the top-level directory. - A project generation script is necessary, to include platform specific code, and code generated into platform / spec specific locations. It is not practicable to create a static standard project. Further details on building and running tests were included in Maurizio's initial mail [1], so I won't repeat them here. -Chris. [1] http://mail.openjdk.java.net/pipermail/discuss/2015-January/003645.html From mark.reinhold at oracle.com Fri Apr 29 21:17:41 2016 From: mark.reinhold at oracle.com (mark.reinhold at oracle.com) Date: Fri, 29 Apr 2016 14:17:41 -0700 Subject: JEPs proposed to target JDK 9 (2016/4/29) Message-ID: <20160429141741.60636114eggemoggin.niobe.net> The following JEPs have been placed into the "Proposed to Target" state by their owners after discussion and review: 287: SHA-3 Hash Algorithms http://openjdk.java.net/jeps/287 289: Deprecate the Applet API http://openjdk.java.net/jeps/289 Feedback on these proposals is more than welcome, as are reasoned objections. If no such objections are raised by 22:00 UTC next Friday, 6 May, or if they're raised and then satisfactorily answered, then per the JEP 2.0 process proposal [1] I'll target these JEPs to JDK 9. (This information is also available on the JDK 9 Project Page [2]). - Mark [1] http://cr.openjdk.java.net/~mr/jep/jep-2.0-02.html [2] http://openjdk.java.net/projects/jdk9/ From paul.sandoz at oracle.com Fri Apr 29 21:47:02 2016 From: paul.sandoz at oracle.com (Paul Sandoz) Date: Fri, 29 Apr 2016 14:47:02 -0700 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev Message-ID: I hereby nominate Aleksey Shipilev (shade) to JDK 9 Reviewer. Aleksey has contributed numerous changes to JDK 9 [3]. Votes are due by (Friday the!!) 13th May 2016. Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Three-Vote Consensus voting instructions, see [2]. Paul. [1] http://openjdk.java.net/census [2] http://openjdk.java.net/projects/#reviewer-vote [3] http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) http://hg.openjdk.java.net/jdk9/jdk9/hotspot/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) From paul.sandoz at oracle.com Fri Apr 29 21:47:32 2016 From: paul.sandoz at oracle.com (Paul Sandoz) Date: Fri, 29 Apr 2016 14:47:32 -0700 Subject: CFV: New JDK 9 Reviewer: Doug Lea In-Reply-To: References: Message-ID: <716DD4F9-BFD4-4090-897E-F86564A41C3B@oracle.com> Vote: yes Paul. From vladimir.x.ivanov at oracle.com Fri Apr 29 21:55:57 2016 From: vladimir.x.ivanov at oracle.com (Vladimir Ivanov) Date: Sat, 30 Apr 2016 00:55:57 +0300 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: <5723D86D.3060503@oracle.com> Vote: yes Best regards, Vladimir Ivanov On 4/30/16 12:47 AM, Paul Sandoz wrote: > I hereby nominate Aleksey Shipilev (shade) to JDK 9 Reviewer. From joe.darcy at oracle.com Fri Apr 29 22:28:14 2016 From: joe.darcy at oracle.com (Joseph D. Darcy) Date: Fri, 29 Apr 2016 15:28:14 -0700 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: <5723DFFE.4000801@oracle.com> Vote: yes -Joe From alexander.zuev at oracle.com Fri Apr 29 22:33:29 2016 From: alexander.zuev at oracle.com (Alexander Zuev) Date: Fri, 29 Apr 2016 15:33:29 -0700 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: <5723E139.1040407@oracle.com> Vote: yes /Alex On 29/04/16 14:47, Paul Sandoz wrote: > I hereby nominate Aleksey Shipilev (shade) to JDK 9 Reviewer. > > Aleksey has contributed numerous changes to JDK 9 [3]. > > Votes are due by (Friday the!!) 13th May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] > http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) From john.r.rose at oracle.com Fri Apr 29 22:41:49 2016 From: john.r.rose at oracle.com (John Rose) Date: Fri, 29 Apr 2016 15:41:49 -0700 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: Vote: yes From claes.redestad at oracle.com Fri Apr 29 23:00:16 2016 From: claes.redestad at oracle.com (Claes Redestad) Date: Sat, 30 Apr 2016 01:00:16 +0200 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: <5723E780.9090503@oracle.com> Vote: yes From stuart.marks at oracle.com Fri Apr 29 23:03:40 2016 From: stuart.marks at oracle.com (Stuart Marks) Date: Fri, 29 Apr 2016 16:03:40 -0700 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: Vote: yes On 4/29/16 2:47 PM, Paul Sandoz wrote: > I hereby nominate Aleksey Shipilev (shade) to JDK 9 Reviewer. > > Aleksey has contributed numerous changes to JDK 9 [3]. > > Votes are due by (Friday the!!) 13th May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] > http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) > From serguei.spitsyn at oracle.com Fri Apr 29 23:11:37 2016 From: serguei.spitsyn at oracle.com (serguei.spitsyn at oracle.com) Date: Fri, 29 Apr 2016 16:11:37 -0700 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: <5723EA29.7090101@oracle.com> Vote: yes From daniel.daugherty at oracle.com Fri Apr 29 23:21:41 2016 From: daniel.daugherty at oracle.com (Daniel D. Daugherty) Date: Fri, 29 Apr 2016 17:21:41 -0600 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: <5723EC85.7040803@oracle.com> Vote: yes Dan On 4/29/16 3:47 PM, Paul Sandoz wrote: > I hereby nominate Aleksey Shipilev (shade) to JDK 9 Reviewer. > > Aleksey has contributed numerous changes to JDK 9 [3]. > > Votes are due by (Friday the!!) 13th May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] > http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) > From weijun.wang at oracle.com Fri Apr 29 23:23:28 2016 From: weijun.wang at oracle.com (Wang Weijun) Date: Sat, 30 Apr 2016 07:23:28 +0800 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: <3599CED5-A544-47B8-B7FF-A046D56EA89A@oracle.com> Vote: Yes. --Weijun > On Apr 30, 2016, at 5:47 AM, Paul Sandoz wrote: > > I hereby nominate Aleksey Shipilev (shade) to JDK 9 Reviewer. From jiangli.zhou at oracle.com Fri Apr 29 23:37:02 2016 From: jiangli.zhou at oracle.com (Jiangli Zhou) Date: Fri, 29 Apr 2016 16:37:02 -0700 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: Vote: yes Thanks, Jiangli > On Apr 29, 2016, at 2:47 PM, Paul Sandoz wrote: > > I hereby nominate Aleksey Shipilev (shade) to JDK 9 Reviewer. > > Aleksey has contributed numerous changes to JDK 9 [3]. > > Votes are due by (Friday the!!) 13th May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] > http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) From paul.sandoz at oracle.com Fri Apr 29 23:43:24 2016 From: paul.sandoz at oracle.com (Paul Sandoz) Date: Fri, 29 Apr 2016 16:43:24 -0700 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: <379887F7-6AA7-4F58-9050-B785EC974C6A@oracle.com> Vote: yes Paul. From xueming.shen at oracle.com Fri Apr 29 23:45:44 2016 From: xueming.shen at oracle.com (Xueming Shen) Date: Fri, 29 Apr 2016 16:45:44 -0700 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: <5723F228.4040202@oracle.com> Vote: yes From peter.brunet at oracle.com Sat Apr 30 00:04:22 2016 From: peter.brunet at oracle.com (Pete Brunet) Date: Fri, 29 Apr 2016 19:04:22 -0500 Subject: CFV: New JDK 9 Committer: Avik Niyogi In-Reply-To: <5721AF2F.2020203@oracle.com> References: <5721AF2F.2020203@oracle.com> Message-ID: <5723F686.4010109@oracle.com> Vote: yes On 4/28/16 1:35 AM, Alexandr Scherbatiy wrote: > > I hereby nominate Avik Niyogi (aniyogi) to JDK 9 Committer. > > Avik is a member of the Java Client team. He has made several > non-trivial contributions to the AWT and Swing areas which > include fixing problems with key events handling (double key event > actions and Emoji inserting) on Mac OS X and components orientation > and layout in Aqua L&F. > > Here is a list of Avik's changesets: > http://hg.openjdk.java.net/jdk9/client/jdk/search/?rev=author%28%22aniyogi%22%29&revcount=100 > > > Votes are due by May 14, 2016. > > Only current JDK 9 Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [2]. > > Thanks, > Alexandr. > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > From openjdk at duigou.org Sat Apr 30 00:48:57 2016 From: openjdk at duigou.org (Mike Duigou) Date: Fri, 29 Apr 2016 17:48:57 -0700 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: <61f1825df98e020335c318c1798a6db2@sonic.net> Vote: YES On 2016-04-29 16:43, jdk9-dev-request at openjdk.java.net wrote: > Send jdk9-dev mailing list submissions to > jdk9-dev at openjdk.java.net > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.openjdk.java.net/mailman/listinfo/jdk9-dev > or, via email, send a message with subject or body 'help' to > jdk9-dev-request at openjdk.java.net > > You can reach the person managing the list at > jdk9-dev-owner at openjdk.java.net > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of jdk9-dev digest..." > > > Today's Topics: > > 1. Re: CFV: New JDK 9 Reviewer: Aleksey Shipilev (Joseph D. Darcy) > 2. Re: CFV: New JDK 9 Reviewer: Aleksey Shipilev (Alexander Zuev) > 3. Re: CFV: New JDK 9 Reviewer: Aleksey Shipilev (John Rose) > 4. Re: CFV: New JDK 9 Reviewer: Aleksey Shipilev (Claes Redestad) > 5. Re: CFV: New JDK 9 Reviewer: Aleksey Shipilev (Stuart Marks) > 6. Re: CFV: New JDK 9 Reviewer: Aleksey Shipilev > (serguei.spitsyn at oracle.com) > 7. Re: CFV: New JDK 9 Reviewer: Aleksey Shipilev > (Daniel D. Daugherty) > 8. Re: CFV: New JDK 9 Reviewer: Aleksey Shipilev (Wang Weijun) > 9. Re: CFV: New JDK 9 Reviewer: Aleksey Shipilev (Jiangli Zhou) > 10. Re: CFV: New JDK 9 Reviewer: Aleksey Shipilev (Paul Sandoz) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 29 Apr 2016 15:28:14 -0700 > From: "Joseph D. Darcy" > To: jdk9-dev at openjdk.java.net > Subject: Re: CFV: New JDK 9 Reviewer: Aleksey Shipilev > Message-ID: <5723DFFE.4000801 at oracle.com> > Content-Type: text/plain; charset=windows-1252; format=flowed > > Vote: yes > > -Joe > > > > ------------------------------ > > Message: 2 > Date: Fri, 29 Apr 2016 15:33:29 -0700 > From: Alexander Zuev > To: jdk9-dev at openjdk.java.net > Subject: Re: CFV: New JDK 9 Reviewer: Aleksey Shipilev > Message-ID: <5723E139.1040407 at oracle.com> > Content-Type: text/plain; charset=windows-1252; format=flowed > > Vote: yes > > /Alex > > On 29/04/16 14:47, Paul Sandoz wrote: >> I hereby nominate Aleksey Shipilev (shade) to JDK 9 Reviewer. >> >> Aleksey has contributed numerous changes to JDK 9 [3]. >> >> Votes are due by (Friday the!!) 13th May 2016. >> >> Only current jdk9 Reviewers [1] are eligible to vote on this >> nomination. Votes must be cast in the open by replying to this mailing >> list. >> >> For Three-Vote Consensus voting instructions, see [2]. >> >> Paul. >> >> [1] http://openjdk.java.net/census >> >> [2] http://openjdk.java.net/projects/#reviewer-vote >> >> >> [3] >> http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) >> >> http://hg.openjdk.java.net/jdk9/jdk9/hotspot/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) >> > > > > ------------------------------ > > Message: 3 > Date: Fri, 29 Apr 2016 15:41:49 -0700 > From: John Rose > To: Paul Sandoz > Cc: jdk9-dev > Subject: Re: CFV: New JDK 9 Reviewer: Aleksey Shipilev > Message-ID: > Content-Type: text/plain; charset=us-ascii > > Vote: yes > > > ------------------------------ > > Message: 4 > Date: Sat, 30 Apr 2016 01:00:16 +0200 > From: Claes Redestad > To: jdk9-dev at openjdk.java.net > Subject: Re: CFV: New JDK 9 Reviewer: Aleksey Shipilev > Message-ID: <5723E780.9090503 at oracle.com> > Content-Type: text/plain; charset=windows-1252; format=flowed > > Vote: yes > > > ------------------------------ > > Message: 5 > Date: Fri, 29 Apr 2016 16:03:40 -0700 > From: Stuart Marks > To: Paul Sandoz > Cc: jdk9-dev > Subject: Re: CFV: New JDK 9 Reviewer: Aleksey Shipilev > Message-ID: > Content-Type: text/plain; charset=windows-1252; format=flowed > > Vote: yes > > On 4/29/16 2:47 PM, Paul Sandoz wrote: >> I hereby nominate Aleksey Shipilev (shade) to JDK 9 Reviewer. >> >> Aleksey has contributed numerous changes to JDK 9 [3]. >> >> Votes are due by (Friday the!!) 13th May 2016. >> >> Only current jdk9 Reviewers [1] are eligible to vote on this >> nomination. Votes must be cast in the open by replying to this mailing >> list. >> >> For Three-Vote Consensus voting instructions, see [2]. >> >> Paul. >> >> [1] http://openjdk.java.net/census >> >> [2] http://openjdk.java.net/projects/#reviewer-vote >> >> >> [3] >> http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) >> >> http://hg.openjdk.java.net/jdk9/jdk9/hotspot/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) >> >> > > > ------------------------------ > > Message: 6 > Date: Fri, 29 Apr 2016 16:11:37 -0700 > From: "serguei.spitsyn at oracle.com" > To: Paul Sandoz , jdk9-dev > > Subject: Re: CFV: New JDK 9 Reviewer: Aleksey Shipilev > Message-ID: <5723EA29.7090101 at oracle.com> > Content-Type: text/plain; charset=windows-1252; format=flowed > > Vote: yes > > > ------------------------------ > > Message: 7 > Date: Fri, 29 Apr 2016 17:21:41 -0600 > From: "Daniel D. Daugherty" > To: jdk9-dev at openjdk.java.net > Subject: Re: CFV: New JDK 9 Reviewer: Aleksey Shipilev > Message-ID: <5723EC85.7040803 at oracle.com> > Content-Type: text/plain; charset=windows-1252; format=flowed > > Vote: yes > > Dan > > > On 4/29/16 3:47 PM, Paul Sandoz wrote: >> I hereby nominate Aleksey Shipilev (shade) to JDK 9 Reviewer. >> >> Aleksey has contributed numerous changes to JDK 9 [3]. >> >> Votes are due by (Friday the!!) 13th May 2016. >> >> Only current jdk9 Reviewers [1] are eligible to vote on this >> nomination. Votes must be cast in the open by replying to this mailing >> list. >> >> For Three-Vote Consensus voting instructions, see [2]. >> >> Paul. >> >> [1] http://openjdk.java.net/census >> >> [2] http://openjdk.java.net/projects/#reviewer-vote >> >> >> [3] >> http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) >> >> http://hg.openjdk.java.net/jdk9/jdk9/hotspot/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) >> >> > > > > ------------------------------ > > Message: 8 > Date: Sat, 30 Apr 2016 07:23:28 +0800 > From: Wang Weijun > To: jdk9-dev > Subject: Re: CFV: New JDK 9 Reviewer: Aleksey Shipilev > Message-ID: <3599CED5-A544-47B8-B7FF-A046D56EA89A at oracle.com> > Content-Type: text/plain; charset=us-ascii > > Vote: Yes. > > --Weijun > >> On Apr 30, 2016, at 5:47 AM, Paul Sandoz >> wrote: >> >> I hereby nominate Aleksey Shipilev (shade) to JDK 9 Reviewer. > > > > ------------------------------ > > Message: 9 > Date: Fri, 29 Apr 2016 16:37:02 -0700 > From: Jiangli Zhou > To: Paul Sandoz > Cc: jdk9-dev > Subject: Re: CFV: New JDK 9 Reviewer: Aleksey Shipilev > Message-ID: > Content-Type: text/plain; charset=us-ascii > > Vote: yes > > Thanks, > Jiangli > >> On Apr 29, 2016, at 2:47 PM, Paul Sandoz >> wrote: >> >> I hereby nominate Aleksey Shipilev (shade) to JDK 9 Reviewer. >> >> Aleksey has contributed numerous changes to JDK 9 [3]. >> >> Votes are due by (Friday the!!) 13th May 2016. >> >> Only current jdk9 Reviewers [1] are eligible to vote on this >> nomination. Votes must be cast in the open by replying to this mailing >> list. >> >> For Three-Vote Consensus voting instructions, see [2]. >> >> Paul. >> >> [1] http://openjdk.java.net/census >> >> [2] http://openjdk.java.net/projects/#reviewer-vote >> >> >> [3] >> http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) >> >> http://hg.openjdk.java.net/jdk9/jdk9/hotspot/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) >> > > > > ------------------------------ > > Message: 10 > Date: Fri, 29 Apr 2016 16:43:24 -0700 > From: Paul Sandoz > To: jdk9-dev > Subject: Re: CFV: New JDK 9 Reviewer: Aleksey Shipilev > Message-ID: <379887F7-6AA7-4F58-9050-B785EC974C6A at oracle.com> > Content-Type: text/plain; charset=us-ascii > > Vote: yes > > Paul. > > > End of jdk9-dev Digest, Vol 30, Issue 27 > **************************************** From igor.ignatyev at oracle.com Sat Apr 30 01:05:16 2016 From: igor.ignatyev at oracle.com (Igor Ignatyev) Date: Sat, 30 Apr 2016 04:05:16 +0300 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: Vote: yes ? Igor From Alan.Bateman at oracle.com Sat Apr 30 06:06:59 2016 From: Alan.Bateman at oracle.com (Alan Bateman) Date: Sat, 30 Apr 2016 07:06:59 +0100 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: <57244B83.6030907@oracle.com> Vote: yes From vadim.pakhnushev at oracle.com Sat Apr 30 06:49:12 2016 From: vadim.pakhnushev at oracle.com (Vadim Pakhnushev) Date: Sat, 30 Apr 2016 09:49:12 +0300 Subject: CFV: New JDK 9 Committer: Avik Niyogi In-Reply-To: <5721AF2F.2020203@oracle.com> References: <5721AF2F.2020203@oracle.com> Message-ID: <57245568.2090107@oracle.com> Vote: yes From aph at redhat.com Sat Apr 30 06:54:23 2016 From: aph at redhat.com (Andrew Haley) Date: Sat, 30 Apr 2016 07:54:23 +0100 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: <5724569F.80609@redhat.com> Vote: yes Andrew. From chris.hegarty at oracle.com Sat Apr 30 08:02:27 2016 From: chris.hegarty at oracle.com (Chris Hegarty) Date: Sat, 30 Apr 2016 09:02:27 +0100 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: Vote: YES -Chris > On 29 Apr 2016, at 22:47, Paul Sandoz wrote: > > I hereby nominate Aleksey Shipilev (shade) to JDK 9 Reviewer. > > Aleksey has contributed numerous changes to JDK 9 [3]. > > Votes are due by (Friday the!!) 13th May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] > http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) From vincent.x.ryan at oracle.com Sat Apr 30 08:32:30 2016 From: vincent.x.ryan at oracle.com (Vincent Ryan) Date: Sat, 30 Apr 2016 09:32:30 +0100 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: <124B6729-4B22-4B46-B39D-E9D271F430E6@oracle.com> Vote: yes > On 29 Apr 2016, at 22:47, Paul Sandoz wrote: > > I hereby nominate Aleksey Shipilev (shade) to JDK 9 Reviewer. > > Aleksey has contributed numerous changes to JDK 9 [3]. > > Votes are due by (Friday the!!) 13th May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] > http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) From sean.coffey at oracle.com Sat Apr 30 11:16:45 2016 From: sean.coffey at oracle.com (=?UTF-8?Q?Se=c3=a1n_Coffey?=) Date: Sat, 30 Apr 2016 12:16:45 +0100 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: Vote: yes Regards, Sean. On 29/04/2016 22:47, Paul Sandoz wrote: > I hereby nominate Aleksey Shipilev (shade) to JDK 9 Reviewer. > > Aleksey has contributed numerous changes to JDK 9 [3]. > > Votes are due by (Friday the!!) 13th May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] > http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) From james.laskey at oracle.com Sat Apr 30 11:27:20 2016 From: james.laskey at oracle.com (Jim Laskey (Oracle)) Date: Sat, 30 Apr 2016 08:27:20 -0300 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: Vote: yes ? Jim > On Apr 29, 2016, at 6:47 PM, Paul Sandoz wrote: > > I hereby nominate Aleksey Shipilev (shade) to JDK 9 Reviewer. > > Aleksey has contributed numerous changes to JDK 9 [3]. > > Votes are due by (Friday the!!) 13th May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] > http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) From mandy.chung at oracle.com Sat Apr 30 16:05:55 2016 From: mandy.chung at oracle.com (Mandy Chung) Date: Sat, 30 Apr 2016 09:05:55 -0700 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: Vote: yes Mandy From ivan.gerasimov at oracle.com Sat Apr 30 23:01:50 2016 From: ivan.gerasimov at oracle.com (Ivan Gerasimov) Date: Sun, 1 May 2016 02:01:50 +0300 Subject: CFV: New JDK 9 Reviewer: Aleksey Shipilev In-Reply-To: References: Message-ID: <69bec8fe-cbb6-fd04-498a-3af645fd9803@oracle.com> Vote: Yes On 30.04.2016 0:47, Paul Sandoz wrote: > I hereby nominate Aleksey Shipilev (shade) to JDK 9 Reviewer. > > Aleksey has contributed numerous changes to JDK 9 [3]. > > Votes are due by (Friday the!!) 13th May 2016. > > Only current jdk9 Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Paul. > > [1] http://openjdk.java.net/census > > [2] http://openjdk.java.net/projects/#reviewer-vote > > [3] > http://hg.openjdk.java.net/jdk9/jdk9/jdk/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) > http://hg.openjdk.java.net/jdk9/jdk9/hotspot/log?revcount=2000&rev=sort((author(shade))%20and%20not%20merge(),%20rev) >