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.genscavenge/src/com/oracle/svm/core/genscavenge/ChunkedImageHeapLayouter.java
Copy file name to clipboardExpand all lines: substratevm/src/com.oracle.svm.core.genscavenge/src/com/oracle/svm/core/genscavenge/graal/GenScavengeGCFeature.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ public void beforeAnalysis(BeforeAnalysisAccess access) {
@@ -625,8 +626,7 @@ private void markDataRelocationSite(ProgbitsSectionImpl sectionImpl, int offset,
625
626
assertConfigurationValues.getTarget().archinstanceofAArch64 || info.getRelocationSize() == 4 || info.getRelocationSize() == 8 : "AMD64 Data relocation size should be 4 or 8 bytes.";
Copy file name to clipboardExpand all lines: substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/image/NativeImageDebugInfoProviderBase.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -118,8 +118,8 @@ public NativeImageDebugInfoProviderBase(NativeImageCodeCache codeCache, NativeIm
0 commit comments