RFR: 6643: Make VM Operations rule consider close consecutive events in score
Jessye Coleman-Shapiro
github.com+29706926+jessyec-s at openjdk.java.net
Fri Jan 31 06:53:12 UTC 2020
This patch modifies the VM Operations rule's score calculation so that is considers blocking that could result from the combination of multiple close consecutive operations. Right now an application's score only takes into account the longest event in its calculation.
At the moment I have determined two events to be "close" if they occur within 0.01 s of one another.
-------------
Commits:
- a2056e6f: Make VM Operations rule consider close consecutive events in score
Changes: https://git.openjdk.java.net/jmc/pull/42/files
Webrev: https://webrevs.openjdk.java.net/jmc/42/webrev.00
Issue: https://bugs.openjdk.java.net/browse/JMC-6643
Stats: 110 lines in 3 files changed: 94 ins; 6 del; 10 mod
Patch: https://git.openjdk.java.net/jmc/pull/42.diff
Fetch: git fetch https://git.openjdk.java.net/jmc pull/42/head:pull/42
PR: https://git.openjdk.java.net/jmc/pull/42
More information about the jmc-dev
mailing list