Skip to content

Commit

Permalink
8346868: RISC-V: compiler/sharedstubs tests fail after JDK-8332689
Browse files Browse the repository at this point in the history
Backport-of: 3f7052e
  • Loading branch information
RealFYang committed Jan 11, 2025
1 parent 8c455fd commit e9109e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/riscv/codeBuffer_riscv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@

public:
void flush_bundle(bool start_new_bundle) {}
static bool supports_shared_stubs() { return false; }
static bool supports_shared_stubs() { return true; }

#endif // CPU_RISCV_CODEBUFFER_RISCV_HPP
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* @requires vm.compiler2.enabled
* @requires vm.opt.TieredCompilation == null
* @requires os.arch=="aarch64" | os.arch=="riscv64"
* @requires os.arch=="aarch64"
* @requires vm.debug
*
* @run driver compiler.sharedstubs.SharedTrampolineTest -XX:-TieredCompilation
Expand Down

0 comments on commit e9109e8

Please sign in to comment.