8359423: Improve error message in case of missing jsa shared archive#25846
8359423: Improve error message in case of missing jsa shared archive#25846MBaesken wants to merge 7 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back mbaesken! A progress list of the required criteria for merging this PR into |
|
@MBaesken 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 37 new commits pushed to the
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 |
Webrevs
|
| } | ||
| if (RequireSharedSpaces && has_failed) { | ||
| MetaspaceShared::unrecoverable_loading_error("Unable to map shared spaces"); | ||
| MetaspaceShared::unrecoverable_loading_error("Unable to map shared spaces, but they were required"); |
There was a problem hiding this comment.
If you want the message to be more specific, you might need to add whether the failed loading was dynamic or static.
|
@MBaesken This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
/touch |
|
@MBaesken The pull request is being re-evaluated and the inactivity timeout has been reset. |
|
@MBaesken This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
/touch |
|
@MBaesken The pull request is being re-evaluated and the inactivity timeout has been reset. |
|
I added the message passed to |
|
Otherwise, LGTM. |
|
Thanks for the reviews ! /integrate |
|
Going to push as commit ef291d2.
Your commit was automatically rebased without conflicts. |
In case we use
-Xshare:onwith additional flags (regarding coh or coops) and we have the corresponding jsa archive not present,we get this message/error :
The error message could be a little improved, e.g. telling what jsa file is not present .
For example
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/25846/head:pull/25846$ git checkout pull/25846Update a local copy of the PR:
$ git checkout pull/25846$ git pull https://git.openjdk.org/jdk.git pull/25846/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 25846View PR using the GUI difftool:
$ git pr show -t 25846Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/25846.diff
Using Webrev
Link to Webrev Comment