RFR(M): 8223051: support loops with long (64b) trip counts

John Rose john.r.rose at oracle.com
Tue Aug 25 19:09:43 UTC 2020


On Aug 25, 2020, at 12:04 PM, John Rose <john.r.rose at oracle.com> wrote:
> 
> I guess we are
> several levels of improvement short of being able to set up
> a probe across a set of tests and roll up statistics from it.

P.S.  Those levels might be:

1. Plumb our ad hoc statistics into JFR and/or BPF publication points.
(Either recode, or write some sort of log-file stripper.)

2. Fit the JVM with a side channel to manage external connections
to said publication points.

3. Fit the side channel to off-the-shelf tools for log data aggregation.

4. Ensure that our testing framework has options for hooking up
said aggregation tools to the test jobs.



More information about the hotspot-compiler-dev mailing list