-
Notifications
You must be signed in to change notification settings - Fork 5.8k
8253361: Shenandoah: runtime barrier does not honor ShenandoahSelfFixing flag #254
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
Conversation
👋 Welcome back zgu! A progress list of the required criteria for merging this PR into |
@zhengyu123 The following labels will be automatically applied to this pull request: When this pull request is ready to be reviewed, an RFR email will be sent to the corresponding mailing lists. If you would like to change these labels, use the |
Webrevs
|
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.
There seems to be a lot of unrelated changes in that patch, all that thread/NMT stuff...
|
Messed up with branching, will re-do. |
ShenandoahSelfFixing flag is currently only honored by C2, not runtime barrier. Runtime barrier should check the check too.
Progress
Issue
Download
$ git fetch https://git.openjdk.java.net/jdk pull/254/head:pull/254
$ git checkout pull/254