< prev index next >

src/hotspot/share/opto/compile.cpp

Print this page
*** 985,10 ***
--- 985,11 ---
    set_max_inline_size(MaxInlineSize);
    set_freq_inline_size(FreqInlineSize);
    set_do_scheduling(OptoScheduling);
  
    set_do_vector_loop(false);
+   reset_max_monitors();
  
    if (AllowVectorizeOnDemand) {
      if (has_method() && (_directive->VectorizeOption || _directive->VectorizeDebugOption)) {
        set_do_vector_loop(true);
        NOT_PRODUCT(if (do_vector_loop() && Verbose) {tty->print("Compile::Init: do vectorized loops (SIMD like) for method %s\n",  method()->name()->as_quoted_ascii());})
< prev index next >