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 9d60300 commit 7540fa2Copy full SHA for 7540fa2
src/hotspot/cpu/s390/vm_version_s390.cpp
@@ -320,6 +320,12 @@ void VM_Version::initialize() {
320
if (FLAG_IS_DEFAULT(UseUnalignedAccesses)) {
321
FLAG_SET_DEFAULT(UseUnalignedAccesses, true);
322
}
323
+
324
+ // The OptoScheduling information is not maintained in s390.ad.
325
+ if (OptoScheduling) {
326
+ warning("OptoScheduling is not supported on this CPU.");
327
+ FLAG_SET_DEFAULT(OptoScheduling, false);
328
+ }
329
330
331
0 commit comments