Skip to content
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

[JDK-8349711] Adapt JDK-8343840: Rewrite the ObjectMonitor lists #10757

Merged
merged 2 commits into from
Mar 6, 2025

Conversation

graalvmbot
Copy link
Collaborator

openjdk/jdk#23421 combines two ObjectMonitor's lists, EntryList and cxq. Consequently, JIT compilers no longer have to check both EntryList and cxq in order to opt out if the "conceptual entry list" is empty.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 25, 2025
@mur47x111
Copy link
Member

@fbredber this is the Graal adaption, which should work for all platforms. The assembly control flow graph for both Graal and C2 is uploaded in the issue JDK-8349711

@graalvmbot graalvmbot force-pushed the galahad-dev/JDK-8349711 branch from 18a0311 to 4370081 Compare March 6, 2025 09:18
@graalvmbot graalvmbot closed this Mar 6, 2025
@graalvmbot graalvmbot merged commit a5bc635 into galahad Mar 6, 2025
4 of 13 checks passed
@graalvmbot graalvmbot deleted the galahad-dev/JDK-8349711 branch March 6, 2025 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants