comparison graal/com.oracle.graal.jtt/src/com/oracle/graal/jtt/hotpath/HP_scope02.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 5e3d1a68664e
children
comparison
equal deleted inserted replaced
14989:a0dbb3628f2a 14991:64dcb92ee75a
21 * questions. 21 * questions.
22 */ 22 */
23 // Checkstyle: stop 23 // Checkstyle: stop
24 package com.oracle.graal.jtt.hotpath; 24 package com.oracle.graal.jtt.hotpath;
25 25
26 import org.junit.*;
27
26 import com.oracle.graal.jtt.*; 28 import com.oracle.graal.jtt.*;
27 import org.junit.*;
28 29
29 /* 30 /*
30 */ 31 */
31 public class HP_scope02 extends JTTTest { 32 public class HP_scope02 extends JTTTest {
32 33