RFR: 8284849: Add deoptimization to unified logging [v6]

Johan Sjölén duke at openjdk.java.net
Thu Jun 9 11:43:20 UTC 2022


On Wed, 8 Jun 2022 17:26:34 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Johan Sjölén has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Simplify code
>>  - Refactor using LogStream
>
> src/hotspot/share/runtime/deoptimization.hpp line 172:
> 
>> 170: 
>> 171:     // Does the actual work for deoptimizing a single frame
>> 172:     static void deoptimize_single_frame(JavaThread* thread, frame fr, DeoptReason reason);
> 
> Please, keep original indent for this lines to match other line around. Actually `private:` has wrong additional space.

Thank you! The additional indent on `private:` misled me :-), fixing that too.

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

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


More information about the hotspot-dev mailing list