RFR: 8311291: Enable creation of NonInterleavingLogStream from LogTarget [v2]

Johan Sjölen jsjolen at openjdk.org
Wed Sep 6 15:19:44 UTC 2023


On Wed, 6 Sep 2023 11:35:19 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:

>> Hi,
>> 
>> This patch enables the same kind of construction method for NILS that we already have for regular LogStream. We need to do some ugly changes to make it work, but it's so much more ergonomic for usage sites that I think it's worth it.
>
> Johan Sjölen has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - Move cheating out to friend classes instead
>  - Adjust

Build issues related to the compiler update, will merge with master ASAP:


> Package g++-10 is not available, but is referred to by another package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> 
> Package gcc-10 is not available, but is referred to by another package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> 
> E: Version '10.4.0-4ubuntu1~22.04' for 'gcc-10' was not found
> E: Version '10.4.0-4ubuntu1~22.04' for 'g++-10' was not found
> Error: Process completed with exit code 100.

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

PR Comment: https://git.openjdk.org/jdk/pull/14769#issuecomment-1708582402


More information about the hotspot-runtime-dev mailing list