hotspot/src/share/vm/classfile/classLoaderData.hpp
changeset 15437 eabd4555d072
parent 14848 fabcdf88c360
child 15847 f9ce2cd20dee
equal deleted inserted replaced
15431:570c5062ab8a 15437:eabd4555d072
     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);