Integrated: 8297640: Increase buffer size for buf (insert_features_names) in Abstract_VM_Version::insert_features_names

Emanuel Peter epeter at openjdk.org
Sun Nov 27 13:44:54 UTC 2022


On Fri, 25 Nov 2022 13:46:15 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

> As described in [JDK-8297640](https://bugs.openjdk.org/browse/JDK-8297640), the buffer is too small, I increased the size from 512 to 1024.
> 
> The string needs to be a few characters larger, now that we have the additional feature `avx512_ifma`, added in [JDK-8288047](https://bugs.openjdk.org/browse/JDK-8288047).
> 
> I manually tested it with `./java --version`, used to crash, now works.
> Running larger test suite now...

This pull request has now been integrated.

Changeset: 2f83b5c4
Author:    Emanuel Peter <epeter at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/2f83b5c487f112c175d081ca5882f5032518937a
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8297640: Increase buffer size for buf (insert_features_names) in Abstract_VM_Version::insert_features_names

Reviewed-by: chagedorn, rehn

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

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


More information about the hotspot-dev mailing list