hotspot/src/share/vm/opto/phaseX.cpp
changeset 24424 2658d7834c6e
parent 24016 2927072ed5fb
child 24479 20eb4c752fb5
equal deleted inserted replaced
24358:8528b67f6562 24424:2658d7834c6e
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   956     }
   956     }
   957   }
   957   }
   958   if (VerifyIterativeGVN && PrintOpto) {
   958   if (VerifyIterativeGVN && PrintOpto) {
   959     if (_verify_counter == _verify_full_passes) {
   959     if (_verify_counter == _verify_full_passes) {
   960       tty->print_cr("VerifyIterativeGVN: %d transforms and verify passes",
   960       tty->print_cr("VerifyIterativeGVN: %d transforms and verify passes",
   961                     _verify_full_passes);
   961                     (int) _verify_full_passes);
   962     } else {
   962     } else {
   963       tty->print_cr("VerifyIterativeGVN: %d transforms, %d full verify passes",
   963       tty->print_cr("VerifyIterativeGVN: %d transforms, %d full verify passes",
   964                   _verify_counter, _verify_full_passes);
   964                   (int) _verify_counter, (int) _verify_full_passes);
   965     }
   965     }
   966   }
   966   }
   967 }
   967 }
   968 #endif /* PRODUCT */
   968 #endif /* PRODUCT */
   969 
   969