This is an improved fix for an earlier incomplete fix (#1716). The problem with the original fix is that I assumed that the branch with the stress counter only ever contains the stress counter. The failure in the bug description shows that this assumption is incorrect.
The fix is to wire the full memory state instead. For completeness, I also wired the I/O state, just to be sure that this fix will not also be incomplete. Testing: - [ ] tier1,tier2,tier3 plus addtional stress testing with `--enable-preview` --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - Fix Acmp stress counter wiring Changes: https://git.openjdk.org/valhalla/pull/2448/files Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=2448&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8383996 Stats: 23 lines in 2 files changed: 10 ins; 6 del; 7 mod Patch: https://git.openjdk.org/valhalla/pull/2448.diff Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2448/head:pull/2448 PR: https://git.openjdk.org/valhalla/pull/2448
