src/share/vm/memory/compactingPermGenGen.hpp

changeset 2658
c7f3d0b4570f
parent 2497
3582bf76420e
child 3711
b632e80fc9dc
equal deleted inserted replaced
2657:d673ef06fe96 2658:c7f3d0b4570f
1 /* 1 /*
2 * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
103 void initialize_performance_counters(); 103 void initialize_performance_counters();
104 104
105 public: 105 public:
106 106
107 enum { 107 enum {
108 vtbl_list_size = 16, // number of entries in the shared space vtable list. 108 vtbl_list_size = 17, // number of entries in the shared space vtable list.
109 num_virtuals = 200 // number of virtual methods in Klass (or 109 num_virtuals = 200 // number of virtual methods in Klass (or
110 // subclass) objects, or greater. 110 // subclass) objects, or greater.
111 }; 111 };
112 112
113 enum { 113 enum {

mercurial