Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8b1436d

Browse filesBrowse files
author
hborders
committed
Removed hosted-only code.
1 parent a2b7c60 commit 8b1436d
Copy full SHA for 8b1436d

1 file changed

+1-3Lines changed: 1 addition & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎JavaInJava/src/com/sun/max/unsafe/Size.java‎

Copy file name to clipboardExpand all lines: JavaInJava/src/com/sun/max/unsafe/Size.java
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
*/
2121
package com.sun.max.unsafe;
2222

23-
import static com.sun.max.vm.MaxineVM.*;
24-
2523
import com.sun.max.annotate.*;
2624
import com.sun.max.lang.*;
2725

@@ -43,7 +41,7 @@ protected Size() {
4341

4442
@INLINE
4543
public static Size zero() {
46-
return isHosted() ? BoxedSize.ZERO : fromInt(0);
44+
return fromInt(0);
4745
}
4846

4947
public static final Size K = Size.fromInt(Ints.K);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.