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 ab04cfe

Browse filesBrowse files
author
hborders
committed
Removed native methods only used in c1x compiler.
1 parent c83af8f commit ab04cfe
Copy full SHA for ab04cfe

1 file changed

-12Lines changed: 0 additions & 12 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/cri/bytecode/Bytecodes.java‎

Copy file name to clipboardExpand all lines: JavaInJava/src/com/sun/cri/bytecode/Bytecodes.java
-12Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -675,18 +675,6 @@ public static class UnsignedComparisons {
675675
public static final int ABOVE_EQUAL = 2;
676676
public static final int BELOW_THAN = 3;
677677
public static final int BELOW_EQUAL = 4;
678-
679-
@INTRINSIC(UCMP | (ABOVE_EQUAL << 8))
680-
public static native boolean aboveOrEqual(int x, int y);
681-
682-
@INTRINSIC(UCMP | (BELOW_EQUAL << 8))
683-
public static native boolean belowOrEqual(int x, int y);
684-
685-
@INTRINSIC(UCMP | (ABOVE_THAN << 8))
686-
public static native boolean aboveThan(int x, int y);
687-
688-
@INTRINSIC(UCMP | (BELOW_THAN << 8))
689-
public static native boolean belowThan(int x, int y);
690678
}
691679

692680
/**

0 commit comments

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