src/share/vm/memory/compactingPermGenGen.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 7017732_incremental Cdiff src/share/vm/memory/compactingPermGenGen.hpp

src/share/vm/memory/compactingPermGenGen.hpp

Print this page

        

*** 103,113 **** void initialize_performance_counters(); public: enum { ! vtbl_list_size = 16, // number of entries in the shared space vtable list. num_virtuals = 200 // number of virtual methods in Klass (or // subclass) objects, or greater. }; enum { --- 103,113 ---- void initialize_performance_counters(); public: enum { ! vtbl_list_size = 17, // number of entries in the shared space vtable list. num_virtuals = 200 // number of virtual methods in Klass (or // subclass) objects, or greater. }; enum {
src/share/vm/memory/compactingPermGenGen.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File