Integrated: 8272838: Move CriticalJNI tests out of tier1
Aleksey Shipilev
shade at openjdk.java.net
Mon Aug 30 06:45:33 UTC 2021
On Mon, 23 Aug 2021 13:58:52 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> See the bug report for more discussion. These tests are tied in Epsilon and Shenandoah test groups, so I rehashed those a bit. Note there are no `tier2` or `tier3` test groups in Hotspot yet, which means these tests would only run as part of Epsilon and Shenandoah test suites. I would rehash tier2/3 in [JDK-8272914](https://bugs.openjdk.java.net/browse/JDK-8272914), while hooking up more runtime and GC tests there.
>
> Motivational run time improvements:
>
>
> $ make run-test TEST=hotspot:tier1
>
> # Before
> real 8m9.678s
> user 289m59.304s
> sys 27m46.347s
>
> # After
> real 7m53.359s # 15 seconds saved
> user 278m49.104s # 11 minutes saved
> sys 28m2.516s
>
>
> Additional testing:
> - [x] Checked `hotspot:tier1` run test lists before/after the patch, the difference is only these two lists
> - [x] Some test performance measurements.
This pull request has now been integrated.
Changeset: f55d5ab5
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/f55d5ab5177b6e08e8499abc181a320a98b28a5f
Stats: 18 lines in 1 file changed: 10 ins; 4 del; 4 mod
8272838: Move CriticalJNI tests out of tier1
Reviewed-by: dholmes
-------------
PR: https://git.openjdk.java.net/jdk/pull/5219
More information about the hotspot-dev
mailing list