8191846: jstat prints debug message when debugging is disabled

2017-11-24 Thread Per Liden
Hi, jstat is designed to handle the case where a perf counter doesn't exits. In the output jstat will then print a "-" instead of the perf counter value to indicate that the counter doesn't exist. However, jstat also prints an unnecessary message, which clobbers the output. This message might

Re: 8191846: jstat prints debug message when debugging is disabled

2017-11-24 Thread Erik Helin
Hi Per, On 11/24/2017 09:01 AM, Per Liden wrote: Hi, jstat is designed to handle the case where a perf counter doesn't exits. In the output jstat will then print a "-" instead of the perf counter value to indicate that the counter doesn't exist. However, jstat also prints an unnecessary mess

Re: 8191846: jstat prints debug message when debugging is disabled

2017-11-24 Thread Per Liden
Thanks for reviewing Erik. Erik pointer out to me off-line that we have additional jstat tests that where not covered by the hs-triers I ran, so I also ran the following tests and they all passed. make run-test TEST=open/test/jdk/sun/tools/jstat make run-test TEST=open/test/jdk/sun/tools/jsta

Re: RFR(XL): 8167108 - SMR and JavaThread Lifecycle

2017-11-24 Thread Daniel D. Daugherty
Greetings, The Thread-SMR bits were pushed to jdk/hs late last night! Mach5 Tier[1-5] on the exact bits that were pushed showed no unexpected failures. I've looked at the jdk/hs CI pipeline test results for my push and for the push before and after mine and I don't see anything that worries me t