RE: [OpenJDK 2D-Dev] RFR: 8211962: Implicit narrowing in MacOSX java.desktop jsound

2018-10-11 Thread Krishna Addepalli
-Original Message- From: Brian Burkhalter Sent: Wednesday, October 10, 2018 4:53 AM To: Kim Barrett ; 2d-dev <2d-...@openjdk.java.net> Cc: Java Core Libs Subject: Re: [OpenJDK 2D-Dev] RFR: 8211962: Implicit narrowing in MacOSX java.desktop jsound Looping in 2d-dev. > On Oct 9,

Re: RFR: 8211962: Implicit narrowing in MacOSX java.desktop jsound

2018-10-09 Thread Kim Barrett
> On Oct 9, 2018, at 7:22 PM, Philip Race wrote: > > Wrong list. Try over on sound-dev, Thanks. I didn’t notice that one when looking through the list of lists. > > -phil. > > On 10/9/18, 4:17 PM, Kim Barrett wrote: >> [I'm not sure whether core-libs is the right list for java.desktop change

Re: RFR: 8211962: Implicit narrowing in MacOSX java.desktop jsound

2018-10-09 Thread Brian Burkhalter
Looping in 2d-dev. > On Oct 9, 2018, at 4:17 PM, Kim Barrett wrote: > > [I'm not sure whether core-libs is the right list for java.desktop changes.] > > Please review this trivial fix of a build failure on MacOSX when > compiling with C++11/14 enabled. An int value is being used in an > initia

Re: RFR: 8211962: Implicit narrowing in MacOSX java.desktop jsound

2018-10-09 Thread Philip Race
Wrong list. Try over on sound-dev, -phil. On 10/9/18, 4:17 PM, Kim Barrett wrote: [I'm not sure whether core-libs is the right list for java.desktop changes.] Please review this trivial fix of a build failure on MacOSX when compiling with C++11/14 enabled. An int value is being used in an init

RFR: 8211962: Implicit narrowing in MacOSX java.desktop jsound

2018-10-09 Thread Kim Barrett
[I'm not sure whether core-libs is the right list for java.desktop changes.] Please review this trivial fix of a build failure on MacOSX when compiling with C++11/14 enabled. An int value is being used in an initializer where an unsigned int is needed, which is not permitted since C++11. The sol