public class FinalizableSubclassTest extends GraalCompilerTest
Modifier and Type | Class and Description |
---|---|
private static class |
FinalizableSubclassTest.ClassTemplateLoader |
static class |
FinalizableSubclassTest.NoFinalizerEverAAAA
used as template to generate class files at runtime.
|
static class |
FinalizableSubclassTest.NoFinalizerYetAAAA |
static class |
FinalizableSubclassTest.WithFinalizerAAAA |
GraalCompilerTest.ArgSupplier, GraalCompilerTest.Result
GraalTest.MultiCauseAssertionError
lastCompiledGraph
Constructor and Description |
---|
FinalizableSubclassTest() |
Modifier and Type | Method and Description |
---|---|
private void |
checkForRegisterFinalizeNode(Class<?> cl,
boolean shouldContainFinalizer,
StructuredGraph.AllowAssumptions allowAssumptions) |
private StructuredGraph |
parseAndProcess(Class<?> cl,
StructuredGraph.AllowAssumptions allowAssumptions) |
void |
test1()
Use a custom class loader to generate classes, to make sure the given classes are loaded in
correct order.
|
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
public FinalizableSubclassTest()
private StructuredGraph parseAndProcess(Class<?> cl, StructuredGraph.AllowAssumptions allowAssumptions)
private void checkForRegisterFinalizeNode(Class<?> cl, boolean shouldContainFinalizer, StructuredGraph.AllowAssumptions allowAssumptions)
public void test1() throws ClassNotFoundException
ClassNotFoundException