Integrated: JDK-8273958: gtest/MetaspaceGtests executes unnecessary tests in debug builds
Thomas Stuefe
stuefe at openjdk.java.net
Sat Sep 18 08:32:48 UTC 2021
On Sat, 18 Sep 2021 06:36:50 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> May I please have reviews for this trivial fix.
>
> We miss two "debug==false" requires rules on tests meant for non-debug only. Taking them out reduces test runtime on debug by ~20 seconds.
>
> I also shifted some of the existing requires tags down to cluster them together in one place, for better clarity.
This pull request has now been integrated.
Changeset: bb9d1427
Author: Thomas Stuefe <stuefe at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/bb9d142759ece7665329b124a8ea0b16049b024a
Stats: 10 lines in 1 file changed: 6 ins; 4 del; 0 mod
8273958: gtest/MetaspaceGtests executes unnecessary tests in debug builds
Reviewed-by: jiefu
-------------
PR: https://git.openjdk.java.net/jdk/pull/5571
More information about the hotspot-runtime-dev
mailing list