public class FindUniqueConcreteMethodBugTest extends GraalCompilerTest
Modifier and Type | Class and Description |
---|---|
(package private) static class |
FindUniqueConcreteMethodBugTest.AbstractPerson |
(package private) static interface |
FindUniqueConcreteMethodBugTest.Person |
(package private) static class |
FindUniqueConcreteMethodBugTest.PersonImpl |
(package private) static interface |
FindUniqueConcreteMethodBugTest.Tenant |
(package private) static class |
FindUniqueConcreteMethodBugTest.TenantImpl |
GraalCompilerTest.ArgSupplier, GraalCompilerTest.Result
GraalTest.MultiCauseAssertionError
Modifier and Type | Field and Description |
---|---|
private static int |
ITERATIONS |
lastCompiledGraph
Constructor and Description |
---|
FindUniqueConcreteMethodBugTest() |
Modifier and Type | Method and Description |
---|---|
int |
getLabelLength(FindUniqueConcreteMethodBugTest.AbstractPerson person) |
void |
test()
Executing
ResolvedJavaType.findUniqueConcreteMethod(ResolvedJavaMethod) for the
method FindUniqueConcreteMethodBugTest.Person.getName() on the type FindUniqueConcreteMethodBugTest.AbstractPerson should return null as both
FindUniqueConcreteMethodBugTest.PersonImpl and FindUniqueConcreteMethodBugTest.TenantImpl provide implementations (namely
FindUniqueConcreteMethodBugTest.PersonImpl.getName() and FindUniqueConcreteMethodBugTest.Tenant.getName() ). |
addMethod, after, afterTest, applyArgSuppliers, argsWithReceiver, asResolvedJavaMethod, assertConstantReturn, assertEquals, assertEquals, assertEquals, before, beforeTest, branchProbability, breakpoint, breakpoint, checkArgs, checkHighTierGraph, checkLowTierGraph, checkMidTierGraph, compile, countUnusedConstants, createLIRSuites, createSuites, editGraphBuilderConfiguration, executeActual, executeActualCheckDeopt, executeExpected, getBackend, getCanonicalGraphString, getCode, getCode, getCode, getCodeCache, getConstantReflection, getCustomGraphBuilderSuite, getDefaultGraphBuilderPlugins, getDefaultGraphBuilderSuite, getDefaultHighTierContext, getLIRSuites, getLowerer, getMetaAccess, getNodeCountExcludingUnusedConstants, getProviders, getReplacements, getResolvedJavaMethod, getResolvedJavaMethod, getResolvedJavaMethod, getSnippetReflection, getSpeculationLog, getSuites, getTarget, initializeDebugging, invoke, isArchitecture, iterationCount, lookupMethod, parseDebug, parseEager, parseEager, parseForCompile, parseProfiled, parseProfiled, referenceInvoke, supply, test, test, testAgainstExpected, testAgainstExpected, testN
assertDeepEquals, assertDeepEquals, assertDeepEquals, assertDeepEquals, assertFalse, assertFalse, assertFalse, assertTrue, assertTrue, assertTrue, equalFloatsOrDoublesDelta, fail, getMethod, getMethod, getMethod, ulpsDelta
private static final int ITERATIONS
public FindUniqueConcreteMethodBugTest()
public void test() throws NoSuchMethodException
ResolvedJavaType.findUniqueConcreteMethod(ResolvedJavaMethod)
for the
method FindUniqueConcreteMethodBugTest.Person.getName()
on the type FindUniqueConcreteMethodBugTest.AbstractPerson
should return null as both
FindUniqueConcreteMethodBugTest.PersonImpl
and FindUniqueConcreteMethodBugTest.TenantImpl
provide implementations (namely
FindUniqueConcreteMethodBugTest.PersonImpl.getName()
and FindUniqueConcreteMethodBugTest.Tenant.getName()
).NoSuchMethodException
public int getLabelLength(FindUniqueConcreteMethodBugTest.AbstractPerson person)