8299960: Speed up test/hotspot/jtreg/compiler/c2/irTests/TestVectorizeURShiftSubword.java

Reviewed-by: thartmann, chagedorn, fgao
This commit is contained in:
Emanuel Peter 2023-01-16 09:17:31 +00:00
parent 7c1ebcc4ce
commit 6fea233e22

@ -1,5 +1,6 @@
/*
* Copyright (c) 2022, Arm Limited. All rights reserved.
* Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -64,7 +65,8 @@ public class TestVectorizeURShiftSubword {
}
public static void main(String[] args) {
TestFramework.runWithFlags("-XX:CompileCommand=exclude,*.urshift");
TestFramework framework = new TestFramework(TestVectorizeURShiftSubword.class);
framework.setDefaultWarmup(1).addFlags("-XX:CompileCommand=exclude,*.urshift").start();
}
@Test