diff src/share/vm/ci/ciStreams.hpp @ 1137:97125851f396

6829187: compiler optimizations required for JSR 292 Summary: C2 implementation for invokedynamic support. Reviewed-by: kvn, never
author twisti
date Tue, 05 Jan 2010 13:05:58 +0100
parents bd02caa94611
children dd57230ba8fe
line wrap: on
line diff
--- a/src/share/vm/ci/ciStreams.hpp	Mon Jan 04 15:21:09 2010 -0800
+++ b/src/share/vm/ci/ciStreams.hpp	Tue Jan 05 13:05:58 2010 +0100
@@ -232,6 +232,8 @@
   int       get_method_holder_index();
   int       get_method_signature_index();
 
+  ciCPCache* get_cpcache();
+
  private:
   void assert_index_size(int required_size) const {
 #ifdef ASSERT