public class

LockObject

extends Object
java.lang.Object
   ↳ com.sun.tools.jdi.LockObject

Class Overview

This class is used by the back end to do thread synchronization. We don't want to use java.lang.Object(s) for two reasons: we can't filter them out, and this class should use less heap.

Summary

Public Constructors
LockObject()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public LockObject ()