mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8028587: New tests development for intrisics for basic operators - add, neg, inc, dec, sub, mul
Reviewed-by: twisti
This commit is contained in:
parent
cfefd04320
commit
b6d0b72ec0
26 changed files with 1035 additions and 97 deletions
|
@ -28,7 +28,7 @@
|
|||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+TieredCompilation
|
||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
|
||||
* -XX:CompileCommand=compileonly,TestCase$Helper::*
|
||||
* -XX:CompileCommand=compileonly,SimpleTestCase$Helper::*
|
||||
* TieredLevelsTest
|
||||
* @summary Verify that all levels < 'TieredStopAtLevel' can be used
|
||||
* @author igor.ignatyev@oracle.com
|
||||
|
@ -40,9 +40,7 @@ public class TieredLevelsTest extends CompLevelsTest {
|
|||
+ "TieredCompilation. Skip test.");
|
||||
return;
|
||||
}
|
||||
for (TestCase test : TestCase.values()) {
|
||||
new TieredLevelsTest(test).runTest();
|
||||
}
|
||||
CompilerWhiteBoxTest.main(TieredLevelsTest::new, args);
|
||||
}
|
||||
|
||||
private TieredLevelsTest(TestCase testCase) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue