src/hotspot/share/classfile/javaClasses.hpp
changeset 50419 146c60525d4a
parent 50063 50c0d24d3971
child 50532 a18c60527166
equal deleted inserted replaced
50418:c35f0c531c6c 50419:146c60525d4a
  1481 
  1481 
  1482 class java_util_concurrent_locks_AbstractOwnableSynchronizer : AllStatic {
  1482 class java_util_concurrent_locks_AbstractOwnableSynchronizer : AllStatic {
  1483  private:
  1483  private:
  1484   static int  _owner_offset;
  1484   static int  _owner_offset;
  1485  public:
  1485  public:
  1486   static void initialize(TRAPS);
  1486   static void compute_offsets();
  1487   static oop  get_owner_threadObj(oop obj);
  1487   static oop  get_owner_threadObj(oop obj);
  1488 };
  1488 };
  1489 
  1489 
  1490 // Use to declare fields that need to be injected into Java classes
  1490 // Use to declare fields that need to be injected into Java classes
  1491 // for the JVM to use.  The name_index and signature_index are
  1491 // for the JVM to use.  The name_index and signature_index are