mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8202579: Revisit VM_Version and VM_Version_ext for overlap and consolidation
Reviewed-by: dholmes, hseigel
This commit is contained in:
parent
7adf7f3353
commit
1e3ae3be02
33 changed files with 1146 additions and 1867 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright 2007 Red Hat, Inc.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
|
@ -34,6 +34,8 @@ class VM_Version : public Abstract_VM_Version {
|
|||
static void initialize();
|
||||
|
||||
constexpr static bool supports_stack_watermark_barrier() { return true; }
|
||||
|
||||
static void initialize_cpu_information(void);
|
||||
};
|
||||
|
||||
#endif // CPU_ZERO_VM_VERSION_ZERO_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue