comparison src/share/vm/classfile/classLoaderData.hpp @ 7956:16fb9f942703

6479360: PrintClassHistogram improvements Summary: jcmd <pid> GC.class_stats (UnlockDiagnosticVMOptions) Reviewed-by: coleenp, hseigel, sla, acorn Contributed-by: ioi.lam@oracle.com
author acorn
date Fri, 25 Jan 2013 15:06:18 -0500
parents e94068d4ff52
children 1f9994892f89
comparison
equal deleted inserted replaced
7950:6cf2530f7fd3 7956:16fb9f942703
1 /* 1 /*
2 * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2012, 2013, 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.
218 218
219 JNIMethodBlock* jmethod_ids() const { return _jmethod_ids; } 219 JNIMethodBlock* jmethod_ids() const { return _jmethod_ids; }
220 void set_jmethod_ids(JNIMethodBlock* new_block) { _jmethod_ids = new_block; } 220 void set_jmethod_ids(JNIMethodBlock* new_block) { _jmethod_ids = new_block; }
221 221
222 void print_value() { print_value_on(tty); } 222 void print_value() { print_value_on(tty); }
223 void print_value_on(outputStream* out) const PRODUCT_RETURN; 223 void print_value_on(outputStream* out) const;
224 void dump(outputStream * const out) PRODUCT_RETURN; 224 void dump(outputStream * const out) PRODUCT_RETURN;
225 void verify(); 225 void verify();
226 const char* loader_name(); 226 const char* loader_name();
227 227
228 jobject add_handle(Handle h); 228 jobject add_handle(Handle h);