We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7b6e4 commit 2714827Copy full SHA for 2714827
src/hotspot/cpu/s390/vm_version_s390.cpp
@@ -302,6 +302,12 @@ void VM_Version::initialize() {
302
if (FLAG_IS_DEFAULT(UseUnalignedAccesses)) {
303
FLAG_SET_DEFAULT(UseUnalignedAccesses, true);
304
}
305
+
306
+ // The OptoScheduling information is not maintained in s390.ad.
307
+ if (OptoScheduling) {
308
+ warning("OptoScheduling is not supported on this CPU.");
309
+ FLAG_SET_DEFAULT(OptoScheduling, false);
310
+ }
311
312
313
0 commit comments