Top Description Methods
jdk.vm.ci.code

public Interface CompilationRequestResult

Known Direct Implementers
jdk.vm.ci.hotspot.HotSpotCompilationRequestResult

Provides information about the result of a CompilationRequest.

Method Summary

Modifier and TypeMethod and Description
public Object

Returns:

a non-null object whose Object#toString() describes the failure or null if compilation was successful
getFailure
()

Determines if the compilation was successful.

Method Detail

getFailureback to summary
public Object getFailure()

Determines if the compilation was successful.

Returns:Object

a non-null object whose Object#toString() describes the failure or null if compilation was successful