|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.btrace.BTraceUtils.Speculation
public static class BTraceUtils.Speculation
Constructor Summary | |
---|---|
BTraceUtils.Speculation()
|
Method Summary | |
---|---|
static void |
commit(int id)
Commits the speculative buffer associated with id. |
static void |
discard(int id)
Discards the speculative buffer associated with id. |
static void |
speculate(int id)
Sets current speculative buffer id. |
static int |
speculation()
Returns an identifier for a new speculative buffer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BTraceUtils.Speculation()
Method Detail |
---|
public static int speculation()
public static void speculate(int id)
id
- the speculative buffer idpublic static void commit(int id)
id
- the speculative buffer idpublic static void discard(int id)
id
- the speculative buffer id
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |