RFR: 8273714: jdk/jfr/api/consumer/TestRecordedFrame.java still times out after JDK-8273047 [v2]

Markus Grönlund mgronlun at openjdk.java.net
Wed Sep 22 16:35:37 UTC 2021


On Wed, 22 Sep 2021 16:31:57 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:

>> Hi,
>> 
>> Could I have review of a test fix that removes the use of -Xcomp to make the test execute faster. The RecordedFrame::getType() method is now tested using WhiteBox API and in a separate file to make the test code easier to read.
>> 
>> Testing: 100 times jdk/jfr/api/consumer/TestRecordedFrame.Type.java
>> 
>> Thanks
>> Erik
>
> Erik Gahlin has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Improve enqueueMethodForCompilation

Looks good.

-------------

Marked as reviewed by mgronlun (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/5634


More information about the hotspot-jfr-dev mailing list