JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
com.oracle.graal.replacements
Annotation Type JavacBug
public @interface
JavacBug
Used to indicate that an otherwise strange looking code pattern is required to work around a bug in javac.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element and Description
int
id
An identifier in the
Bug Database
.
String
value
A description of the bug.
Element Detail
value
public abstract
String
value
A description of the bug. Only really useful if there is no existing entry for the bug in the
Bug Database
.
Default:
""
id
public abstract int
id
An identifier in the
Bug Database
.
Default:
0
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element