Integrated: Fix movptr with movl in ContinuationEntry fill/cleanup

Hui Shi hshi at openjdk.java.net
Tue Oct 27 11:09:24 UTC 2020


On Tue, 27 Oct 2020 02:28:24 GMT, Hui Shi <hshi at openjdk.org> wrote:

> ContinuationEntry _argsize, _parent_held_monitor_count and JavaThread _held_monitor_count is 32 bit int. Using movptr generates 8 bytes load/store and might overwrite extra 4 bytes.

This pull request has now been integrated.

Changeset: 652457de
Author:    Hui Shi <hshi at openjdk.org>
Committer: Ron Pressler <rpressler at openjdk.org>
URL:       https://git.openjdk.java.net/loom/commit/652457de
Stats:     5 lines in 1 file changed: 0 ins; 0 del; 5 mod

Fix movptr with movl in ContinuationEntry fill/cleanup

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

PR: https://git.openjdk.java.net/loom/pull/21


More information about the loom-dev mailing list