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

Restore use of CompositeOperation.contains where it is needed

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2
    • 9
    • 9
    • core-libs
    • b89
    • generic
    • generic

    Backports

      Description

        After JDK-8139931, the test/script/basic/JDK-8023630.js fails.

        The reason is a fairly late change to 8139931 where all uses of the (in the end removed) CompositeOperation.contains() method were replaced with NashornCallSiteDescriptor.getFirstStandardOperation(). Unfortunately, uses within JavaSuperAdapterLinker and ReflectionCheckLinker should have been left as-is using CompositeOperation.contains().

        Solution is to reinstantiate CompositeOperation.contains() and make sure JavaSuperAdapterLinker and ReflectionCheckLinker use them accordingly.

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: