RFR: 8264768: JFR: Allow events to be printed to the log [v2]
Erik Gahlin
egahlin at openjdk.java.net
Fri Apr 9 08:07:19 UTC 2021
On Fri, 9 Apr 2021 06:38:31 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/utilities/jfrJavaLog.cpp line 34:
>
>> 32: #include "memory/resourceArea.hpp"
>> 33: #include "oops/objArrayOop.hpp"
>> 34: #include "oops/objArrayOop.inline.hpp"
>
> Same here.
I ran into issue with building (without precompiled headers on Linux), if I didn't include "#include "oops/objArrayOop.hpp" in jfrJavaLog.cpp. Maybe there is some better way around this.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3377
More information about the hotspot-jfr-dev
mailing list