kludgeMantis is no longer needed?
Magnus Ihse Bursie
magnus.ihse.bursie at oracle.com
Thu Oct 28 07:48:28 UTC 2021
I noticed the following piece of code in
src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/v1_0/PerfDataBuffer.java:
if(jvm_name.stringValue().indexOf("HotSpot") >= 0) {
if(jvm_version.stringValue().startsWith("1.4.2")) {
kludgeMantis(map, args);
}
}
It looks like there's some room for cleaning out old cruft here...
/Magnus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/serviceability-dev/attachments/20211028/fea17033/attachment.htm>
More information about the serviceability-dev
mailing list