comparison graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/HotSpotStackFrameReference.java @ 21565:f5b549811bac

fixed eclipseformat issues
author Doug Simon <doug.simon@oracle.com>
date Fri, 29 May 2015 00:35:10 +0200
parents 48c1ebd24120
children
comparison
equal deleted inserted replaced
21564:2270a708ef23 21565:f5b549811bac
24 24
25 import java.util.*; 25 import java.util.*;
26 26
27 import com.oracle.jvmci.code.stack.*; 27 import com.oracle.jvmci.code.stack.*;
28 import com.oracle.jvmci.meta.*; 28 import com.oracle.jvmci.meta.*;
29
30 29
31 public class HotSpotStackFrameReference implements InspectedFrame { 30 public class HotSpotStackFrameReference implements InspectedFrame {
32 31
33 private CompilerToVM compilerToVM; 32 private CompilerToVM compilerToVM;
34 33