diff src/share/vm/oops/typeArrayKlass.hpp @ 10343:6bd680e9ea35

8003421: NPG: Move oops out of InstanceKlass into mirror Summary: Inject protection_domain, signers, init_lock into java_lang_Class Reviewed-by: stefank, dholmes, sla
author coleenp
date Wed, 22 May 2013 14:37:49 -0400
parents d8ce2825b193
children de6a9e811145
line wrap: on
line diff
--- a/src/share/vm/oops/typeArrayKlass.hpp	Tue May 21 19:52:01 2013 -0700
+++ b/src/share/vm/oops/typeArrayKlass.hpp	Wed May 22 14:37:49 2013 -0400
@@ -67,6 +67,8 @@
   typeArrayOop allocate(int length, TRAPS) { return allocate_common(length, true, THREAD); }
   oop multi_allocate(int rank, jint* sizes, TRAPS);
 
+  oop protection_domain() const { return NULL; }
+
   // Copying
   void  copy_array(arrayOop s, int src_pos, arrayOop d, int dst_pos, int length, TRAPS);