File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 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() {
308308 if (FLAG_IS_DEFAULT (UseMontgomerySquareIntrinsic)) {
309309 FLAG_SET_DEFAULT (UseMontgomerySquareIntrinsic, true );
310310 }
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+ }
311317#endif
312318 if (FLAG_IS_DEFAULT (UsePopCountInstruction)) {
313319 FLAG_SET_DEFAULT (UsePopCountInstruction, true );
@@ -323,12 +329,6 @@ void VM_Version::initialize() {
323329 if (FLAG_IS_DEFAULT (UseUnalignedAccesses)) {
324330 FLAG_SET_DEFAULT (UseUnalignedAccesses, true );
325331 }
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- }
332332}
333333
334334
You can’t perform that action at this time.
0 commit comments