comparison graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/HotSpotObjectConstant.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.lang.invoke.*; 25 import java.lang.invoke.*;
26 import java.util.*; 26 import java.util.*;
27 27
28 import com.oracle.jvmci.meta.*; 28 import com.oracle.jvmci.meta.*;
29
30 29
31 /** 30 /**
32 * Represents a constant non-{@code null} object reference, within the compiler and across the 31 * Represents a constant non-{@code null} object reference, within the compiler and across the
33 * compiler/runtime interface. 32 * compiler/runtime interface.
34 */ 33 */