RFR(XL): 8199712: Flight Recorder

Vladimir Kozlov vladimir.kozlov at oracle.com
Tue May 1 23:37:19 UTC 2018


Hi Erik,

I am working on 8184349 and adding  & !vm.graal.enabled to @requires for 
tests which use CMS. Mostly they are JFR tests which are in this review 
list. And I found some test have incorrect commands (merged 2 lines 
together):

  * @test @requires vm.gc == "null" | vm.gc == "Serial"

I see that you fixed some. But there few left:

test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithDefNew.java
test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithG1.java
test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithParallel.java

Thanks,
Vladimir

On 4/25/18 4:06 AM, Erik Gahlin wrote:
> Greetings,
> 
> Could I have a review of 8199712: Flight Recorder
> 
> As mentioned in the preview [1] the tracing backend has been removed. 
> Event metadata has been consolidated into a single XML file and event 
> classes are now generated by GenerateJfrFiles.java.
> 
> Tests have been run on Linux-x64, Windows-x64 and MaxOSX-x64.
> 
> For details about the feature, see the JEP:
> https://bugs.openjdk.java.net/browse/JDK-8193393
> 
> Webrev:
> http://cr.openjdk.java.net/~egahlin/8199712.0/
> 
> Bug:
> https://bugs.openjdk.java.net/browse/JDK-8199712
> 
> [1] 
> http://mail.openjdk.java.net/pipermail/hotspot-dev/2018-April/031359.html
> 
> Thanks
> Erik and Markus


More information about the hotspot-jfr-dev mailing list