RFR: repalce stdout by configurable object [v16]

Jiří Vaněk jvanek at openjdk.org
Mon Oct 17 12:54:11 UTC 2022


> 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.

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

Changes:
  - all: https://git.openjdk.org/asmtools/pull/44/files
  - new: https://git.openjdk.org/asmtools/pull/44/files/e841b2ea..5fc4dd43

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=asmtools&pr=44&range=15
 - incr: https://webrevs.openjdk.org/?repo=asmtools&pr=44&range=14-15

  Stats: 6 lines in 2 files changed: 6 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/asmtools/pull/44.diff
  Fetch: git fetch https://git.openjdk.org/asmtools pull/44/head:pull/44

PR: https://git.openjdk.org/asmtools/pull/44


More information about the asmtools-dev mailing list