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 596e0e6

Browse filesBrowse files
author
hborders
committed
Removed hosted-only code.
1 parent 009a748 commit 596e0e6
Copy full SHA for 596e0e6

1 file changed

-17Lines changed: 0 additions & 17 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/vm/reference/ReferenceScheme.java‎

Copy file name to clipboardExpand all lines: JavaInJava/src/com/sun/max/vm/reference/ReferenceScheme.java
-17Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
*/
2121
package com.sun.max.vm.reference;
2222

23-
import com.sun.max.annotate.*;
2423
import com.sun.max.unsafe.*;
2524
import com.sun.max.vm.*;
2625

@@ -169,20 +168,4 @@ public interface ReferenceScheme extends VMScheme {
169168
Reference compareAndSwapReference(Reference reference, int offset, Reference expectedValue, Reference newValue);
170169

171170
void copyElements(int displacement, Reference src, int srcIndex, Object dst, int dstIndex, int length);
172-
173-
/**
174-
* Gets the byte pattern for a reference to be written into the boot image.
175-
*
176-
* @param origin the origin of the reference to be written
177-
*/
178-
@HOSTED_ONLY
179-
byte[] asBytes(Pointer origin);
180-
181-
/**
182-
* Gets the byte pattern for a null reference to be written into the boot image.
183-
*/
184-
@HOSTED_ONLY
185-
byte[] nullAsBytes();
186-
187-
188171
}

0 commit comments

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