diff graal/com.oracle.graal.jtt/src/com/oracle/graal/jtt/hotpath/HP_nest02.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 c38d2870439e
children c6fcb4a36c6a
line wrap: on
line diff
--- a/graal/com.oracle.graal.jtt/src/com/oracle/graal/jtt/hotpath/HP_nest02.java	Sat Apr 05 19:35:30 2014 +0200
+++ b/graal/com.oracle.graal.jtt/src/com/oracle/graal/jtt/hotpath/HP_nest02.java	Sun Apr 06 17:46:24 2014 +0200
@@ -23,8 +23,8 @@
 // Checkstyle: stop
 package com.oracle.graal.jtt.hotpath;
 
+import com.oracle.graal.jtt.*;
 import com.oracle.graal.test.*;
-import com.oracle.graal.jtt.*;
 
 /*
  */