8270156: Add "randomness" and "stress" keys to JTreg tests which use StressGCM, StressLCM and/or StressIGVN
Reviewed-by: thartmann, chagedorn
This commit is contained in:
parent
66ce09f51e
commit
653a612a5a
@ -23,6 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @key stress randomness
|
||||
* @bug 8252219 8256535
|
||||
* @requires vm.compiler2.enabled
|
||||
* @summary Tests that different combinations of stress options and
|
||||
@ -53,4 +54,3 @@ public class TestStressOptions {
|
||||
System.out.println("Passed");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2012 Skip Balk. All Rights Reserved.
|
||||
* Copyright 2012, 2021, Skip Balk. 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
|
||||
@ -23,6 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @key stress randomness
|
||||
* @bug 7179138 8271341
|
||||
* @summary Incorrect result with String concatenation optimization
|
||||
*
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @key stress randomness
|
||||
* @bug 8229855 8238812
|
||||
* @summary Test jump table with key value that gets out of bounds after loop unrolling.
|
||||
* @requires vm.compiler2.enabled
|
||||
|
@ -29,6 +29,7 @@ import jdk.test.lib.process.ProcessTools;
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @key stress randomness
|
||||
* @bug 8252219 8256535
|
||||
* @requires vm.compiler2.enabled
|
||||
* @summary Tests that using a stress option without -XX:StressSeed=N generates
|
||||
|
@ -29,6 +29,7 @@ import jdk.test.lib.Asserts;
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @key stress randomness
|
||||
* @bug 8253765
|
||||
* @requires vm.debug == true & vm.compiler2.enabled
|
||||
* @summary Tests that, when compiling with StressLCM or StressGCM, using the
|
||||
|
@ -29,6 +29,7 @@ import jdk.test.lib.Asserts;
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @key stress randomness
|
||||
* @bug 8252219 8256535
|
||||
* @requires vm.debug == true & vm.compiler2.enabled
|
||||
* @summary Tests that stress compilations with the same seed yield the same
|
||||
|
@ -25,6 +25,7 @@ package compiler.exceptions;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @key stress randomness
|
||||
* @bug 8263227
|
||||
* @summary Tests that users of return values from exception-throwing method
|
||||
* calls are not duplicated in the call's exception path. The second
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @key stress randomness
|
||||
* @bug 8263971
|
||||
* @summary C2 crashes with SIGFPE with -XX:+StressGCM and -XX:+StressIGVN
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user