mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8263375: Support stack watermarks in Zero VM
Reviewed-by: eosterlund
This commit is contained in:
parent
6cfe314262
commit
857a930bde
5 changed files with 44 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue