src/share/vm/memory/oopFactory.hpp

changeset 3157
a92cdbac8b9e
parent 2658
c7f3d0b4570f
child 3701
49036505ab5f
     1.1 --- a/src/share/vm/memory/oopFactory.hpp	Sun Sep 25 16:03:29 2011 -0700
     1.2 +++ b/src/share/vm/memory/oopFactory.hpp	Mon Sep 26 10:24:05 2011 -0700
     1.3 @@ -63,6 +63,7 @@
     1.4    static typeArrayOop    new_permanent_intArray  (int length, TRAPS);  // used for class file structures
     1.5  
     1.6    static typeArrayOop    new_typeArray(BasicType type, int length, TRAPS);
     1.7 +  static typeArrayOop    new_typeArray_nozero(BasicType type, int length, TRAPS);
     1.8  
     1.9    // Constant pools
    1.10    static constantPoolOop      new_constantPool     (int length,

mercurial