RFR: 8303264: Refactor nsk/stress/strace to extract shared and remove redundant code
Leonid Mesnik
lmesnik at openjdk.org
Sun Mar 5 23:22:21 UTC 2023
On Mon, 27 Feb 2023 20:18:21 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
> Some old nsk code is removed, and logging is moved to the based class.
> No functional changes.
The arguments processing might have been useful when vmTestbase was a separate product. It was the only possibility to vary the parameters of tests without re-building the whole vmTestbase. However, now this ability is not needed. It is easy just to change the source code if needed to update wait time or logger. The tests don't change them by themself. So, I think this code just complicates test reading.
-------------
PR: https://git.openjdk.org/jdk/pull/12777
More information about the hotspot-runtime-dev
mailing list