diff src/share/vm/memory/oopFactory.hpp @ 2267:02f78cfa4656

7020992: jmm_DumpThreads should not allocate system object arrays outside the perm gen Summary: Allocate ordinary object arrays Reviewed-by: ysr, never, mchung
author stefank
date Mon, 21 Feb 2011 11:26:45 +0100
parents 55cc33cf55bc
children c7f3d0b4570f
line wrap: on
line diff
--- a/src/share/vm/memory/oopFactory.hpp	Mon Feb 14 22:21:18 2011 -0500
+++ b/src/share/vm/memory/oopFactory.hpp	Mon Feb 21 11:26:45 2011 +0100
@@ -102,7 +102,6 @@
 
   // System object arrays
   static objArrayOop     new_system_objArray(int length, TRAPS);
-  static objArrayOop     new_system_objArray(int length, bool in_perm_gen, TRAPS);
 
   // Regular object arrays
   static objArrayOop     new_objArray(klassOop klass, int length, TRAPS);