hotspot/src/share/vm/classfile/classLoaderData.hpp
changeset 22905 4b1549d69106
parent 22900 e699fc9dc806
parent 22794 f1c014ad3754
child 23526 6851d341ad52
--- a/hotspot/src/share/vm/classfile/classLoaderData.hpp	Mon Feb 24 10:45:15 2014 +0100
+++ b/hotspot/src/share/vm/classfile/classLoaderData.hpp	Tue Feb 25 11:02:11 2014 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -263,6 +263,7 @@
   jobject add_handle(Handle h);
   void add_class(Klass* k);
   void remove_class(Klass* k);
+  bool contains_klass(Klass* k);
   void record_dependency(Klass* to, TRAPS);
   void init_dependencies(TRAPS);