mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8134994: use separate VMStructs databases for SA and JVMCI
Reviewed-by: kbarrett
This commit is contained in:
parent
c095394bce
commit
bf5db72254
41 changed files with 1367 additions and 675 deletions
|
@ -1328,6 +1328,7 @@
|
|||
class vmSymbols: AllStatic {
|
||||
friend class vmIntrinsics;
|
||||
friend class VMStructs;
|
||||
friend class JVMCIVMStructs;
|
||||
public:
|
||||
// enum for figuring positions and size of array holding Symbol*s
|
||||
enum SID {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue