Skip to content

Commit b84df21

Browse files
committed
[JIT] Mark AI-Extension unit test as flagless
Summary: AI-Extension runs tests by launching separate JVM processes. It does not rely on compilation flags added in `jtreg`, so this test should be marked as `flagless`. Testing: test/hotspot/jtreg/compiler/alibaba/TestAIExtension.java Reviewers: kuaiwei, JoshuaZhuwj Issue: #977
1 parent bd46804 commit b84df21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/hotspot/jtreg/compiler/alibaba/TestAIExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* @test TestAIExtension
2626
* @summary Check that the AI-Extension feature works correctly
27-
* @requires vm.aiext
27+
* @requires vm.aiext & vm.flagless
2828
* @library /test/lib /
2929
* @build sun.hotspot.WhiteBox
3030
* @run driver ClassFileInstaller sun.hotspot.WhiteBox

0 commit comments

Comments
 (0)