src/share/vm/c1/c1_MacroAssembler.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6919934 Cdiff src/share/vm/c1/c1_MacroAssembler.hpp

src/share/vm/c1/c1_MacroAssembler.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright 2000-2005 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright 2000-2010 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 32,42 **** //---------------------------------------------------- void explicit_null_check(Register base); void inline_cache_check(Register receiver, Register iCache); void build_frame(int frame_size_in_bytes); ! void method_exit(bool restore_frame); void unverified_entry(Register receiver, Register ic_klass); void verified_entry(); void verify_stack_oop(int offset) PRODUCT_RETURN; void verify_not_null_oop(Register r) PRODUCT_RETURN; --- 32,42 ---- //---------------------------------------------------- void explicit_null_check(Register base); void inline_cache_check(Register receiver, Register iCache); void build_frame(int frame_size_in_bytes); ! void remove_frame(int frame_size_in_bytes); void unverified_entry(Register receiver, Register ic_klass); void verified_entry(); void verify_stack_oop(int offset) PRODUCT_RETURN; void verify_not_null_oop(Register r) PRODUCT_RETURN;
src/share/vm/c1/c1_MacroAssembler.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File