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

8283710: JVMTI: Use BitSet for object marking #1602

Closed
wants to merge 2 commits into from

Conversation

rkennke
Copy link
Contributor

@rkennke rkennke commented Jul 19, 2023

This is a backport of JDK-8283710 to 17u.

There have been contextual differences around the declaration of _bitset and corresponding contextual differences in the constructor: the field _dead_objects did not exist in jdk19, but does exist in jdk17u. There also have been differences in the large block that has been removed (the whole of ObjectMarker and related code). Other than that, the backport has been clean and straightforward.

Testing:

  • tier1
  • tier2
  • serviceability/jvmti
  • serviceability/jdwp
  • vmTestbase/nsk/jvmti
  • vmTestbase/msk/jdwp

Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issue

  • JDK-8283710: JVMTI: Use BitSet for object marking (Enhancement - P4)

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/1602/head:pull/1602
$ git checkout pull/1602

Update a local copy of the PR:
$ git checkout pull/1602
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/1602/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 1602

View PR using the GUI difftool:
$ git pr show -t 1602

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/1602.diff

Webrev

Link to Webrev Comment

@bridgekeeper
Copy link

bridgekeeper bot commented Jul 19, 2023

👋 Welcome back rkennke! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk openjdk bot changed the title Backport abfd2f98dcbe3e96efe52b1d66e4c2efb3542955 8283710: JVMTI: Use BitSet for object marking Jul 19, 2023
@openjdk
Copy link

openjdk bot commented Jul 19, 2023

This backport pull request has now been updated with issue from the original commit.

@openjdk openjdk bot added the backport label Jul 19, 2023
@rkennke rkennke marked this pull request as ready for review July 19, 2023 13:56
@openjdk openjdk bot added the rfr Pull request is ready for review label Jul 19, 2023
@mlbridge
Copy link

mlbridge bot commented Jul 19, 2023

Webrevs

@phohensee
Copy link
Member

GHA failure is a known RISC-V issue.

@openjdk
Copy link

openjdk bot commented Jul 20, 2023

@rkennke 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:

8283710: JVMTI: Use BitSet for object marking

Reviewed-by: phh

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 16 new commits pushed to the master branch:

As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.

➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Jul 20, 2023
@RealCLanger
Copy link
Contributor

I will run this through our nigthlies to verify...

@rkennke rkennke closed this Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport ready Pull request is ready to be integrated rfr Pull request is ready for review
Development

Successfully merging this pull request may close these issues.

3 participants