mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +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
|
@ -168,6 +168,7 @@ JVMCI_ONLY(public:)
|
|||
// This is only a CheapObj to ease debugging after a deopt failure
|
||||
class UnrollBlock : public CHeapObj<mtCompiler> {
|
||||
friend class VMStructs;
|
||||
friend class JVMCIVMStructs;
|
||||
private:
|
||||
int _size_of_deoptimized_frame; // Size, in bytes, of current deoptimized frame
|
||||
int _caller_adjustment; // Adjustment, in bytes, to caller's SP by initial interpreted frame
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue