RFR: 8319055: JCMD should not buffer the whole output of commands [v6]

Alex Menkov amenkov at openjdk.org
Tue Mar 11 03:16:57 UTC 2025


On Tue, 11 Mar 2025 01:39:55 GMT, Alex Menkov <amenkov at openjdk.org> wrote:

>> The fix implements streaming output support for attach protocol.
>> See JBS issue for evaluation, summary of the changes in the 1st comment.
>> Testing: tier1..4,hs-tier5-svc
>
> Alex Menkov has updated the pull request incrementally with one additional commit since the last revision:
> 
>   restore ThreadBlockInVM in complete

Added ThreadBlockInVM in complete() method to do the same as old implementation.
It solves macos-aarch64 failure of test/hotspot/jtreg/runtime/NMT/VirtualAllocCommitUncommitRecommit.java test in GHA

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

PR Comment: https://git.openjdk.org/jdk/pull/23405#issuecomment-2712455404


More information about the hotspot-runtime-dev mailing list