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

Erik Gahlin egahlin at openjdk.java.net
Wed Sep 22 16:35:35 UTC 2021


> 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

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/5634/files
  - new: https://git.openjdk.java.net/jdk/pull/5634/files/e0a19522..10498179

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5634&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5634&range=00-01

  Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5634.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5634/head:pull/5634

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


More information about the hotspot-jfr-dev mailing list