Re: Scalar replacement issue in JDK 14.0.1

2020-06-30 Thread Vladimir Ivanov
Hi Sergey, I took a look at the benchmark and I think there's more than 11 vs 14 in play here. When I compiled the benchmark with jdk8, I saw the following in the compilation log (irrespective of jdk version used): 1221 67b org.openjdk.ea.StringCompositeKeyBenchmark::compositeKey

Re: Scalar replacement issue in JDK 14.0.1

2020-06-26 Thread David Holmes
Hi Sergie, This seems like a question for hotspot-compiler-dev rather than core-libs-dev. Thanks, David On 26/06/2020 10:06 pm, Сергей Цыпанов wrote: Hello, while looking into an issue I've found out that scalar replacement is not working in trivial case on JDK 14.0.1. This benchmark illu