src/share/vm/ci/ciEnv.hpp

changeset 6992
2c6ef90f030a
parent 6429
606acabe7b5c
child 7535
7ae4e26cb1e0
child 9942
eddd586d1a4c
     1.1 --- a/src/share/vm/ci/ciEnv.hpp	Tue Jul 01 09:03:55 2014 +0200
     1.2 +++ b/src/share/vm/ci/ciEnv.hpp	Mon Jul 07 10:12:40 2014 +0200
     1.3 @@ -184,6 +184,10 @@
     1.4      }
     1.5    }
     1.6  
     1.7 +  void ensure_metadata_alive(ciMetadata* m) {
     1.8 +    _factory->ensure_metadata_alive(m);
     1.9 +  }
    1.10 +
    1.11    ciInstance* get_instance(oop o) {
    1.12      if (o == NULL) return NULL;
    1.13      return get_object(o)->as_instance();

mercurial