src/share/vm/memory/compactingPermGenGen.hpp

changeset 2658
c7f3d0b4570f
parent 2497
3582bf76420e
child 3711
b632e80fc9dc
     1.1 --- a/src/share/vm/memory/compactingPermGenGen.hpp	Fri Mar 18 15:52:42 2011 -0700
     1.2 +++ b/src/share/vm/memory/compactingPermGenGen.hpp	Fri Mar 18 16:00:34 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -105,7 +105,7 @@
    1.11  public:
    1.12  
    1.13    enum {
    1.14 -    vtbl_list_size = 16, // number of entries in the shared space vtable list.
    1.15 +    vtbl_list_size = 17, // number of entries in the shared space vtable list.
    1.16      num_virtuals = 200   // number of virtual methods in Klass (or
    1.17                           // subclass) objects, or greater.
    1.18    };

mercurial