RFR: Fix movptr with movl in ContinuationEntry fill/cleanup

Hui Shi hshi at openjdk.java.net
Tue Oct 27 02:33:29 UTC 2020


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.

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

Commit messages:
 - Fix movptr with movl in ContinuationEntry fill/cleanup

Changes: https://git.openjdk.java.net/loom/pull/21/files
 Webrev: https://webrevs.openjdk.java.net/?repo=loom&pr=21&range=00
  Stats: 5 lines in 1 file changed: 0 ins; 0 del; 5 mod
  Patch: https://git.openjdk.java.net/loom/pull/21.diff
  Fetch: git fetch https://git.openjdk.java.net/loom pull/21/head:pull/21

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


More information about the loom-dev mailing list