6893701: compiler/6877254/Test.java fails because it combines -XX:+UseConcMarkSweepGC with other GC
Remove explicit GC flags in regression tests Reviewed-by: never, ysr
This commit is contained in:
parent
bb4f475e1b
commit
a0cb26b72d
@ -26,7 +26,7 @@
|
|||||||
* @bug 6877254
|
* @bug 6877254
|
||||||
* @summary Implement StoreCMNode::Ideal to promote its OopStore above the MergeMem
|
* @summary Implement StoreCMNode::Ideal to promote its OopStore above the MergeMem
|
||||||
*
|
*
|
||||||
* @run main/othervm -server -Xcomp -XX:+UseConcMarkSweepGC Test
|
* @run main/othervm -Xcomp Test
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class Test {
|
public class Test {
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @test
|
* @test
|
||||||
* @bug 6896727
|
* @bug 6896727
|
||||||
* @summary nsk/logging/LoggingPermission/LoggingPermission/logperm002 fails with G1, EscapeAnalisys w/o COOPs
|
* @summary nsk/logging/LoggingPermission/LoggingPermission/logperm002 fails with G1, EscapeAnalisys w/o COOPs
|
||||||
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:+DoEscapeAnalysis -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC Test
|
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:+DoEscapeAnalysis Test
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class Test {
|
public class Test {
|
||||||
|
Loading…
Reference in New Issue
Block a user