Integrated: 8315762: Update subtype check profile collection on s390x following 8308869

Amit Kumar amitkumar at openjdk.org
Mon Feb 5 06:33:07 UTC 2024


On Wed, 17 Jan 2024 12:06:13 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:

> s390x Implementation for https://github.com/openjdk/jdk/pull/14375
> 
> Benchmark Result with patch: 
> 
> Benchmark                                         (typePollution)  (typePollutionNotInternalType)   Mode  Cnt     Score    Error   Units
> RequireNonNullCheckcastScalability.isDuplicated1            false                           false  thrpt   20  1155.409 ± 43.844  ops/us
> RequireNonNullCheckcastScalability.isDuplicated1            false                            true  thrpt   20   726.923 ± 54.536  ops/us
> RequireNonNullCheckcastScalability.isDuplicated1             true                           false  thrpt   20   676.462 ± 23.503  ops/us
> RequireNonNullCheckcastScalability.isDuplicated1             true                            true  thrpt   20   118.650 ±  2.653  ops/us
> 
> 
> Without Patch: 
> 
> Benchmark                                         (typePollution)  (typePollutionNotInternalType)   Mode  Cnt     Score     Error   Units
> RequireNonNullCheckcastScalability.isDuplicated1            false                           false  thrpt   20  1101.248 ± 103.559  ops/us
> RequireNonNullCheckcastScalability.isDuplicated1            false                            true  thrpt   20   109.690 ±   3.312  ops/us
> RequireNonNullCheckcastScalability.isDuplicated1             true                           false  thrpt   20   110.790 ±   7.927  ops/us
> RequireNonNullCheckcastScalability.isDuplicated1             true                            true  thrpt   20   112.244 ±   6.889  ops/us
> 
> 
> Testing : Fastdebug build + tier1 tests

This pull request has now been integrated.

Changeset: 8796f43c
Author:    Amit Kumar <amitkumar at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8796f43c6c64d1b91b92db8c44b0672027807c10
Stats:     116 lines in 4 files changed: 20 ins; 67 del; 29 mod

8315762: Update subtype check profile collection on s390x following 8308869

Reviewed-by: mdoerr, lucy

-------------

PR: https://git.openjdk.org/jdk/pull/17461


More information about the hotspot-dev mailing list