comparison src/share/vm/ci/ciClassList.hpp @ 17728:b8413a9cbb84

8031752: Failed speculative optimizations should be reattempted when root of compilation is different Summary: support for speculative traps that keep track of the root of the compilation in which a trap occurs. Reviewed-by: kvn, twisti
author roland
date Tue, 25 Feb 2014 18:16:24 +0100
parents 55fb97c4c58d
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
17727:cfd4aac53239 17728:b8413a9cbb84
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; \