[jdk17] Integrated: 8269614: [s390] Interpreter checks wrong bit for slow path instance allocation

Martin Doerr mdoerr at openjdk.java.net
Wed Jun 30 13:35:03 UTC 2021


On Tue, 29 Jun 2021 19:16:45 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> This is a small fix for a bug in the template interpreter on s390. Klass::_lh_instance_slow_path_bit is the bit to check, not the bit position. (See other platforms.)

This pull request has now been integrated.

Changeset: be0ac92e
Author:    Martin Doerr <mdoerr at openjdk.org>
URL:       https://git.openjdk.java.net/jdk17/commit/be0ac92e186c7b2845e251ce56204a2378f76976
Stats:     2 lines in 1 file changed: 0 ins; 1 del; 1 mod

8269614: [s390] Interpreter checks wrong bit for slow path instance allocation

Reviewed-by: shade, rrich

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

PR: https://git.openjdk.java.net/jdk17/pull/177


More information about the hotspot-compiler-dev mailing list