8263375: Support stack watermarks in Zero VM

Reviewed-by: eosterlund
This commit is contained in:
Aleksey Shipilev 2021-09-02 08:00:45 +00:00
parent 6cfe314262
commit 857a930bde
5 changed files with 44 additions and 21 deletions

View file

@ -32,6 +32,8 @@
class VM_Version : public Abstract_VM_Version {
public:
static void initialize();
constexpr static bool supports_stack_watermark_barrier() { return true; }
};
#endif // CPU_ZERO_VM_VERSION_ZERO_HPP