mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
6921339: backout 6917766
Reviewed-by: mr
This commit is contained in:
parent
fbc43afae6
commit
9aa675b7e6
15 changed files with 137 additions and 258 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2000-2010 Sun Microsystems, Inc. All Rights Reserved.
|
||||
* Copyright 2000-2008 Sun Microsystems, Inc. All Rights Reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -133,9 +133,9 @@ class LIR_Assembler: public CompilationResourceObj {
|
|||
void add_call_info_here(CodeEmitInfo* info) { add_call_info(code_offset(), info); }
|
||||
|
||||
// code patterns
|
||||
int emit_exception_handler();
|
||||
void emit_exception_handler();
|
||||
void emit_exception_entries(ExceptionInfoList* info_list);
|
||||
int emit_deopt_handler();
|
||||
void emit_deopt_handler();
|
||||
|
||||
void emit_code(BlockList* hir);
|
||||
void emit_block(BlockBegin* block);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue