comparison src/share/vm/ci/ciCPCache.cpp @ 1138:dd57230ba8fe

6893268: additional dynamic language related optimizations in C2 Summary: C2 needs some additional optimizations to be able to handle MethodHandle invokes and invokedynamic instructions at the best performance. Reviewed-by: kvn, never
author twisti
date Tue, 05 Jan 2010 15:21:25 +0100
parents 97125851f396
children 3cf667df43ef
comparison
equal deleted inserted replaced
1137:97125851f396 1138:dd57230ba8fe
37 ConstantPoolCacheEntry::f1_offset(); 37 ConstantPoolCacheEntry::f1_offset();
38 38
39 return in_bytes(f1_offset); 39 return in_bytes(f1_offset);
40 } 40 }
41 41
42
42 // ------------------------------------------------------------------ 43 // ------------------------------------------------------------------
43 // ciCPCache::print 44 // ciCPCache::print
44 // 45 //
45 // Print debugging information about the cache. 46 // Print debugging information about the cache.
46 void ciCPCache::print() { 47 void ciCPCache::print() {