RFR (S): 8004172: Update jstat counter names to reflect metaspace changes
Erik Helin
erik.helin at oracle.com
Mon Jan 28 15:25:24 UTC 2013
Sorry,
I got the wrong JDK webrev version in the last email. The JDK change was
updated due to a test for jstatd that needed to be updated as well.
The latest version of the JDK webrev is:
http://cr.openjdk.java.net/~ehelin/8004172/jdk/webrev.02/
Thanks,
Erik
On 01/28/2013 04:14 PM, Erik Helin wrote:
> Jon,
>
> thanks for your review!
>
> On 01/24/2013 07:57 PM, Jon Masamitsu wrote:
>> I looked at the hotspot changes and they look correct. But I'm
>> not sure that "sun.gc" should be in the name of the counter. Maybe
>> use SUN_RT instead of SUN_GC.
>
> I've updated the code to use the SUN_RT namespace instead of the SUN_GC
> namespace. This also required changes to the JDK code.
>
> I've also added better error handling if a Java Out Of Memory exceptions
> occur is raised in PerfDataManager::create_variable.
>
> Finally, I've moved some common code to the function create_ms_variable.
>
> Webrev:
> - hotspot: http://cr.openjdk.java.net/~ehelin/8004172/hotspot/webrev.01/
> - jdk: http://cr.openjdk.java.net/~ehelin/8004172/jdk/webrev.01/
>
> What do you think?
>
> Thanks,
> Erik
>
>> Jon
>>
>> On 1/24/2013 2:51 AM, Erik Helin wrote:
>>> Hi all,
>>>
>>> here are the HotSpot changes for fixing JDK-8004172. This change uses
>>> the new namespace "sun.gc.metaspace" for the metaspace counters and
>>> also removes some code from metaspaceCounters.hpp/cpp that is not
>>> needed any longer.
>>>
>>> Note that the tests will continue to fail until the JDK part of the
>>> change finds it way into the hotspot-gc forest.
>>>
>>> The JDK part of the change is also out for review on
>>> serviceability-dev at openjdk.java.net.
>>>
>>> Webrev:
>>> HotSpot: http://cr.openjdk.java.net/~ehelin/8004172/hotspot/webrev.00/
>>> JDK: http://cr.openjdk.java.net/~ehelin/8004172/jdk/webrev.00/
>>>
>>> Bug:
>>> http://bugs.sun.com/view_bug.do?bug_id=8004172
>>>
>>> Testing:
>>> Run the jstat jtreg tests locally on my machine on a repository where
>>> I've applied both the JDK changes and the HotSpot changes.
>>>
>>> Thanks,
>>> Erik
>
More information about the hotspot-gc-dev
mailing list