RFR: 7903519 : jtreg/jtharness is missing features for basic crash testing
andrlos
duke at openjdk.org
Wed Dec 13 12:28:58 UTC 2023
On Wed, 13 Dec 2023 11:24:33 GMT, andrlos <duke at openjdk.org> wrote:
>> I prefer the method to be synchronized to be honest. I am not seeing how to keep the change this simple with mixing singleton in it..
>
> "private synchronized void searchResultModifier()" should do it, shouldnt it? this function is only called once per Script instance which I assume is once per run.
okay, my apology judovana, seems like there is a new Script instance for every testrun. That means that a singleton approach will have to be done.. -,-
-------------
PR Review Comment: https://git.openjdk.org/jtharness/pull/57#discussion_r1425284842
More information about the jtharness-dev
mailing list