mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
Merge
This commit is contained in:
commit
b573023374
2314 changed files with 78229 additions and 36237 deletions
|
@ -763,18 +763,6 @@ inline BasicType as_BasicType(TosState state) {
|
|||
TosState as_TosState(BasicType type);
|
||||
|
||||
|
||||
// ReferenceType is used to distinguish between java/lang/ref/Reference subclasses
|
||||
|
||||
enum ReferenceType {
|
||||
REF_NONE, // Regular class
|
||||
REF_OTHER, // Subclass of java/lang/ref/Reference, but not subclass of one of the classes below
|
||||
REF_SOFT, // Subclass of java/lang/ref/SoftReference
|
||||
REF_WEAK, // Subclass of java/lang/ref/WeakReference
|
||||
REF_FINAL, // Subclass of java/lang/ref/FinalReference
|
||||
REF_PHANTOM // Subclass of java/lang/ref/PhantomReference
|
||||
};
|
||||
|
||||
|
||||
// JavaThreadState keeps track of which part of the code a thread is executing in. This
|
||||
// information is needed by the safepoint code.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue