[OpenJDK 2D-Dev] RFR: 8164752: Extraneous debugging printf in hb-jdk-font.cc
Brian Burkhalter
brian.burkhalter at oracle.com
Wed Aug 24 19:52:25 UTC 2016
Approved.
Brian
On Aug 24, 2016, at 12:49 PM, Phil Race <philip.race at oracle.com> wrote:
> Need a quick review to get rid of a debugging message that was
> inadvertenly included in a fix. Fix below ..
>
> https://bugs.openjdk.java.net/browse/JDK-8164752
>
>
> --- a/src/java.desktop/share/native/libfontmanager/hb-jdk-font.cc
> +++ b/src/java.desktop/share/native/libfontmanager/hb-jdk-font.cc
> @@ -52,7 +52,6 @@
>
> *glyph = (hb_codepoint_t)
> env->CallIntMethod(font2D, sunFontIDs.f2dCharToGlyphMID, u);
> -printf("unicode=%x glyph=%x\n", unicode, *glyph);
> return (*glyph != 0);
> }
>
> -phil.
More information about the 2d-dev
mailing list