Hi Prahalad,
Verified the code changes with test case.
Change looks fine.
Thanks,
Jay
-Original Message-
From: Phil Race
Sent: Friday, March 16, 2018 9:21 PM
To: Prahalad Kumar Narayanan; 2d-dev
Subject: Re: [OpenJDK 2D-Dev] [11] RFR [JDK-6686236] GIF native IIOMetadata
assumes charact
looks good + I have reviewed the CSR.
-phil.
On 03/17/2018 11:16 PM, Sergey Bylokhov wrote:
Hi, Phil.
Thank you for review.
An updated version:
http://cr.openjdk.java.net/~serb/4912693/webrev.02
CSR:
https://bugs.openjdk.java.net/browse/JDK-8199763
On 16/03/2018 08:57, Phil Race wrote:
- * are
Hi All,
I ask for a committer to add one word to make/lib/Awt2dLibraries.gmk to
solve a build break.
We need to go to line 495 and add array-bounds into the list of disabled
warnings.
So this:
DISABLED_WARNINGS_gcc := clobbered implicit-fallthrough
shift-negative-value, \
becomes this:
DI
Since the principal addition of these formats is to add explicit fields
for supporting the bitmasks for accessing R/G/B/A it seems odd to
see there is code like this which ignores it when the data is uncompressed
by using these hardcoded values :
456 if ((int)compress
Bug: https://bugs.openjdk.java.net/browse/JDK-8199789
Webrev : http://cr.openjdk.java.net/~prr/8199789/
https://bugs.openjdk.java.net/browse/JDK-8193017 made
freetype the default font rasteriser for all JDK builds.
We plan to remove t2k completely including references to it
from open sources, be