mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
7052219: JSR 292: Crash in ~BufferBlob::MethodHandles adapters
Reviewed-by: twisti, kvn, jrose
This commit is contained in:
parent
bb3a527f9a
commit
0c0705ca8c
8 changed files with 105 additions and 57 deletions
|
@ -98,9 +98,10 @@ class StubCodeGenerator: public StackObj {
|
|||
|
||||
StubCodeDesc* _first_stub;
|
||||
StubCodeDesc* _last_stub;
|
||||
bool _print_code;
|
||||
|
||||
public:
|
||||
StubCodeGenerator(CodeBuffer* code);
|
||||
StubCodeGenerator(CodeBuffer* code, bool print_code = false);
|
||||
~StubCodeGenerator();
|
||||
|
||||
MacroAssembler* assembler() const { return _masm; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue