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

Get rid of FAST_DISPATCH from interpreter

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 10
    • 10
    • hotspot
    • None
    • b21

      The SPARC Interpreter contains code for an old optimization where %i2 was used as the base address for dispatch tables. This optimization is not compiled into any build and conflicts with +ProfileInterpreter which is enabled by default since way back.
      Let's just get rid of it.
      Also, S390 has inherited some #ifdefs which are just copies of the SPARC port, those should also be removed.

            mgerdin Mikael Gerdin (Inactive)
            mgerdin Mikael Gerdin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: