[
https://issues.apache.org/jira/browse/HBASE-30261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18094923#comment-18094923
]
Hudson commented on HBASE-30261:
--------------------------------
Results for branch branch-2
[build #1453 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1453/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1453/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1453/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1453/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1453/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1453/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
> Hide segmented CodeHeap memory pools on process info JSP pages for JDK 9+
> -------------------------------------------------------------------------
>
> Key: HBASE-30261
> URL: https://issues.apache.org/jira/browse/HBASE-30261
> Project: HBase
> Issue Type: Improvement
> Components: UI
> Reporter: Xiao Liu
> Assignee: Xiao Liu
> Priority: Minor
> Labels: pull-request-available
> Fix For: 3.0.0, 2.7.0, 2.5.16, 2.6.7
>
> Attachments: p1.png, p2.png, p3.png
>
>
> On the process info pages ({{processMaster.jsp}} and {{processRS.jsp}}), the
> memory pool loop skips code cache pools via:
> {code:java}
> if (mp.getName().contains("Cache")) continue;
> {code}
> This only matches the JDK 8 pool name "Code Cache". Since JDK 9 (JEP 197:
> Segmented Code Cache), the code cache is split into three pools named
> {{CodeHeap 'non-nmethods'}}, {{CodeHeap 'profiled nmethods'}} and
> {{CodeHeap 'non-profiled nmethods'}}. None of them contain "Cache", so on
> JDK 9+ (including 11/17/21) these three pools are no longer skipped and show
> up on the page, which was not intended.
> *Fix:* also skip pools whose name contains "CodeHeap", keeping the existing
> "Cache" check for JDK 8 compatibility. Applied to both {{processMaster.jsp}}
> and {{processRS.jsp}}.
> The unrelated "Commited" -> "Committed" header typo on the same tables is
> fixed together.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)