PING? RE: RFR: 8258669: fastdebug jvm crashes when do event based tracing for monitor inflation

Yangfei (Felix) felix.yang at huawei.com
Thu Feb 18 03:25:24 UTC 2021


Hi,

  Anyone want to take a look at this? 
  As this adds back "cause" information for the monitor inflation event, it should also improves basic functionality of 8u JFR event-based tracing. 

Thanks,
Felix

> -----Original Message-----
> From: Yangfei (Felix)
> Sent: Tuesday, January 12, 2021 3:39 PM
> To: 'jdk8u-dev at openjdk.java.net' <jdk8u-dev at openjdk.java.net>
> Subject: PING? RE: RFR: 8258669: fastdebug jvm crashes when do event
> based tracing for monitor inflation
> 
> Any comments?
> 
> > -----Original Message-----
> > From: Yangfei (Felix)
> > Sent: Friday, December 18, 2020 8:35 PM
> > To: jdk8u-dev at openjdk.java.net
> > Subject: RFR: 8258669: fastdebug jvm crashes when do event based
> > tracing for monitor inflation
> >
> > Hi,
> >
> >     Bug: https://bugs.openjdk.java.net/browse/JDK-8258669
> >     Webrev: http://cr.openjdk.java.net/~fyang/8258669/webrev.00
> >
> >     By referencing jdk11u, I think the reason is that we are not
> > setting the "cause" in post_monitor_inflate_event for jdk8u.
> >     Proposed patch adds back the missing code changes in: 8138562:
> > Event based tracing should cover monitor inflation. Also enabled code
> > in MonitorInflateCauseConstant::serialize.
> >     Since this only adds some extra "cause" information for the
> > monitor inflation event, I think it should be low risk.
> >     Performed full jtreg test based on the latest jdk8u-dev.  OK?
> >
> > Thanks,
> > Felix


More information about the jdk8u-dev mailing list