8313083: Print 'rss' and 'cache' as part of the container information#726
8313083: Print 'rss' and 'cache' as part of the container information#726jmtd wants to merge 6 commits intoopenjdk:masterfrom
Conversation
…r log Backport-of: 2c4b9e0778e170a17b04217bee66bb6c4fb18c0c
Reviewed-by: sgehwolf Backport-of: 6c6d5223dfaae268f968f4292356d4be89adb122
Backport-of: e60939850e5328b9c0f2002ac5ed7744375bf18b
Reviewed-by: andrew, sgehwolf Backport-of: aeb2d2d0ce17da3aa7d49679beb4da2dd6f341ad
|
👋 Welcome back jdowland! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
This backport pull request has now been updated with issue from the original commit. |
|
|
included in error; part of context of backport but not added by the backport. Signed-off-by: Jonathan Dowland <jdowland@redhat.com>
Webrevs
|
|
@jmtd 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 waiting on dependent backports first |
|
@jmtd The pull request is being re-evaluated and the inactivity timeout has been reset. |
|
The parent pull request that this pull request depends on has now been integrated and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork: git checkout 8313083-8u
git fetch https://git.openjdk.org/jdk8u-dev.git master
git merge FETCH_HEAD
# if there are conflicts, follow the instructions given by git merge
git commit -m "Merge master"
git push |
|
tier1 hotspot test failure : |
We see test failures of that on 32bit Linux every once in a while. Nothing new. |
|
@jmtd There seems to be a problem with this functionality. I believe it's related to a missing backport of JDK-8298730. The symptom is something like this in This likely because after this patch we look for |
|
Hi @jerboaa , I started work on a backport of JDK-8298730 to 11u (openjdk/jdk11u-dev#3149), but it needs a little more work before I can properly request review. |
Low risk, Oracle parity. Improves diagnostic output. Includes test modifications to cover the new diagnostics.
Included test
hotspot/test/runtime/containers/docker/TestMisc.javapasses for me.Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/726/head:pull/726$ git checkout pull/726Update a local copy of the PR:
$ git checkout pull/726$ git pull https://git.openjdk.org/jdk8u-dev.git pull/726/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 726View PR using the GUI difftool:
$ git pr show -t 726Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/726.diff
Using Webrev
Link to Webrev Comment