mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
Merge
This commit is contained in:
commit
b6aabd98fc
214 changed files with 36267 additions and 1310 deletions
|
@ -24,11 +24,13 @@
|
|||
|
||||
class Compilation;
|
||||
class ScopeValue;
|
||||
class BarrierSet;
|
||||
|
||||
class LIR_Assembler: public CompilationResourceObj {
|
||||
private:
|
||||
C1_MacroAssembler* _masm;
|
||||
CodeStubList* _slow_case_stubs;
|
||||
BarrierSet* _bs;
|
||||
|
||||
Compilation* _compilation;
|
||||
FrameMap* _frame_map;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue