RFR: 7903519 : jtreg/jtharness is missing features for basic crash testing [v4]

andrlos duke at openjdk.org
Wed Dec 13 21:17:10 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, this has been addressed with static atribute storing the implementation in Script instance and a synchronized method for setting this atribute..

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

PR Review Comment: https://git.openjdk.org/jtharness/pull/57#discussion_r1425890852


More information about the jtharness-dev mailing list