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 @@ -282,6 +282,12 @@ void VM_Version::initialize() {
282
282
if (FLAG_IS_DEFAULT (UseMontgomerySquareIntrinsic)) {
283
283
FLAG_SET_DEFAULT (UseMontgomerySquareIntrinsic, true );
284
284
}
285
+
286
+ // The OptoScheduling information is not maintained in s390.ad.
287
+ if (OptoScheduling) {
288
+ warning (" OptoScheduling is not supported on this CPU." );
289
+ FLAG_SET_DEFAULT (OptoScheduling, false );
290
+ }
285
291
#endif
286
292
if (FLAG_IS_DEFAULT (UsePopCountInstruction)) {
287
293
FLAG_SET_DEFAULT (UsePopCountInstruction, true );
@@ -302,12 +308,6 @@ void VM_Version::initialize() {
302
308
if (FLAG_IS_DEFAULT (UseUnalignedAccesses)) {
303
309
FLAG_SET_DEFAULT (UseUnalignedAccesses, true );
304
310
}
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
311
}
312
312
313
313
You can’t perform that action at this time.
0 commit comments