RFR: 8271726: JFR: should use equal() to check event fields in tests
Erik Gahlin
egahlin at openjdk.java.net
Tue Aug 3 12:15:28 UTC 2021
On Tue, 3 Aug 2021 11:14:29 GMT, Denghui Dong <ddong at openjdk.org> wrote:
> Hi,
>
> Please help review this trivial test fix.
>
> In TestHeapDump.java, we should use EventField.equal() to check fields, but there are two lines that didn't abide by this rule(I think it's a typo).
>
> No other similar mistake was found in other jfr tests.
>
> Thanks,
> Denghui
Marked as reviewed by egahlin (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/4970
More information about the hotspot-jfr-dev
mailing list