hotspot/src/share/vm/oops/typeArrayKlass.hpp
changeset 17826 9ad5cd464a75
parent 13952 e3cf184080bc
child 22234 da823d78ad65
equal deleted inserted replaced
17825:b6fc2755ec91 17826:9ad5cd464a75
    65   // Allocation
    65   // Allocation
    66   typeArrayOop allocate_common(int length, bool do_zero, TRAPS);
    66   typeArrayOop allocate_common(int length, bool do_zero, TRAPS);
    67   typeArrayOop allocate(int length, TRAPS) { return allocate_common(length, true, THREAD); }
    67   typeArrayOop allocate(int length, TRAPS) { return allocate_common(length, true, THREAD); }
    68   oop multi_allocate(int rank, jint* sizes, TRAPS);
    68   oop multi_allocate(int rank, jint* sizes, TRAPS);
    69 
    69 
       
    70   oop protection_domain() const { return NULL; }
       
    71 
    70   // Copying
    72   // Copying
    71   void  copy_array(arrayOop s, int src_pos, arrayOop d, int dst_pos, int length, TRAPS);
    73   void  copy_array(arrayOop s, int src_pos, arrayOop d, int dst_pos, int length, TRAPS);
    72 
    74 
    73   // Iteration
    75   // Iteration
    74   int oop_oop_iterate(oop obj, ExtendedOopClosure* blk);
    76   int oop_oop_iterate(oop obj, ExtendedOopClosure* blk);