Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
/ jdk17 Public archive

Commit

Permalink
8268563: mark hotspot serviceability/jvmti tests which ignore externa…
Browse files Browse the repository at this point in the history
…l VM flags

Reviewed-by: sspitsyn
  • Loading branch information
iignatev committed Jun 18, 2021
1 parent 2f65d40 commit 5b19898
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 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 @@ -29,6 +29,7 @@
* at ONLOAD and LIVE phases
* @requires vm.jvmti
* @requires vm.cds
* @requires vm.flagless
* @library /test/lib
* @compile CanGenerateAllClassHook.java
* @run main/othervm/native CanGenerateAllClassHook
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* @bug 8075030
* @summary JvmtiEnv::GetObjectSize reports incorrect java.lang.Class instance size
* @requires vm.jvmti
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.compiler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @library /test/lib
* @summary Test that redefinition reuses metaspace blocks that are freed
* @requires vm.jvmti
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* @modules java.instrument
* jdk.jartool/sun.tools.jar
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2016, 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 @@ -27,6 +27,7 @@
* @summary Test has_previous_versions flag and processing during class unloading.
* @requires vm.jvmti
* @requires vm.opt.final.ClassUnloading
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* @modules java.compiler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @bug 8198393
* @summary Instrumentation.retransformClasses(new Class[0]) should be NOP
* @requires vm.jvmti
* @requires vm.flagless
* @library /test/lib
* @modules java.instrument
* @compile RetransformClassesZeroLength.java
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* @summary Test recursively retransforms the same class. The test hangs if
* a deadlock happens.
* @requires vm.jvmti
* @requires vm.flagless
* @library /test/lib
* @modules java.instrument
* @compile TransformerDeadlockTest.java
Expand Down

1 comment on commit 5b19898

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