Integrated: JDK-8312049: runtime/logging/ClassLoadUnloadTest can be improved

Thomas Stuefe stuefe at openjdk.org
Fri Jul 14 08:52:21 UTC 2023


On Thu, 13 Jul 2023 18:28:31 GMT, Thomas Stuefe <stuefe 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.

This pull request has now been integrated.

Changeset: 4676b40f
Author:    Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/4676b40f17dd18941f5883cb9b989ad639992a50
Stats:     45 lines in 1 file changed: 2 ins; 7 del; 36 mod

8312049: runtime/logging/ClassLoadUnloadTest can be improved

Reviewed-by: dnsimon, dholmes

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

PR: https://git.openjdk.org/jdk/pull/14876


More information about the hotspot-runtime-dev mailing list