hotspot/src/share/vm/classfile/classLoaderData.hpp
changeset 22794 f1c014ad3754
parent 22201 9c2ccfa3a5fe
child 22905 4b1549d69106
equal deleted inserted replaced
22793:05cb9f38b9c7 22794:f1c014ad3754
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2014, 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.
   258   const char* loader_name();
   258   const char* loader_name();
   259 
   259 
   260   jobject add_handle(Handle h);
   260   jobject add_handle(Handle h);
   261   void add_class(Klass* k);
   261   void add_class(Klass* k);
   262   void remove_class(Klass* k);
   262   void remove_class(Klass* k);
       
   263   bool contains_klass(Klass* k);
   263   void record_dependency(Klass* to, TRAPS);
   264   void record_dependency(Klass* to, TRAPS);
   264   void init_dependencies(TRAPS);
   265   void init_dependencies(TRAPS);
   265 
   266 
   266   void add_to_deallocate_list(Metadata* m);
   267   void add_to_deallocate_list(Metadata* m);
   267 
   268