src/share/vm/classfile/stackMapFrame.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/classfile/stackMapFrame.hpp	Fri Apr  5 23:44:03 2013
--- new/src/share/vm/classfile/stackMapFrame.hpp	Fri Apr  5 23:44:03 2013

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2003, 2013, Oracle and/or its affiliates. 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.
*** 173,190 **** --- 173,190 ---- bool is_assignable_to( const StackMapFrame* target, bool is_exception_handler, ErrorContext* ctx, TRAPS) const; inline void set_mark() { ! #ifdef DEBUG ! #ifdef ASSERT // Put bogus type to indicate it's no longer valid. if (_stack_mark != -1) { for (int i = _stack_mark - 1; i >= _stack_size; --i) { _stack[i] = VerificationType::bogus_type(); } } ! #endif // def DEBUG ! #endif // def ASSERT _stack_mark = _stack_size; } // Used when an error occurs and we want to reset the stack to the state // it was before operands were popped off.

src/share/vm/classfile/stackMapFrame.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File