< prev index next >

src/hotspot/share/classfile/stackMapTableFormat.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2010, 2017, 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. --- 1,7 ---- /* ! * Copyright (c) 2010, 2018, 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.
*** 148,158 **** case ITEM_Uninitialized: st->print("Uninitialized[#%d]", bci()); break; case ITEM_Object: st->print("Object[#%d]", cpool_index()); break; default: ! assert(false, "Bad verification_type_info"); } } }; #define FOR_EACH_STACKMAP_FRAME_TYPE(macro, arg1, arg2) \ --- 148,158 ---- case ITEM_Uninitialized: st->print("Uninitialized[#%d]", bci()); break; case ITEM_Object: st->print("Object[#%d]", cpool_index()); break; default: ! st->print("BAD:%d", tag()); break; } } }; #define FOR_EACH_STACKMAP_FRAME_TYPE(macro, arg1, arg2) \
< prev index next >