Skip to content

Commit

Permalink
8318735: RISC-V: Enable related hotspot tests run on riscv
Browse files Browse the repository at this point in the history
Reviewed-by: fyang, luhenry
  • Loading branch information
Hamlin Li committed Oct 25, 2023
1 parent 29d462a commit 9e98ee6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/hotspot/jtreg/compiler/c2/irTests/CmpUWithZero.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022, Red Hat, Inc. All rights reserved.
* Copyright (c) 2022, 2023, Red Hat, Inc. 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,7 +29,7 @@
* @test
* bug 8290529
* @summary verify that x <u 1 is transformed to x == 0
* @requires os.arch=="amd64" | os.arch=="x86_64"
* @requires os.arch=="amd64" | os.arch=="x86_64" | os.arch=="riscv64"
* @library /test/lib /
* @requires vm.compiler2.enabled
* @run driver compiler.c2.irTests.CmpUWithZero
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @test
* @key randomness
* @bug 8283726 8287925
* @requires os.arch=="amd64" | os.arch=="x86_64" | os.arch=="aarch64"
* @requires os.arch=="amd64" | os.arch=="x86_64" | os.arch=="aarch64" | os.arch=="riscv64"
* @summary Test the intrinsics implementation of Integer/Long::compareUnsigned
* @library /test/lib /
* @run driver compiler.intrinsics.TestCompareUnsigned
Expand Down

0 comments on commit 9e98ee6

Please sign in to comment.