Skip to content

Commit

Permalink
8271887: mark hotspot runtime/CDSCompressedKPtrs tests which ignore e…
Browse files Browse the repository at this point in the history
…xternal VM flags

Backport-of: a3b01439701c1e01f9095a51b4f1048282956623
  • Loading branch information
GoeLin committed Oct 3, 2023
1 parent 644e410 commit 54533e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

1 comment on commit 54533e5

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.