RFR: replace stdout by configurable object [v16]
Jiří Vaněk
jvanek at openjdk.org
Tue Oct 18 03:54:04 UTC 2022
On Mon, 17 Oct 2022 12:54:11 GMT, Jiří Vaněk <jvanek at openjdk.org> wrote:
>> See https://github.com/openjdk/asmtools/pull/38 for full story
>> The PR will be enhanced by handling of two streams in compiler logger. Then the stdout work can continue.
>
> Jiří Vaněk has updated the pull request incrementally with one additional commit since the last revision:
>
> Temporary workaround around tests being order-sensitive
>
> As -g is now making some disassmebld code not asemble-able back, and
> order of tests is not deterministic, and Options are static, thus if -g
> is now set in some test, it is not unset in other tests.
>
> Real fix is to move Options out of static context to context of
> environment as it is done for jcoder.
tyvm for update!
-------------
PR: https://git.openjdk.org/asmtools/pull/44
More information about the asmtools-dev
mailing list