File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/hotspot/jtreg/compiler/intrinsics Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
/**
25
25
* @test
26
26
* @summary Test intrinsic for divideUnsigned() and remainderUnsigned() methods for Integer
27
- * @requires os.arch=="amd64" | os.arch=="x86_64" | os.arch=="riscv64"
27
+ * @requires os.arch=="amd64" | os.arch=="x86_64" | os.arch=="riscv64" | os.arch=="aarch64"
28
28
* @library /test/lib /
29
29
* @run driver compiler.intrinsics.TestIntegerUnsignedDivMod
30
30
*/
Original file line number Diff line number Diff line change 24
24
/**
25
25
* @test
26
26
* @summary Test intrinsic for divideUnsigned() and remainderUnsigned() methods for Long
27
- * @requires os.arch=="amd64" | os.arch=="x86_64" | os.arch=="riscv64"
27
+ * @requires os.arch=="amd64" | os.arch=="x86_64" | os.arch=="riscv64" | os.arch=="aarch64"
28
28
* @library /test/lib /
29
29
* @run driver compiler.intrinsics.TestLongUnsignedDivMod
30
30
*/
You can’t perform that action at this time.
0 commit comments