Skip to content

Commit 031a192

Browse files
committed
Small javadoc changes
1 parent b694219 commit 031a192

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/heap/ObjectHeader.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ protected static int getHubOffset() {
189189
* Helper interface to write to memory at an overridable {@link LocationIdentity}.
190190
* <p>
191191
* {@link #initializeObjectHeader} is used in multiple contexts which write to different memory
192-
* locations. LocationIdentity arguments to {@link WordOperationPlugin WordOperationPlugins} are
193-
* required to be constant at the time of bytecode parsing, meaning it's not possible to
194-
* {@link Fold} a location identity in any way, it must be a compile-time constant. To avoid
195-
* duplicating implementations of initializeObjectHeader, we get around this by delegating the
192+
* locations. LocationIdentity arguments to {@link WordOperationPlugin}s are required to be
193+
* constant at the time of bytecode parsing, meaning it's not possible to {@link Fold} a
194+
* location identity in any way, it must be a compile-time constant. To avoid duplicating
195+
* implementations of {@link #initializeObjectHeader}, we get around this by delegating the
196196
* writing to the MemWriter, whose implementations use different (constant) location identities.
197197
*/
198198
protected interface MemWriter {

0 commit comments

Comments
 (0)