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

Value of java.awt.font.OpenType.TAG_OPBD is incorrect

XMLWordPrintable

    • 2d
    • b68
    • x86_64
    • windows_7

        FULL PRODUCT VERSION :
        build 1.8.0_40-b25

        ADDITIONAL OS VERSION INFORMATION :
        Microsoft Windows [Version 6.1.7601] x64

        A DESCRIPTION OF THE PROBLEM :
        A value of java.awt.font.OpenType.TAG_OPBD (= 1836020340, 0x6D6F7274, 'mort') is incorrect.
        It must be 1869636196 (= 0x6F706264, 'opbd').


        STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
        System.out.println(java.awt.font.OpenType.TAG_OPBD);

        EXPECTED VERSUS ACTUAL BEHAVIOR :
        EXPECTED -
        1869636196
        ACTUAL -
        1836020340

        REPRODUCIBILITY :
        This bug can be reproduced always.

          There are no Sub-Tasks for this issue.

              psadhukhan Prasanta Sadhukhan
              webbuggrp Webbug Group
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: