mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8346868: RISC-V: compiler/sharedstubs tests fail after JDK-8332689
Reviewed-by: rehn, mli
This commit is contained in:
parent
f1196638b3
commit
3f7052ed7a
@ -33,6 +33,6 @@ private:
|
||||
|
||||
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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user