File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/heap Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -189,10 +189,10 @@ protected static int getHubOffset() {
189
189
* Helper interface to write to memory at an overridable {@link LocationIdentity}.
190
190
* <p>
191
191
* {@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
196
196
* writing to the MemWriter, whose implementations use different (constant) location identities.
197
197
*/
198
198
protected interface MemWriter {
You can’t perform that action at this time.
0 commit comments