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

[lworld] javap prints strict field incorrectly

XMLWordPrintable

      javap prints strict fields like this:

        final strictfp int i;
          descriptor: I
          flags: (0x0810) ACC_FINAL, ACC_STRICT
          ConstantValue: int 0


      The 'strictfp` modifier looks wrong, because field strictness has nothing to do with floating point encoding.

      Suggested output:
        final strict int i;


            vromero Vicente Arturo Romero Zaldivar
            fparain Frederic Parain
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: