8271893: mark hotspot runtime/PerfMemDestroy/PerfMemDestroy.java test as ignoring external VM flags

Reviewed-by: coleenp
This commit is contained in:
Igor Ignatyev 2021-08-04 19:50:36 +00:00
parent a3b0143970
commit 359c7084a1

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2021, 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,6 +25,7 @@
* @test
* @bug 8030955
* @summary Allow multiple calls to PerfMemory::destroy() without asserting.
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management