diff 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
line wrap: on
line diff
--- a/src/share/vm/classfile/classLoaderData.hpp	Sun Mar 24 12:43:13 2013 -0700
+++ b/src/share/vm/classfile/classLoaderData.hpp	Mon Mar 25 17:13:26 2013 -0700
@@ -191,6 +191,7 @@
   bool is_the_null_class_loader_data() const {
     return this == _the_null_class_loader_data;
   }
+  bool is_ext_class_loader_data() const;
 
   // The Metaspace is created lazily so may be NULL.  This
   // method will allocate a Metaspace if needed.