RFR: 8311291: Enable creation of NonInterleavingLogStream from LogTarget
    Johan Sjölen 
    jsjolen at openjdk.org
       
    Wed Sep  6 11:35:19 UTC 2023
    
    
  
On Tue, 4 Jul 2023 12:54:12 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.
Hi,
I utilized some `friend class` declarations to at least prevent further ugliness. Please review :-).
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14769#issuecomment-1708165192
    
    
More information about the hotspot-runtime-dev
mailing list