Skip to content

Commit 596e0e6

Browse files
author
hborders
committed
Removed hosted-only code.
1 parent 009a748 commit 596e0e6

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

JavaInJava/src/com/sun/max/vm/reference/ReferenceScheme.java

Lines 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)