comparison src/share/vm/ci/ciClassList.hpp @ 1602:136b78722a08

6939203: JSR 292 needs method handle constants Summary: Add new CP types CONSTANT_MethodHandle, CONSTANT_MethodType; extend 'ldc' bytecode. Reviewed-by: twisti, never
author jrose
date Wed, 09 Jun 2010 18:50:45 -0700
parents c18cbe5936b8
children f95d63e2154a
comparison
equal deleted inserted replaced
1585:49fac4acd688 1602:136b78722a08
83 friend class ciObjectFactory; \ 83 friend class ciObjectFactory; \
84 friend class ciCallSite; \ 84 friend class ciCallSite; \
85 friend class ciConstantPoolCache; \ 85 friend class ciConstantPoolCache; \
86 friend class ciField; \ 86 friend class ciField; \
87 friend class ciConstant; \ 87 friend class ciConstant; \
88 friend class ciCPCache; \
88 friend class ciFlags; \ 89 friend class ciFlags; \
89 friend class ciExceptionHandler; \ 90 friend class ciExceptionHandler; \
90 friend class ciCallProfile; \ 91 friend class ciCallProfile; \
91 friend class ciSignature; \ 92 friend class ciSignature; \
92 friend class ciBytecodeStream; \ 93 friend class ciBytecodeStream; \