src/share/vm/utilities/globalDefinitions.hpp

changeset 5403
90d6c221d4e5
parent 5402
16b10327b00d
parent 5237
f2110083203d
child 5515
9766f73e770d
child 5528
740e263c80c6
child 6461
bdd155477289
     1.1 --- a/src/share/vm/utilities/globalDefinitions.hpp	Tue Jul 16 10:55:48 2013 -0400
     1.2 +++ b/src/share/vm/utilities/globalDefinitions.hpp	Tue Jul 16 12:20:08 2013 -0400
     1.3 @@ -763,18 +763,6 @@
     1.4  TosState as_TosState(BasicType type);
     1.5  
     1.6  
     1.7 -// ReferenceType is used to distinguish between java/lang/ref/Reference subclasses
     1.8 -
     1.9 -enum ReferenceType {
    1.10 - REF_NONE,      // Regular class
    1.11 - REF_OTHER,     // Subclass of java/lang/ref/Reference, but not subclass of one of the classes below
    1.12 - REF_SOFT,      // Subclass of java/lang/ref/SoftReference
    1.13 - REF_WEAK,      // Subclass of java/lang/ref/WeakReference
    1.14 - REF_FINAL,     // Subclass of java/lang/ref/FinalReference
    1.15 - REF_PHANTOM    // Subclass of java/lang/ref/PhantomReference
    1.16 -};
    1.17 -
    1.18 -
    1.19  // JavaThreadState keeps track of which part of the code a thread is executing in. This
    1.20  // information is needed by the safepoint code.
    1.21  //

mercurial