From 16a948cbd1e8980ab88039be5979fac7a900c17a Mon Sep 17 00:00:00 2001 From: "denghui.ddh" Date: Wed, 15 May 2019 18:17:22 +0800 Subject: [PATCH] [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 --- src/share/vm/trace/traceevents.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/share/vm/trace/traceevents.xml b/src/share/vm/trace/traceevents.xml index b70da2a6b..1b9347cd6 100644 --- a/src/share/vm/trace/traceevents.xml +++ b/src/share/vm/trace/traceevents.xml @@ -891,8 +891,6 @@ Declares a structure type that can be used in other events. - - -- GitLab