Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8268536: mark hotspot serviceability/dcmd tests which ignore external…
… VM flags

Reviewed-by: sspitsyn
  • Loading branch information
iignatev committed Jun 10, 2021
1 parent ae29f9c commit 05090fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2019, 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 @@ -26,6 +26,7 @@
/*
* @test CodeHeapAnalyticsParams
* @summary Test the Compiler.CodeHeap_Analytics command
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 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 Down Expand Up @@ -30,6 +30,7 @@
/*
* @test
* @summary Test of diagnostic command GC.run_finalization
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.compiler
Expand Down

1 comment on commit 05090fc

@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.