RFR: 8264768: JFR: Allow events to be printed to the log [v2]

Stefan Karlsson stefank at openjdk.java.net
Fri Apr 9 06:58:20 UTC 2021


On Fri, 9 Apr 2021 06:37:59 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

>> Erik Gahlin has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove accidentally added file
>
> src/hotspot/share/jfr/jni/jfrJavaSupport.cpp line 41:
> 
>> 39: #include "oops/objArrayKlass.hpp"
>> 40: #include "oops/objArrayOop.hpp"
>> 41: #include "oops/objArrayOop.inline.hpp"
> 
> We usually don't explicitly include the .hpp file when the .inline.hpp file is already included.

(I also see that the lines many a few of the include  lines are not sorted)

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

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


More information about the hotspot-jfr-dev mailing list