hotspot/src/share/vm/classfile/javaClasses.hpp
changeset 1890 9ce941df84eb
parent 670 ddf3e9583f2f
child 2105 347008ce7984
--- a/hotspot/src/share/vm/classfile/javaClasses.hpp	Wed Dec 24 19:13:53 2008 -0800
+++ b/hotspot/src/share/vm/classfile/javaClasses.hpp	Mon Jan 05 13:44:03 2009 -0500
@@ -141,6 +141,7 @@
   static void compute_offsets();
   static bool offsets_computed;
   static int classRedefinedCount_offset;
+  static int parallelCapable_offset;
 
  public:
   // Instance creation
@@ -168,6 +169,8 @@
   // Support for classRedefinedCount field
   static int classRedefinedCount(oop the_class_mirror);
   static void set_classRedefinedCount(oop the_class_mirror, int value);
+  // Support for parallelCapable field
+  static bool parallelCapable(oop the_class_mirror);
   // Debugging
   friend class JavaClasses;
   friend class instanceKlass;   // verification code accesses offsets