[OpenJDK 2D-Dev] RFR: 8164752: Extraneous debugging printf in hb-jdk-font.cc

Phil Race philip.race at oracle.com
Wed Aug 24 19:49:41 UTC 2016


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