Re: RFR: 8255800: Raster creation methods need some specification clean up

2021-03-26 Thread Phil Race
On Fri, 26 Mar 2021 20:48:19 GMT, Sergey Bylokhov wrote: >> https://bugs.openjdk.java.net/browse/JDK-8255800 could have been a one line >> spec clean up but >> it didn't take a lot of looking to realize there were many more >> inconsistencies between spec and implementation. >> I've spent a lot

Re: RFR: 8255800: Raster creation methods need some specification clean up

2021-03-26 Thread Sergey Bylokhov
On Fri, 26 Mar 2021 19:53:44 GMT, Phil Race wrote: > https://bugs.openjdk.java.net/browse/JDK-8255800 could have been a one line > spec clean up but > it didn't take a lot of looking to realize there were many more > inconsistencies between spec and implementation. > I've spent a lot of time on

Re: RFR: 8255800: Raster creation methods need some specification clean up

2021-03-26 Thread Phil Race
On Fri, 26 Mar 2021 19:53:44 GMT, Phil Race wrote: > https://bugs.openjdk.java.net/browse/JDK-8255800 could have been a one line > spec clean up but > it didn't take a lot of looking to realize there were many more > inconsistencies between spec and implementation. > I've spent a lot of time on

RFR: 8255800: Raster creation methods need some specification clean up

2021-03-26 Thread Phil Race
https://bugs.openjdk.java.net/browse/JDK-8255800 could have been a one line spec clean up but it didn't take a lot of looking to realize there were many more inconsistencies between spec and implementation. I've spent a lot of time on what is just small number of factory methods in Raster becaus

Integrated: 8189198: Add "forRemoval = true" to Applet API deprecations

2021-03-26 Thread Andy Herrick
On Wed, 10 Mar 2021 18:33:37 GMT, Andy Herrick wrote: > implementation of > JDK-8256145: JEP 398: Deprecate the Applet API for Removal This pull request has now been integrated. Changeset: 57115fa2 Author:Andy Herrick URL: https://git.openjdk.java.net/jdk/commit/57115fa2 Stats: 7

Integrated: 8263928: Add JAWT test files for mac

2021-03-26 Thread Prasanta Sadhukhan
On Mon, 22 Mar 2021 07:02:18 GMT, Prasanta Sadhukhan wrote: > JAWT has testcase for windows and linux but no testcase is provided for mac. > We need to have a JAWT based testcase for mac, in similar lines to windows > and linux. This pull request has now been integrated. Changeset: f3eed052 A