src/share/vm/c1/c1_LIRAssembler.hpp

changeset 1639
18a389214829
parent 1636
24128c2ffa87
child 1730
3cf667df43ef
     1.1 --- a/src/share/vm/c1/c1_LIRAssembler.hpp	Fri Jan 29 22:51:41 2010 -0800
     1.2 +++ b/src/share/vm/c1/c1_LIRAssembler.hpp	Mon Feb 01 19:29:46 2010 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 2000-2008 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 2000-2010 Sun Microsystems, Inc.  All Rights Reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -133,9 +133,9 @@
    1.11    void add_call_info_here(CodeEmitInfo* info)                              { add_call_info(code_offset(), info); }
    1.12  
    1.13    // code patterns
    1.14 -  void emit_exception_handler();
    1.15 +  int  emit_exception_handler();
    1.16    void emit_exception_entries(ExceptionInfoList* info_list);
    1.17 -  void emit_deopt_handler();
    1.18 +  int  emit_deopt_handler();
    1.19  
    1.20    void emit_code(BlockList* hir);
    1.21    void emit_block(BlockBegin* block);

mercurial