mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-30 12:50:11 +00:00
8169004: Fix redundant @requires tags in tests
Reviewed-by: tschatzl, iignatyev
This commit is contained in:
parent
ec76c2046c
commit
fc9941ae72
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2018, 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
|
||||
@ -26,7 +26,7 @@
|
||||
* @key gc regression
|
||||
* @summary Make sure that start up with NUMA support does not cause problems.
|
||||
* @bug 8061467
|
||||
* @requires (vm.opt.AggressiveOpts == null) | (vm.opt.AggressiveOpts == false)
|
||||
* @requires vm.opt.AggressiveOpts != true
|
||||
* @run main/othervm -Xmx128m -XX:+UseNUMA TestNUMAPageSize
|
||||
*/
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2018, 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
|
||||
@ -25,8 +25,8 @@
|
||||
* @test TestTargetSurvivorRatioFlag
|
||||
* @key gc
|
||||
* @summary Verify that option TargetSurvivorRatio affects survivor space occupancy after minor GC.
|
||||
* @requires (vm.opt.ExplicitGCInvokesConcurrent == null) | (vm.opt.ExplicitGCInvokesConcurrent == false)
|
||||
* @requires (vm.opt.UseJVMCICompiler == null) | (vm.opt.UseJVMCICompiler == false)
|
||||
* @requires vm.opt.ExplicitGCInvokesConcurrent != true
|
||||
* @requires vm.opt.UseJVMCICompiler != true
|
||||
* @requires vm.gc != "Z"
|
||||
* @library /test/lib
|
||||
* @modules java.base/jdk.internal.misc
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2018, 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
|
||||
@ -27,7 +27,7 @@
|
||||
* @summary Checks that decommitment occurs for JVM with different
|
||||
* G1ConcRSLogCacheSize and ObjectAlignmentInBytes options values
|
||||
* @requires vm.gc.G1
|
||||
* @requires vm.opt.AggressiveOpts=="false" | vm.opt.AggressiveOpts=="null"
|
||||
* @requires vm.opt.AggressiveOpts != true
|
||||
* @library /test/lib
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2018, 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
|
||||
@ -27,7 +27,7 @@
|
||||
* @summary Checks that decommitment occurs for JVM with different
|
||||
* G1ConcRSLogCacheSize and ObjectAlignmentInBytes options values
|
||||
* @requires vm.gc.G1
|
||||
* @requires vm.opt.AggressiveOpts=="false" | vm.opt.AggressiveOpts=="null"
|
||||
* @requires vm.opt.AggressiveOpts != true
|
||||
* @library /test/lib
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2018, 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
|
||||
@ -27,7 +27,7 @@
|
||||
* @summary Checks that decommitment occurs for JVM with different
|
||||
* G1ConcRSLogCacheSize and ObjectAlignmentInBytes options values
|
||||
* @requires vm.gc.G1
|
||||
* @requires vm.opt.AggressiveOpts=="false" | vm.opt.AggressiveOpts=="null"
|
||||
* @requires vm.opt.AggressiveOpts != true
|
||||
* @library /test/lib
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2018, 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
|
||||
@ -27,7 +27,7 @@
|
||||
* @summary Checks that decommitment occurs for JVM with different
|
||||
* G1ConcRSLogCacheSize and ObjectAlignmentInBytes options values
|
||||
* @requires vm.gc.G1
|
||||
* @requires vm.opt.AggressiveOpts=="false" | vm.opt.AggressiveOpts=="null"
|
||||
* @requires vm.opt.AggressiveOpts != true
|
||||
* @library /test/lib
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2018, 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
|
||||
@ -27,7 +27,7 @@
|
||||
* @summary Checks that decommitment occurs for JVM with different
|
||||
* G1ConcRSLogCacheSize and ObjectAlignmentInBytes options values
|
||||
* @requires vm.gc.G1
|
||||
* @requires vm.opt.AggressiveOpts=="false" | vm.opt.AggressiveOpts=="null"
|
||||
* @requires vm.opt.AggressiveOpts != true
|
||||
* @library /test/lib
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2018, 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
|
||||
@ -27,7 +27,7 @@
|
||||
* @summary Checks that decommitment occurs for JVM with different
|
||||
* G1ConcRSLogCacheSize and ObjectAlignmentInBytes options values
|
||||
* @requires vm.gc.G1
|
||||
* @requires vm.opt.AggressiveOpts=="false" | vm.opt.AggressiveOpts=="null"
|
||||
* @requires vm.opt.AggressiveOpts != true
|
||||
* @library /test/lib
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2018, 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
|
||||
@ -27,7 +27,7 @@
|
||||
* @summary Checks that decommitment occurs for JVM with different
|
||||
* G1ConcRSLogCacheSize and ObjectAlignmentInBytes options values
|
||||
* @requires vm.gc.G1
|
||||
* @requires vm.opt.AggressiveOpts=="false" | vm.opt.AggressiveOpts=="null"
|
||||
* @requires vm.opt.AggressiveOpts != true
|
||||
* @library /test/lib
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
/*
|
||||
* @test ReservedStackTest
|
||||
*
|
||||
* @requires vm.opt.DeoptimizeALot == null | vm.opt.DeoptimizeALot == false
|
||||
* @requires vm.opt.DeoptimizeALot != true
|
||||
* @library /test/lib
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @modules java.base/jdk.internal.vm.annotation
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
* @summary Run ReservedStackTest with dedicated compilers C1 and C2.
|
||||
*
|
||||
* @requires vm.flavor == "server" & !vm.emulatedClient
|
||||
* @requires vm.opt.DeoptimizeALot == null | vm.opt.DeoptimizeALot == false
|
||||
* @requires vm.opt.DeoptimizeALot != true
|
||||
* @library /test/lib
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @modules java.base/jdk.internal.vm.annotation
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
* 4254634 println() while catching StackOverflowError causes hotspot VM crash
|
||||
* 4302288 the second stack overflow causes Classic VM to exit on win32
|
||||
*
|
||||
* @requires vm.opt.DeoptimizeALot == null | vm.opt.DeoptimizeALot == false
|
||||
* @requires vm.opt.DeoptimizeALot != true
|
||||
* @run main/othervm nsk.stress.stack.stack001
|
||||
*/
|
||||
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
* 4254634 println() while catching StackOverflowError causes hotspot VM crash
|
||||
* 4302288 the second stack overflow causes Classic VM to exit on win32
|
||||
*
|
||||
* @requires vm.opt.DeoptimizeALot == null | vm.opt.DeoptimizeALot == false
|
||||
* @requires vm.opt.DeoptimizeALot != true
|
||||
* @run main/othervm nsk.stress.stack.stack002
|
||||
*/
|
||||
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
* See the bug:
|
||||
* 4366625 (P4/S4) multiple stack overflow causes HS crash
|
||||
*
|
||||
* @requires vm.opt.DeoptimizeALot == null | vm.opt.DeoptimizeALot == false
|
||||
* @requires vm.opt.DeoptimizeALot != true
|
||||
* @run main/othervm nsk.stress.stack.stack003
|
||||
*/
|
||||
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
* See the bug:
|
||||
* 4366625 (P4/S4) multiple stack overflow causes HS crash
|
||||
*
|
||||
* @requires vm.opt.DeoptimizeALot == null | vm.opt.DeoptimizeALot == false
|
||||
* @requires vm.opt.DeoptimizeALot != true
|
||||
* @run main/othervm nsk.stress.stack.stack004
|
||||
*/
|
||||
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
* See the bug:
|
||||
* 4366625 (P4/S4) multiple stack overflow causes HS crash
|
||||
*
|
||||
* @requires vm.opt.DeoptimizeALot == null | vm.opt.DeoptimizeALot == false
|
||||
* @requires vm.opt.DeoptimizeALot != true
|
||||
* @run main/othervm nsk.stress.stack.stack005
|
||||
*/
|
||||
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
* See the bug:
|
||||
* 4366625 (P4/S4) multiple stack overflow causes HS crash
|
||||
*
|
||||
* @requires vm.opt.DeoptimizeALot == null | vm.opt.DeoptimizeALot == false
|
||||
* @requires vm.opt.DeoptimizeALot != true
|
||||
* @run main/othervm nsk.stress.stack.stack006
|
||||
*/
|
||||
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
* See also the bug:
|
||||
* 4366625 (P4/S4) multiple stack overflow causes HS crash
|
||||
*
|
||||
* @requires vm.opt.DeoptimizeALot == null | vm.opt.DeoptimizeALot == false
|
||||
* @requires vm.opt.DeoptimizeALot != true
|
||||
* @run main/othervm nsk.stress.stack.stack007
|
||||
*/
|
||||
|
||||
|
||||
@ -47,7 +47,7 @@
|
||||
* 4366625 (P4/S4) multiple stack overflow causes HS crash
|
||||
*
|
||||
* @ignore 8139875
|
||||
* @requires vm.opt.DeoptimizeALot == null | vm.opt.DeoptimizeALot == false
|
||||
* @requires vm.opt.DeoptimizeALot != true
|
||||
* @run main/othervm nsk.stress.stack.stack008
|
||||
*/
|
||||
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
* See the bug:
|
||||
* 4366625 (P4/S4) multiple stack overflow causes HS crash
|
||||
*
|
||||
* @requires vm.opt.DeoptimizeALot == null | vm.opt.DeoptimizeALot == false
|
||||
* @requires vm.opt.DeoptimizeALot != true
|
||||
* @run main/othervm nsk.stress.stack.stack009
|
||||
*/
|
||||
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
* See the bug:
|
||||
* 4366625 (P4/S4) multiple stack overflow causes HS crash
|
||||
*
|
||||
* @requires vm.opt.DeoptimizeALot == null | vm.opt.DeoptimizeALot == false
|
||||
* @requires vm.opt.DeoptimizeALot != true
|
||||
* @run main/othervm nsk.stress.stack.stack010
|
||||
*/
|
||||
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
* See the bug:
|
||||
* 4366625 (P4/S4) multiple stack overflow causes HS crash
|
||||
*
|
||||
* @requires vm.opt.DeoptimizeALot == null | vm.opt.DeoptimizeALot == false
|
||||
* @requires vm.opt.DeoptimizeALot != true
|
||||
* @run main/othervm nsk.stress.stack.stack011
|
||||
*/
|
||||
|
||||
|
||||
@ -47,7 +47,7 @@
|
||||
* See the bug:
|
||||
* 4366625 (P4/S4) multiple stack overflow causes HS crash
|
||||
*
|
||||
* @requires vm.opt.DeoptimizeALot == null | vm.opt.DeoptimizeALot == false
|
||||
* @requires vm.opt.DeoptimizeALot != true
|
||||
* @run main/othervm nsk.stress.stack.stack012
|
||||
*/
|
||||
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
* See the bug:
|
||||
* 4366625 (P4/S4) multiple stack overflow causes HS crash
|
||||
*
|
||||
* @requires vm.opt.DeoptimizeALot == null | vm.opt.DeoptimizeALot == false
|
||||
* @requires vm.opt.DeoptimizeALot != true
|
||||
* @run main/othervm nsk.stress.stack.stack013
|
||||
*/
|
||||
|
||||
|
||||
@ -49,7 +49,7 @@
|
||||
* See the bug:
|
||||
* 4366625 (P4/S4) multiple stack overflow causes HS crash
|
||||
*
|
||||
* @requires vm.opt.DeoptimizeALot == null | vm.opt.DeoptimizeALot == false
|
||||
* @requires vm.opt.DeoptimizeALot != true
|
||||
* @run main/othervm nsk.stress.stack.stack014
|
||||
*/
|
||||
|
||||
|
||||
@ -47,7 +47,7 @@
|
||||
* See the bug:
|
||||
* 4366625 (P4/S4) multiple stack overflow causes HS crash
|
||||
*
|
||||
* @requires vm.opt.DeoptimizeALot == null | vm.opt.DeoptimizeALot == false
|
||||
* @requires vm.opt.DeoptimizeALot != true
|
||||
* @run main/othervm nsk.stress.stack.stack015
|
||||
*/
|
||||
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
* 4366625 (P4/S4) multiple stack overflow causes HS crash
|
||||
*
|
||||
* @ignore 8139875
|
||||
* @requires vm.opt.DeoptimizeALot == null | vm.opt.DeoptimizeALot == false
|
||||
* @requires vm.opt.DeoptimizeALot != true
|
||||
* @run main/othervm nsk.stress.stack.stack016 -eager
|
||||
*/
|
||||
|
||||
|
||||
@ -43,7 +43,7 @@
|
||||
* 4366625 (P4/S4) multiple stack overflow causes HS crash
|
||||
*
|
||||
* @ignore 8139875
|
||||
* @requires vm.opt.DeoptimizeALot == null | vm.opt.DeoptimizeALot == false
|
||||
* @requires vm.opt.DeoptimizeALot != true
|
||||
* @run main/othervm nsk.stress.stack.stack017 -eager
|
||||
*/
|
||||
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
* 4366625 (P4/S4) multiple stack overflow causes HS crash
|
||||
*
|
||||
* @ignore 8139875
|
||||
* @requires vm.opt.DeoptimizeALot == null | vm.opt.DeoptimizeALot == false
|
||||
* @requires vm.opt.DeoptimizeALot != true
|
||||
* @run main/othervm nsk.stress.stack.stack018 -eager
|
||||
*/
|
||||
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
* 4366625 (P4/S4) multiple stack overflow causes HS crash
|
||||
*
|
||||
* @ignore 8139875
|
||||
* @requires vm.opt.DeoptimizeALot == null | vm.opt.DeoptimizeALot == false
|
||||
* @requires vm.opt.DeoptimizeALot != true
|
||||
* @run main/othervm nsk.stress.stack.stack019 -eager
|
||||
*/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user