comparison src/share/vm/ci/ciClassList.hpp @ 14500:fdad2932c73f

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 de6a9e811145
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14498:04e7587c97dc 14500:fdad2932c73f
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; \