-
Notifications
You must be signed in to change notification settings - Fork 751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misc. x86 monenter/monexit cleanup and readability improvements #21101
base: master
Are you sure you want to change the base?
Conversation
0xdaryl
commented
Feb 11, 2025
- Inline x86 monitor entry/exit evaluator improvements for readability
- Remove experimental read only monitors on x86
- Make assembly formatting consistent in X86LockReservation.nasm
Jenkins test sanity xlinux,win,osx jdk21 |
Jenkins test sanity xlinux,win,osx jdk21 |
Jenkins test sanity xlinux,win,osx jdk21 |
Signed-off-by: Daryl Maier <[email protected]>
Signed-off-by: Daryl Maier <[email protected]>
This is a whitespace-only change. Signed-off-by: Daryl Maier <[email protected]>
Jenkins test sanity xlinux,win,osx jdk21 |
Linux failure is #21182, except with JDK 21. |
@BradleyWood : would you mind reviewing this please? There should be no functional or performance changes with this PR: only stylistic, readability, and deprecated code removal changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you leave these global declarations indented at 4 spaces?
Everything else you moved to 6-spaces, is there a reason you decided to indent twice and not once? (where 1 tab = 3 spaces)