comparison src/share/vm/ci/ciClassList.hpp @ 14518:d8041d695d19

Merged with jdk9/dev/hotspot changeset 3812c088b945
author twisti
date Tue, 11 Mar 2014 18:45:59 -0700
parents fdad2932c73f
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14141:f97c5ec83832 14518:d8041d695d19
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; \