hotspot/src/share/vm/oops/typeArrayKlass.hpp
changeset 17826 9ad5cd464a75
parent 13952 e3cf184080bc
child 22234 da823d78ad65
--- a/hotspot/src/share/vm/oops/typeArrayKlass.hpp	Tue May 21 19:52:01 2013 -0700
+++ b/hotspot/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);