Withdrawn: 8332602: [s390x] Improve itable_stub
duke
duke at openjdk.org
Sat Oct 5 19:35:43 UTC 2024
The message from this sender included one or more files
which could not be scanned for virus detection; do not
open these files unless you are certain of the sender's intent.
----------------------------------------------------------------------
On Thu, 13 Jun 2024 13:10:35 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:
> s390x Port similar to [JDK-8305959 (x86)](https://bugs.openjdk.org/browse/JDK-8305959) and [JDK-8307352(aarch64)](https://bugs.openjdk.org/browse/JDK-8307352)
>
> Testing: I ran `tier1` test on fastdebug & release VM; I didn't see any regression there;
>
> Benchmarking:
>
> Without Patch:
> Benchmark Mode Cnt Score Error Units
> InterfaceCalls.test1stInt2Types avgt 12 1.924 ± 0.001 ns/op
> InterfaceCalls.test1stInt3Types avgt 12 13.925 ± 0.014 ns/op
> InterfaceCalls.test1stInt5Types avgt 12 16.591 ± 0.045 ns/op
> InterfaceCalls.test2ndInt2Types avgt 12 2.028 ± 0.013 ns/op
> InterfaceCalls.test2ndInt3Types avgt 12 7.634 ± 0.049 ns/op
> InterfaceCalls.test2ndInt5Types avgt 12 16.231 ± 1.222 ns/op
> InterfaceCalls.testIfaceCall avgt 12 16.587 ± 0.058 ns/op
> InterfaceCalls.testIfaceExtCall avgt 12 17.532 ± 0.024 ns/op
> InterfaceCalls.testMonomorphic avgt 12 0.746 ± 0.001 ns/op
> Finished running test 'micro:vm.compiler.InterfaceCalls'
>
>
> With Patch:
>
> Benchmark Mode Cnt Score Error Units
> InterfaceCalls.test1stInt2Types avgt 12 1.929 ± 0.012 ns/op
> InterfaceCalls.test1stInt3Types avgt 12 13.280 ± 0.093 ns/op
> InterfaceCalls.test1stInt5Types avgt 12 16.169 ± 0.364 ns/op
> InterfaceCalls.test2ndInt2Types avgt 12 6.758 ± 4.473 ns/op
> InterfaceCalls.test2ndInt3Types avgt 12 11.772 ± 2.411 ns/op
> InterfaceCalls.test2ndInt5Types avgt 12 15.099 ± 0.081 ns/op
> InterfaceCalls.testIfaceCall avgt 12 15.972 ± 0.021 ns/op
> InterfaceCalls.testIfaceExtCall avgt 12 16.600 ± 0.322 ns/op
> InterfaceCalls.testMonomorphic avgt 12 0.746 ± 0.001 ns/op
> Finished running test 'micro:vm.compiler.InterfaceCalls'
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/19698
More information about the hotspot-dev
mailing list