public class LoadJavaMirrorWithKlassTest extends GraalCompilerTest
Modifier and Type | Class and Description |
---|---|
private static class |
LoadJavaMirrorWithKlassTest.Wrapper |
GraalCompilerTest.ArgSupplier, GraalCompilerTest.Result
GraalTest.MultiCauseAssertionError
lastCompiledGraph
Constructor and Description |
---|
LoadJavaMirrorWithKlassTest() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkLowTierGraph(StructuredGraph graph)
Can be overridden by unit tests to verify properties of the graph.
|
static Class<?> |
classConstant() |
static LoadJavaMirrorWithKlassTest.Wrapper |
compressedClassConstant(LoadJavaMirrorWithKlassTest.Wrapper w) |
static LoadJavaMirrorWithKlassTest.Wrapper |
compressedPrimitiveClassConstant(LoadJavaMirrorWithKlassTest.Wrapper w) |
protected Suites |
createSuites() |
static Class<?> |
primitiveClassConstant() |
void |
testClassConstant() |
void |
testCompressedClassConstant() |
void |
testCompressedPrimitiveClassConstant() |
void |
testPrimitiveClassConstant() |
addMethod, after, afterTest, applyArgSuppliers, argsWithReceiver, asResolvedJavaMethod, assertConstantReturn, assertEquals, assertEquals, assertEquals, before, beforeTest, branchProbability, breakpoint, breakpoint, checkArgs, checkHighTierGraph, checkMidTierGraph, compile, countUnusedConstants, createLIRSuites, 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
public LoadJavaMirrorWithKlassTest()
protected Suites createSuites()
createSuites
in class GraalCompilerTest
protected boolean checkLowTierGraph(StructuredGraph graph)
GraalCompilerTest
checkLowTierGraph
in class GraalCompilerTest
graph
- the graph at the end of LowTierpublic static Class<?> classConstant()
public void testClassConstant()
public static Class<?> primitiveClassConstant()
public void testPrimitiveClassConstant()
public static LoadJavaMirrorWithKlassTest.Wrapper compressedClassConstant(LoadJavaMirrorWithKlassTest.Wrapper w)
public void testCompressedClassConstant()
public static LoadJavaMirrorWithKlassTest.Wrapper compressedPrimitiveClassConstant(LoadJavaMirrorWithKlassTest.Wrapper w)
public void testCompressedPrimitiveClassConstant()