RFR: 8303264: Refactor nsk/stress/strace to extract shared and remove redundant code
David Holmes
dholmes at openjdk.org
Sun Mar 5 22:47:14 UTC 2023
The message from this sender included one or more files
which could not be scanned for virus detection; do not
open these files unless you are certain of the sender's intent.
----------------------------------------------------------------------
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.
I would say there are functional changes here:
- you got rid of thread termination using System.exit (which is good, but a change)
- you got rid of the ability to process arguments (why?)
- you hard wired the timeout and logging options
??
-------------
PR: https://git.openjdk.org/jdk/pull/12777
More information about the hotspot-runtime-dev
mailing list