You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: substratevm/src/com.oracle.svm.core.graal.amd64/src/com/oracle/svm/core/graal/amd64/AMD64CalleeSavedRegisters.java
Copy file name to clipboardExpand all lines: substratevm/src/com.oracle.svm.core.graal.amd64/src/com/oracle/svm/core/graal/amd64/SubstrateAMD64Backend.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -459,7 +459,7 @@ public static Object addressDisplacementAnnotation(JavaConstant constant) {
459
459
if (SubstrateUtil.HOSTED) {
460
460
/*
461
461
* AOT compilation during image generation happens before the image heap objects are
462
-
* layouted. So the offset of the constant is not known yet during compilation time, and
462
+
* laid out. So the offset of the constant is not known yet during compilation time, and
463
463
* instead needs to be patched in later. We annotate the machine code with the constant
0 commit comments