src/share/vm/ci/ciInstanceKlass.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/ci/ciInstanceKlass.cpp	Wed Sep 11 19:08:34 2013
--- new/src/share/vm/ci/ciInstanceKlass.cpp	Wed Sep 11 19:08:34 2013

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 1999, 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.
*** 520,531 **** --- 520,530 ---- fields->appendAll(super_fields); } for (JavaFieldStream fs(k); !fs.done(); fs.next()) { if (fs.access_flags().is_static()) continue; ! fieldDescriptor& fd = fs.field_descriptor(); fd.initialize(k, fs.index()); ciField* field = new (arena) ciField(&fd); fields->append(field); } assert(fields->length() == flen, "sanity"); return fields;

src/share/vm/ci/ciInstanceKlass.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File