Re: [OpenJDK 2D-Dev] What is the point of CloseTTFontFileFunc?

2015-01-16 Thread Andrew Dinn
On 15/01/15 22:53, Phil Race wrote: > I can only suppose the author thought he was going to pass the > platName (which would be the font file path) to some code that would > use it to somehow close an open descriptor on that file. But clearly > it does nothing of the sort and an up-call to the java

Re: [OpenJDK 2D-Dev] [9] Review Request: 8066132 BufferedImage::getPropertyNames() always returns null

2015-01-16 Thread Jim Graham
Looks good... ...jim On 1/12/15 2:50 AM, Sergey Bylokhov wrote: Hello. Please review a fix for jdk 9. BufferedImage::getPropertyNames() was implemented according to specification. Notes: - The properties map in the constructor is defined as , which means it can have non-String k