comparison graal/com.oracle.graal.jtt/src/com/oracle/graal/jtt/except/Except_Synchronized05.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 44b20ca21ae1
children
comparison
equal deleted inserted replaced
14989:a0dbb3628f2a 14991:64dcb92ee75a
22 */ 22 */
23 /* 23 /*
24 */ 24 */
25 package com.oracle.graal.jtt.except; 25 package com.oracle.graal.jtt.except;
26 26
27 import org.junit.*;
28
27 import com.oracle.graal.jtt.*; 29 import com.oracle.graal.jtt.*;
28 import org.junit.*;
29 30
30 public class Except_Synchronized05 extends JTTTest { 31 public class Except_Synchronized05 extends JTTTest {
31 32
32 static class Foo { 33 static class Foo {
33 34