Skip to content

Commit 3ab95d1

Browse files
committedAug 5, 2021
8271905: mark hotspot runtime/Metaspace tests which ignore external VM flags
Reviewed-by: stuefe
1 parent e2c5bfe commit 3ab95d1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎test/hotspot/jtreg/runtime/Metaspace/MaxMetaspaceSizeEnvVarTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* @test
2626
* @bug 8260349
2727
* @summary test that setting via the env-var and options file shows up as expected
28+
* @requires vm.flagless
2829
* @library /test/lib
2930
* @run driver MaxMetaspaceSizeEnvVarTest
3031
*/

‎test/hotspot/jtreg/runtime/Metaspace/MaxMetaspaceSizeTest.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 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
@@ -27,6 +27,7 @@
2727
/*
2828
* @test MaxMetaspaceSizeTest
2929
* @requires vm.bits == 64 & vm.opt.final.UseCompressedOops == true
30+
* @requires vm.flagless
3031
* @bug 8087291
3132
* @library /test/lib
3233
* @run driver MaxMetaspaceSizeTest

0 commit comments

Comments
 (0)
Please sign in to comment.