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-8299481: Remove metaprogramming/removePointer.hpp #11817

Closed
wants to merge 3 commits into from

Conversation

jcking
Copy link
Contributor

@jcking jcking commented Jan 2, 2023

Code cleanup of pre-C++11 <type_traits> implementations.


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-8299481: Remove metaprogramming/removePointer.hpp

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk pull/11817/head:pull/11817
$ git checkout pull/11817

Update a local copy of the PR:
$ git checkout pull/11817
$ git pull https://git.openjdk.org/jdk pull/11817/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 11817

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

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/11817.diff

Signed-off-by: Justin King <jcking@google.com>
@bridgekeeper
Copy link

bridgekeeper bot commented Jan 2, 2023

👋 Welcome back jcking! 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 added the rfr Pull request is ready for review label Jan 2, 2023
@openjdk
Copy link

openjdk bot commented Jan 2, 2023

@jcking To determine the appropriate audience for reviewing this pull request, one or more labels corresponding to different subsystems will normally be applied automatically. However, no automatic labelling rule matches the changes in this pull request. In order to have an "RFR" email sent to the correct mailing list, you will need to add one or more applicable labels manually using the /label pull request command.

Applicable Labels
  • build
  • client
  • compiler
  • core-libs
  • hotspot
  • hotspot-compiler
  • hotspot-gc
  • hotspot-jfr
  • hotspot-runtime
  • i18n
  • ide-support
  • javadoc
  • jdk
  • jmx
  • kulla
  • net
  • nio
  • security
  • serviceability
  • shenandoah

@jcking
Copy link
Contributor Author

jcking commented Jan 2, 2023

/label hotspot

@jcking
Copy link
Contributor Author

jcking commented Jan 2, 2023

@kimbarrett Another one.

@openjdk openjdk bot added the hotspot hotspot-dev@openjdk.org label Jan 2, 2023
@openjdk
Copy link

openjdk bot commented Jan 2, 2023

@jcking
The hotspot label was successfully added.

Signed-off-by: Justin King <jcking@google.com>
@mlbridge
Copy link

mlbridge bot commented Jan 2, 2023

Webrevs

Copy link

@kimbarrett kimbarrett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, and trivial.

@openjdk
Copy link

openjdk bot commented Jan 3, 2023

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

8299481: Remove metaprogramming/removePointer.hpp

Reviewed-by: kbarrett, tschatzl

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

  • 3e2314d: 8299254: Support dealing with standard assert macro
  • a49ccb9: 8299292: Missing elements in aliased String array
  • b908388: 8298449: Unnecessary Vector usage in MetaData.ProxyPersistenceDelegate
  • be64bf8: 8299329: Assertion failure with fastdebug build when trying to use CDS without classpath
  • 8723847: 8298848: C2: clone all of (CmpP (LoadKlass (AddP down at split if
  • 1ca31d3: 8299657: sun/tools/jhsdb/SAGetoptTest.java fails after 8299470
  • e7361cb: 8299430: Cleanup: delete unnecessary semicolons in java.desktop module
  • c929d8b: 8299475: Enhance SocketException by cause where it is missing in net and nio area
  • 2ccdefc: 8299470: sun/jvm/hotspot/SALauncher.java handling of negative rmiport args
  • 578c287: 8081507: Open or Save button in JFileChooser has OK title in GTK LaF
  • ... and 22 more: https://git.openjdk.org/jdk/compare/92dfc735f2297441a99b3e39464fb8f77a354d55...master

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.

As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@kimbarrett, @tschatzl) but any other Committer may sponsor as well.

➡️ To flag this PR as ready for integration with the above commit message, type /integrate in a new comment. (Afterwards, your sponsor types /sponsor in a new comment to perform the integration).

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Jan 3, 2023
@jcking
Copy link
Contributor Author

jcking commented Jan 3, 2023

/integrate

@openjdk openjdk bot added the sponsor Pull request is ready to be sponsored label Jan 3, 2023
@openjdk
Copy link

openjdk bot commented Jan 3, 2023

@jcking
Your change (at version 33dc873) is now ready to be sponsored by a Committer.

@tschatzl
Copy link
Contributor

tschatzl commented Jan 3, 2023

/sponsor

@openjdk
Copy link

openjdk bot commented Jan 3, 2023

@tschatzl @jcking Since your change was applied there have been 4 commits pushed to the master branch:

  • 8afd665: 8299395: Remove metaprogramming/removeCV.hpp
  • 3757433: 8295974: jni_FatalError and Xcheck:jni warnings should print the native stack when there are no Java frames
  • 417d01e: 8299441: Fix typos in some test files under core-libs component
  • 5b5552f: 8299483: ProblemList java/text/Format/NumberFormat/CurrencyFormat.java

It was not possible to rebase your changes automatically. Please merge master into your branch and try again.

@openjdk openjdk bot removed the sponsor Pull request is ready to be sponsored label Jan 3, 2023
@jcking jcking requested a review from kimbarrett January 3, 2023 14:30
@jcking
Copy link
Contributor Author

jcking commented Jan 3, 2023

/integrate

@openjdk openjdk bot added the sponsor Pull request is ready to be sponsored label Jan 3, 2023
@openjdk
Copy link

openjdk bot commented Jan 3, 2023

@jcking
Your change (at version 161cc56) is now ready to be sponsored by a Committer.

@kimbarrett
Copy link

/sponsor

@openjdk
Copy link

openjdk bot commented Jan 8, 2023

Going to push as commit d53cac3.
Since your change was applied there have been 62 commits pushed to the master branch:

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Jan 8, 2023
@openjdk openjdk bot closed this Jan 8, 2023
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review sponsor Pull request is ready to be sponsored labels Jan 8, 2023
@openjdk
Copy link

openjdk bot commented Jan 8, 2023

@kimbarrett @jcking Pushed as commit d53cac3.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hotspot hotspot-dev@openjdk.org integrated Pull request has been integrated
Development

Successfully merging this pull request may close these issues.

3 participants