Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8164752

Extraneous debugging printf in hb-jdk-font.cc

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 9
    • 9
    • client-libs
    • 2d
    • b135

    Description

      When the fix for 8145901: Printed content is overlapping
      was pushed an extraneous debugging message that was not
      in the webrev was included. It needs to be reverted as thus :-
      --- 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);
       }

      Attachments

        Activity

          People

            prr Philip Race
            prr Philip Race
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: