< prev index next >

src/hotspot/share/ci/ciStreams.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1999, 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) 1999, 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.
*** 247,262 **** bool is_unresolved_klass() const { constantTag tag = get_constant_pool_tag(get_klass_index()); return tag.is_unresolved_klass(); } - // True if the klass-using bytecode points to an unresolved value type - bool is_unresolved_value_type() const { - constantTag tag = get_constant_pool_tag(get_klass_index()); - return tag.is_unresolved_value_type(); - } - // If this bytecode is one of get_field, get_static, put_field, // or put_static, get the referenced field. ciField* get_field(bool& will_link); ciInstanceKlass* get_declared_field_holder(); --- 247,256 ----
< prev index next >