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.
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.