RFR: 8299825: Move StdoutLog and StderrLog to LogConfiguration
Johan Sjölen
jsjolen at openjdk.org
Thu Jun 8 12:51:58 UTC 2023
On Thu, 8 Jun 2023 11:52:11 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:
> Hi,
>
> Please consider this small cleanup. `LogConfiguration` initializes and handles the lifetime of `StdoutLog` and `StderrLog`, therefore they should logically belong to that class. I leave the visibility as public for the time being, to change it to private would require the gtests to all be part of a fixture.
Hi @dholmes-ora, thank you for the review!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14376#issuecomment-1582520038
More information about the hotspot-runtime-dev
mailing list