RFR: 8284849: Add deoptimization to unified logging [v10]
Johan Sjölén
duke at openjdk.java.net
Tue Jun 14 13:52:09 UTC 2022
On Tue, 14 Jun 2022 12:12:27 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Johan Sjölén has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix comments
>
> src/hotspot/share/runtime/deoptimization.cpp line 1841:
>
>> 1839: #endif // INCLUDE_JFR
>> 1840:
>> 1841: void log_deopt(CompiledMethod* nm, Method* tm, intptr_t pc, frame& fr, int trap_bci,
>
> Add 'static' keyword so it has internal linkage.
Fixed.
-------------
PR: https://git.openjdk.org/jdk/pull/8812
More information about the hotspot-dev
mailing list