1 parent a2b7c60 commit 8b1436dCopy full SHA for 8b1436d
1 file changed
JavaInJava/src/com/sun/max/unsafe/Size.java
@@ -20,8 +20,6 @@
20
*/
21
package com.sun.max.unsafe;
22
23
-import static com.sun.max.vm.MaxineVM.*;
24
-
25
import com.sun.max.annotate.*;
26
import com.sun.max.lang.*;
27
@@ -43,7 +41,7 @@ protected Size() {
43
41
44
42
@INLINE
45
public static Size zero() {
46
- return isHosted() ? BoxedSize.ZERO : fromInt(0);
+ return fromInt(0);
47
}
48
49
public static final Size K = Size.fromInt(Ints.K);
0 commit comments