RFR: JDK-8312049: runtime/logging/ClassLoadUnloadTest can be improved
Thomas Stuefe
stuefe at openjdk.org
Fri Jul 14 05:24:14 UTC 2023
On Thu, 13 Jul 2023 19:45:18 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
>> Trivial improvements, mainly not spawning individual child processes for every call to `checkFor` and `checkAbsent`. Runtime goes down from 14s -> 10s. We could reduce the runtime a lot more by splitting up the test but I avoided that.
>>
>> Checked manually on x64 Linux.
>
> Marked as reviewed by dnsimon (Committer).
Thanks @dougxc !
Not sure if this counts as trivial enough, better get a second review. @MBaesken maybe?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14876#issuecomment-1635289643
More information about the hotspot-runtime-dev
mailing list