8271887: mark hotspot runtime/CDSCompressedKPtrs tests which ignore external VM flags

Reviewed-by: coleenp
This commit is contained in:
Igor Ignatyev 2021-08-04 19:49:47 +00:00
parent 6c17e6deb2
commit a3b0143970
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 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
* @requires vm.cds
* @requires vm.bits == 64
* @requires vm.flagless
* @bug 8003424
* @summary Testing UseCompressedClassPointers with CDS
* @library /test/lib

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 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
@ -24,6 +24,7 @@
/**
* @test
* @requires vm.cds
* @requires vm.flagless
* @bug 8005933
* @summary -Xshare:auto is the default when -Xshare is not specified
* @library /test/lib