Skip to content

Commit 05090fc

Browse files
committed
8268536: mark hotspot serviceability/dcmd tests which ignore external VM flags
Reviewed-by: sspitsyn
1 parent ae29f9c commit 05090fc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/hotspot/jtreg/serviceability/dcmd/compiler/CodeHeapAnalyticsParams.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2019, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -26,6 +26,7 @@
2626
/*
2727
* @test CodeHeapAnalyticsParams
2828
* @summary Test the Compiler.CodeHeap_Analytics command
29+
* @requires vm.flagless
2930
* @library /test/lib
3031
* @modules java.base/jdk.internal.misc
3132
* java.management

test/hotspot/jtreg/serviceability/dcmd/gc/RunFinalizationTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -30,6 +30,7 @@
3030
/*
3131
* @test
3232
* @summary Test of diagnostic command GC.run_finalization
33+
* @requires vm.flagless
3334
* @library /test/lib
3435
* @modules java.base/jdk.internal.misc
3536
* java.compiler

0 commit comments

Comments
 (0)