hotspot/src/share/vm/classfile/systemDictionary.hpp
changeset 1890 9ce941df84eb
parent 1550 be2fc37a817f
child 2105 347008ce7984
--- a/hotspot/src/share/vm/classfile/systemDictionary.hpp	Wed Dec 24 19:13:53 2008 -0800
+++ b/hotspot/src/share/vm/classfile/systemDictionary.hpp	Mon Jan 05 13:44:03 2009 -0500
@@ -526,6 +526,7 @@
   static instanceKlassHandle load_instance_class(symbolHandle class_name, Handle class_loader, TRAPS);
   static Handle compute_loader_lock_object(Handle class_loader, TRAPS);
   static void check_loader_lock_contention(Handle loader_lock, TRAPS);
+  static bool is_parallelCapable(Handle class_loader);
 
   static klassOop find_shared_class(symbolHandle class_name);