Skip to content

Commit 99002e4

Browse files
committedJan 25, 2025
8318098: Update jfr tests to replace keyword jfr with vm.flagless
Reviewed-by: mgronlun
1 parent 5431668 commit 99002e4

File tree

582 files changed

+1090
-1088
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

582 files changed

+1090
-1088
lines changed
 

‎test/jdk/TEST.ROOT

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# tests which require two displays connected.
4848

4949
keys=headful sound printer multimon \
50-
i18n intermittent randomness jfr cgroups
50+
i18n intermittent randomness cgroups
5151

5252
# Tests that must run in othervm mode
5353
othervm.dirs=java/awt java/beans javax/accessibility javax/imageio javax/sound javax/swing javax/print \

‎test/jdk/jdk/jfr/api/consumer/TestChunkInputStreamAvailable.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved.
23
* Copyright (c) 2021, Alibaba Group Holding Limited. All Rights Reserved.
34
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
45
*
@@ -23,7 +24,7 @@
2324

2425
/**
2526
* @test TestChunkInputStreamAvailable
26-
* @key jfr
27+
* @requires vm.flagless
2728
* @requires vm.hasJFR
2829
* @library /test/lib
2930
* @run main/othervm jdk.jfr.api.consumer.TestChunkInputStreamAvailable

0 commit comments

Comments
 (0)