提交 e1d80ec1 编写于 作者: D denghui.ddh 提交者: 云矅

[JFR] Remove useless fields of ThreadAllocationStatistics

Summary: remove useless fields of ThreadAllocationStatistics

Test Plan: jdk/test/jdk/jfr/event/runtime/TestThreadAllocationEvent.java

Reviewed-by: yfxhust, luchsh

Issue: https://github.com/alibaba/dragonwell8_hotspot/issues/5
上级 f9bb18a8
......@@ -891,8 +891,6 @@ Declares a structure type that can be used in other events.
<event id="ThreadAllocationStatistics" path="java/statistics/thread_allocation" label="Thread Allocation Statistics"
is_requestable="true">
<value type="BYTES64" field="allocated" label="Allocated" description="Approximate number of bytes allocated since thread start"/>
<value type="BYTES64" field="stackUsed" label="StackUsed" description="The number of bytes used(Virtual Memory) by thread stack"/>
<value type="BYTES64" field="stackPhysicalUsed" label="StackPhysicalUsed" description="The number of bytes used(Physical Memory) by thread stack"/>
<value type="THREAD" field="thread" label="Thread"/>
</event>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册