Modifier and Type | Field and Description |
---|---|
public final boolean | c1Supported
True if this intrinsic is supported by C1. |
public final boolean | c2Supported
True if this intrinsic is supported by C2. |
public final String | declaringClass
The name of the class declaring the intrinsified method. |
public final String | descriptor
The |
public final int | id
The unique VM identifier for the intrinsic. |
public final boolean | isAvailable
This value reflects the `ControlIntrinsic`, `DisableIntrinsic` and `UseXXXIntrinsic` VM flags as well as other factors such as the current CPU. |
public final String | name
The name of the intrinsified method. |
Access | Constructor and Description |
---|---|
pack-priv | VMIntrinsicMethod(String declaringClass, String name, String descriptor, int id, boolean isAvailable, boolean c1Supported, boolean c2Supported)
|
Modifier and Type | Method and Description |
---|---|
public boolean | equals(Object
the reference object with which to compare. obj)Overrides java. Indicates whether some other object is "equal to" this one. |
public int | |
public String |
c1Supported | back to summary |
---|---|
public final boolean c1Supported True if this intrinsic is supported by C1. |
c2Supported | back to summary |
---|---|
public final boolean c2Supported True if this intrinsic is supported by C2. |
declaringClass | back to summary |
---|---|
public final String declaringClass The name of the class declaring the intrinsified method. The name is in class file format
(see JVMS 4.2.1). For example, |
descriptor | back to summary |
---|---|
public final String descriptor The |
id | back to summary |
---|---|
public final int id The unique VM identifier for the intrinsic. |
isAvailable | back to summary |
---|---|
public final boolean isAvailable This value reflects the `ControlIntrinsic`, `DisableIntrinsic` and `UseXXXIntrinsic` VM flags as well as other factors such as the current CPU. |
name | back to summary |
---|---|
public final String name The name of the intrinsified method. This is not guaranteed to be a legal method name (e.g.,
there is a HotSpot intrinsic with the name |
VMIntrinsicMethod | back to summary |
---|---|
pack-priv VMIntrinsicMethod(String declaringClass, String name, String descriptor, int id, boolean isAvailable, boolean c1Supported, boolean c2Supported)
|
equals | back to summary |
---|---|
public boolean equals(Object obj) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object. |