comparison src/share/vm/classfile/classLoaderData.hpp @ 8866:16885e702c88

7198429: need checked categorization of caller-sensitive methods in the JDK Reviewed-by: kvn, jrose
author twisti
date Mon, 25 Mar 2013 17:13:26 -0700
parents 1f9994892f89
children ba42fd5e00e6
comparison
equal deleted inserted replaced
8865:818a1ac7da7a 8866:16885e702c88
189 } 189 }
190 190
191 bool is_the_null_class_loader_data() const { 191 bool is_the_null_class_loader_data() const {
192 return this == _the_null_class_loader_data; 192 return this == _the_null_class_loader_data;
193 } 193 }
194 bool is_ext_class_loader_data() const;
194 195
195 // The Metaspace is created lazily so may be NULL. This 196 // The Metaspace is created lazily so may be NULL. This
196 // method will allocate a Metaspace if needed. 197 // method will allocate a Metaspace if needed.
197 Metaspace* metaspace_non_null(); 198 Metaspace* metaspace_non_null();
198 199