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

8221249: x86: make r12_heapbase register available when compressed oops do not require it #92

Closed
wants to merge 1 commit into from

Conversation

shipilev
Copy link
Member

@shipilev shipilev commented Sep 9, 2020

JDK-8217909 untied %r12 (heap_base) register when CompressedOops are disabled. We can improve on that by also untying heap_base register when zero-based/32-bit compressed oops are enabled,.


Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • Change must be properly reviewed

Issue

  • JDK-8221249: x86: make r12_heapbase register available when compressed oops do not require it

Download

$ git fetch https://git.openjdk.java.net/jdk pull/92/head:pull/92
$ git checkout pull/92

@shipilev
Copy link
Member Author

shipilev commented Sep 9, 2020

/test tier1

@openjdk
Copy link

openjdk bot commented Sep 9, 2020

@shipilev you need to get approval to run the tests in tier1 for commits up until 19c252f

@bridgekeeper
Copy link

bridgekeeper bot commented Sep 9, 2020

👋 Welcome back shade! 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.

@shipilev
Copy link
Member Author

shipilev commented Sep 9, 2020

/test builds

@openjdk
Copy link

openjdk bot commented Sep 9, 2020

@shipilev you need to get approval to run the tests in builds for commits up until 19c252f

@openjdk
Copy link

openjdk bot commented Sep 9, 2020

@shipilev The following label will be automatically applied to this pull request: hotspot.

When this pull request is ready to be reviewed, an RFR email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label (add|remove) "label" command.

@openjdk openjdk bot added the hotspot hotspot-dev@openjdk.org label Sep 9, 2020
@shipilev shipilev closed this Sep 16, 2020
@shipilev shipilev deleted the JDK-8221249 branch September 16, 2020 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hotspot hotspot-dev@openjdk.org
1 participant