8384104: Obsolete Xmaxjitcodesize#31079
Conversation
|
👋 Welcome back aseoane! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
@anton-seoane The following label 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 list. If you would like to change these labels, use the /label pull request command. |
|
The total number of required reviews for this PR has been set to 2 based on the presence of this label: |
Webrevs
|
|
/label remove hotspot-runtime |
|
@anton-seoane |
|
@anton-seoane |
| warning("Option -Xmaxjitcodesize was deprecated in JDK 26 and will likely be removed in a future release."); | ||
| } | ||
| } else if (match_option(option, "-Xmaxjitcodesize", &tail)) { | ||
| warning("Ignoring option -Xmaxjitcodesize; support was removed in JDK 27"); |
There was a problem hiding this comment.
Other places use next to get VM version:
char version[256];
JDK_Version::jdk(17).to_string(version, sizeof(version));
There was a problem hiding this comment.
I'll change it to do it this way, too... hopefully it just lasts for a version as it should be completely removed in 28 😄
This PR obsoletes the Xmaxjitcodesize flag in JDK 27. Please see the deprecation CSR for workarounds for users interested in keeping similar behaviour.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/31079/head:pull/31079$ git checkout pull/31079Update a local copy of the PR:
$ git checkout pull/31079$ git pull https://git.openjdk.org/jdk.git pull/31079/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 31079View PR using the GUI difftool:
$ git pr show -t 31079Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/31079.diff
Using Webrev
Link to Webrev Comment