comparison src/share/vm/ci/ciSignature.hpp @ 3461:81d815b05abb

7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path Reviewed-by: never
author jrose
date Thu, 23 Jun 2011 17:14:06 -0700
parents 1d1603768966
children 5eb9169b1a14
comparison
equal deleted inserted replaced
3460:e9b51b4bdcc7 3461:81d815b05abb
42 int _size; 42 int _size;
43 int _count; 43 int _count;
44 44
45 friend class ciMethod; 45 friend class ciMethod;
46 46
47 ciSignature(ciKlass* accessing_klass, ciSymbol* signature); 47 ciSignature(ciKlass* accessing_klass, constantPoolHandle cpool, ciSymbol* signature);
48 48
49 void get_all_klasses(); 49 void get_all_klasses();
50 50
51 Symbol* get_symbol() const { return _symbol->get_symbol(); } 51 Symbol* get_symbol() const { return _symbol->get_symbol(); }
52 52