RFR: 8286180: Enable construction of LogStreamImpl from LogMessageImpl [v5]
David Holmes
dholmes at openjdk.java.net
Tue May 24 07:02:49 UTC 2022
On Mon, 23 May 2022 10:20:09 GMT, Johan Sjölén <duke at openjdk.java.net> wrote:
>> test/hotspot/gtest/logging/test_logStream.cpp line 101:
>>
>>> 99: {
>>> 100: LogStream foo(Log(gc)::info());
>>> 101: if(foo.is_enabled()) {
>>
>> Style nit: space after "if" please - here and below.
>
> Thank you, fixed.
I don't see it fixed :)
-------------
PR: https://git.openjdk.java.net/jdk/pull/8748
More information about the hotspot-runtime-dev
mailing list