log graal/com.oracle.truffle.api.dsl/src/com/oracle/truffle/api/dsl/UnsupportedSpecializationException.java @ 21878:79fb8b5ef185

age author description
Tue, 09 Jun 2015 12:50:43 +0200 Christian Humer Truffle-DSL: compute UnsupportedSpecializationException message lazily; Add a @TruffleBoundary to its constructor as it may end up on the fast path.
Mon, 03 Feb 2014 20:59:57 +0100 Christian Humer Truffle-DSL: implemented support for UnsupportedSpecializationException#getSuppliedNodes().
Wed, 29 Jan 2014 21:26:26 +0100 Christian Humer Truffle-DSL: implemented specific structured exception for unsupported specializations. (GRAAL-682)