src/share/vm/c1/c1_Compilation.cpp

changeset 4103
137868b7aa6f
parent 3969
1d7922586cf6
child 4153
b9a9ed0f8eeb
child 4154
c3e799c37717
     1.1 --- a/src/share/vm/c1/c1_Compilation.cpp	Mon Sep 17 17:02:10 2012 -0700
     1.2 +++ b/src/share/vm/c1/c1_Compilation.cpp	Mon Sep 17 19:39:07 2012 -0700
     1.3 @@ -346,7 +346,8 @@
     1.4      implicit_exception_table(),
     1.5      compiler(),
     1.6      _env->comp_level(),
     1.7 -    has_unsafe_access()
     1.8 +    has_unsafe_access(),
     1.9 +    SharedRuntime::is_wide_vector(max_vector_size())
    1.10    );
    1.11  }
    1.12  

mercurial