src/share/vm/classfile/dictionary.cpp

changeset 3491
b2cd0ee8f778
parent 2708
1d1603768966
child 3900
d2a62e0f25eb
     1.1 --- a/src/share/vm/classfile/dictionary.cpp	Mon Jan 30 05:08:09 2012 -0800
     1.2 +++ b/src/share/vm/classfile/dictionary.cpp	Mon Jan 30 23:27:30 2012 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2012, 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 @@ -618,7 +618,8 @@
    1.11    ResourceMark rm;
    1.12    HandleMark   hm;
    1.13  
    1.14 -  tty->print_cr("Java system dictionary (classes=%d)", number_of_entries());
    1.15 +  tty->print_cr("Java system dictionary (table_size=%d, classes=%d)",
    1.16 +                 table_size(), number_of_entries());
    1.17    tty->print_cr("^ indicates that initiating loader is different from "
    1.18                  "defining loader");
    1.19  

mercurial