-
Notifications
You must be signed in to change notification settings - Fork 6k
8269293: ObjectMonitor thread id fields should be 64 bits. #4584
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 coleenp! A progress list of the required criteria for merging this PR into |
/label add hotspot-jfr |
@coleenp The label
|
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.
Hi Coleen,
Is there any way we can use the JFR type definition "traceid" for this? If not then this looks fine.
Thanks,
David
Note you can build a 32-bit VM and run it on a 64-bit system. |
...and GHA would run x86_32 tier1 for you. The patch is unlikely to cause trouble, but just look through GHA results. |
Mailing list message from Coleen Phillimore on hotspot-runtime-dev: On 6/24/21 9:18 AM, David Holmes wrote:
Thanks for the quick review.? It's pretty awkward to include Thanks, |
1 similar comment
Mailing list message from Coleen Phillimore on hotspot-runtime-dev: On 6/24/21 9:18 AM, David Holmes wrote:
Thanks for the quick review.? It's pretty awkward to include Thanks, |
@coleenp This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 1 new commit pushed to the Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
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.
Thumbs up.
Thanks David, Markus and Dan. The github actions built linux-x86 so that's ok. |
Going to push as commit 42968db.
Your commit was automatically rebased without conflicts. |
This is a trivial change to fix the type of _previous_version_tid and _notifier_tid in ObjectMonitor to be unint64_t.
Tested with tier1-3 and JFR tests on linux-x64-debug and windows-x64-debug. I don't have a 32 bit system to test this out on.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/4584/head:pull/4584
$ git checkout pull/4584
Update a local copy of the PR:
$ git checkout pull/4584
$ git pull https://git.openjdk.java.net/jdk pull/4584/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 4584
View PR using the GUI difftool:
$ git pr show -t 4584
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/4584.diff