view test/blacklist_sparc.txt @ 18985:867058575979

Truffle: Improved support for "probing" AST nodes: - Node.isSafelyReplacaeableBy(Node) checks in advance if Node.replace(Node) would be unsafe (crash the VM). - Hoist Probe() from language imlementations into Node; now completely language agnostic. - Language implementations support probing by implementing Node.isInstrumentable() and Node.createWrapperNode() - Node.Probe() throws ProbeException (without side effects) if the probe fails. -- ProbeException contains an instance of ProbeFailure that diagnoses the failure in detail - Additional measures to prevent instrumentation from being applied to internal InstrumentationNodes. - Promote ProbeListener to top level interface and add a default implementation
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Tue, 27 Jan 2015 20:24:54 -0800
parents 759d9ffc97fd
children d45677473bea
line wrap: on
line source

com.oracle.graal.replacements.test.StandardMethodSubstitutionsTest
com.oracle.graal.hotspot.amd64.test.CompressedNullCheckTest
com.oracle.graal.compiler.test.ea.UnsafeEATest
com.oracle.graal.truffle.test.SimplePartialEvaluationTest
com.oracle.graal.replacements.test.ArraysSubstitutionsTest