On Tue, 15 Oct 2024 23:44:08 GMT, Alex Menkov <amen...@openjdk.org> wrote:
>> Serguei Spitsyn has updated the pull request incrementally with one >> additional commit since the last revision: >> >> minor comment tweak > > test/hotspot/jtreg/serviceability/jvmti/events/NotifyFramePopStressTest/NotifyFramePopStressTest.java > line 109: > >> 107: } >> 108: } >> 109: System.out.println("control has finished: " + notifyCount); > > Could you please update logging to use `log` or `System.out.println` in all > cases? Good suggestion. Changed to use `log()` in all cases. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/21468#discussion_r1802196907