diff -r 16aa7ef1ffa1 -r 32e1f7935659 hotspot/src/share/vm/memory/compactingPermGenGen.hpp --- a/hotspot/src/share/vm/memory/compactingPermGenGen.hpp Tue Oct 14 10:15:33 2008 -0400 +++ b/hotspot/src/share/vm/memory/compactingPermGenGen.hpp Wed Oct 22 14:48:08 2008 -0400 @@ -100,7 +100,7 @@ enum { vtbl_list_size = 16, // number of entries in the shared space vtable list. - num_virtuals = 100 // number of virtual methods in Klass (or + num_virtuals = 200 // number of virtual methods in Klass (or // subclass) objects, or greater. };