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

Unnecessary restOf check in CodeGenerator.undefinedCheck

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • core-libs
    • None
    • b17
    • generic
    • generic

        There is an unnecessary isRestOf() check in CodeGenerator.undefinedCheck. It is not necessary since JDK-8043235 was fixed. The isDeoptimizedExpression(lhs) check serves the same purpose and does it at the right granularity (isRestOf() is more coarse).

              attila Attila Szegedi
              attila Attila Szegedi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: