File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -308,6 +308,12 @@ void VM_Version::initialize() {
308
308
if (FLAG_IS_DEFAULT (UseMontgomerySquareIntrinsic)) {
309
309
FLAG_SET_DEFAULT (UseMontgomerySquareIntrinsic, true );
310
310
}
311
+
312
+ // The OptoScheduling information is not maintained in s390.ad.
313
+ if (OptoScheduling) {
314
+ warning (" OptoScheduling is not supported on this CPU." );
315
+ FLAG_SET_DEFAULT (OptoScheduling, false );
316
+ }
311
317
#endif
312
318
if (FLAG_IS_DEFAULT (UsePopCountInstruction)) {
313
319
FLAG_SET_DEFAULT (UsePopCountInstruction, true );
@@ -323,12 +329,6 @@ void VM_Version::initialize() {
323
329
if (FLAG_IS_DEFAULT (UseUnalignedAccesses)) {
324
330
FLAG_SET_DEFAULT (UseUnalignedAccesses, true );
325
331
}
326
-
327
- // The OptoScheduling information is not maintained in s390.ad.
328
- if (OptoScheduling) {
329
- warning (" OptoScheduling is not supported on this CPU." );
330
- FLAG_SET_DEFAULT (OptoScheduling, false );
331
- }
332
332
}
333
333
334
334
You can’t perform that action at this time.
0 commit comments