RFR: 8291508: Fix some tests with "requires vm.jvmti & vm.continuations" [v4]
Alan Bateman
alanb at openjdk.org
Tue Aug 2 17:27:25 UTC 2022
On Tue, 2 Aug 2022 06:32:09 GMT, Ao Qi <aoqi at openjdk.org> wrote:
>> `vmTestbase/nsk/jvmti/GetThreadInfo/thrinfo001/TestDescription.java` and `vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineVirtual/StressRedefineVirtual.java` are added or modified by [JDK-8284161](https://bugs.openjdk.org/browse/JDK-8284161), and they are failed if Loom or JVMTI is not supported.
>>
>> The issue could be reproduced by zero.
>
> Ao Qi has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:
>
> - Merge branch 'master' into 8291508
> - XMLDecoder tests are filed in JDK-8291640
> - XMLDecoder update
>
> Co-authored-by: Alan Bateman <alanb at openjdk.org>
> - 8291508: Fix some tests with "requires vm.continuations"
Just an FYI that the [ORDER OF TAGS](https://openjdk.org/jtreg/tag-spec.html#ORDER) section of the tag language spec recommends putting the `@requires` before the `@modules` and `@library` tags.
-------------
PR: https://git.openjdk.org/jdk/pull/9677
More information about the serviceability-dev
mailing list