On Wed, 30 Apr 2025 22:09:24 GMT, Vladimir Ivanov <vliva...@openjdk.org> wrote:

>> Vladimir Kozlov has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   address Ioi's comments
>
> src/hotspot/share/runtime/sharedRuntime.cpp line 2780:
> 
>> 2778: 
>> 2779: #ifndef PRODUCT
>> 2780: void 
>> AdapterHandlerLibrary::print_adapter_handler_info(AdapterHandlerEntry* 
>> handler, AdapterBlob* adapter_blob) {
> 
> Suggestion: pass `tty` explicitly as `outputStream*`
> 
> 
> void AdapterHandlerLibrary::print_adapter_handler_info_on(outptutStream* st, 
> AdapterHandlerEntry* handler, AdapterBlob* adapter_blob) {

Done.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24740#discussion_r2069675872

Reply via email to