comparison graal/com.oracle.graal.compiler.hsail.test/src/com/oracle/graal/compiler/hsail/test/ClassCastNonZeroBciTest.java @ 14991:64dcb92ee75a

Truffle: Change signature for Truffle calls from (PackedFrame, Arguments) to (Object[]).
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 06 Apr 2014 17:46:24 +0200
parents 3e9a960f0da1
children
comparison
equal deleted inserted replaced
14989:a0dbb3628f2a 14991:64dcb92ee75a
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 package com.oracle.graal.compiler.hsail.test; 24 package com.oracle.graal.compiler.hsail.test;
25 25
26 import org.junit.Test; 26 import org.junit.*;
27 27
28 /** 28 /**
29 * This test deliberately causes a ClassCastException to test throwing the exception back to the 29 * This test deliberately causes a ClassCastException to test throwing the exception back to the
30 * java code. 30 * java code.
31 */ 31 */