comparison src/share/vm/ci/ciClassList.hpp @ 14521:29ccc4cbabca

Merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 12 Mar 2014 13:30:08 +0100
parents fdad2932c73f
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14520:f84115370178 14521:29ccc4cbabca
1 /* 1 /*
2 * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
101 friend class ciMethodData; \ 101 friend class ciMethodData; \
102 friend class ciMethodHandle; \ 102 friend class ciMethodHandle; \
103 friend class ciMethodType; \ 103 friend class ciMethodType; \
104 friend class ciReceiverTypeData; \ 104 friend class ciReceiverTypeData; \
105 friend class ciTypeEntries; \ 105 friend class ciTypeEntries; \
106 friend class ciSpeculativeTrapData; \
106 friend class ciSymbol; \ 107 friend class ciSymbol; \
107 friend class ciArray; \ 108 friend class ciArray; \
108 friend class ciObjArray; \ 109 friend class ciObjArray; \
109 friend class ciMetadata; \ 110 friend class ciMetadata; \
110 friend class ciReplay; \ 111 friend class ciReplay; \