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/AddressRangeCommittedMemoryProvider.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -112,8 +112,6 @@ public class AddressRangeCommittedMemoryProvider extends ChunkBasedCommittedMemo
112
112
"Consider increasing the address space size (see option -XX:ReservedAddressSpaceSize).");
113
113
privatestaticfinalOutOfMemoryErrorUNALIGNED_OUT_OF_ADDRESS_SPACE = newOutOfMemoryError("Could not allocate an unaligned heap chunk because the heap address space is exhausted. " +
114
114
"Consider increasing the address space size (see option -XX:ReservedAddressSpaceSize).");
115
-
privatestaticfinalOutOfMemoryErrorALIGNED_COMMIT_FAILED = newOutOfMemoryError("Could not commit the memory for an aligned heap chunk, OS may be out of memory.");
116
-
privatestaticfinalOutOfMemoryErrorUNALIGNED_COMMIT_FAILED = newOutOfMemoryError("Could not commit the memory for an unaligned heap chunk, OS may be out of memory.");
117
115
118
116
/**
119
117
* This mutex is used by the GC and the application. The application may hold this mutex only in
0 commit comments